SICOPOLIS V3.3
Functions/Subroutines
sico_init_m Module Reference

Initialisations for SICOPOLIS. More...

Functions/Subroutines

subroutine sico_init (delta_ts, glac_index, mean_accum, dtime, dtime_temp, dtime_wss, dtime_out, dtime_ser, time, time_init, time_end, time_output, dxi, deta, dzeta_c, dzeta_t, dzeta_r, z_sl, dzsl_dtau, z_mar, ii, jj, nn, ndat2d, ndat3d, n_output, runname)
 Main routine of sico_init_m: Initialisations for SICOPOLIS. More...
 
subroutine topography1 (dxi, deta)
 Definition of the initial surface and bedrock topography (including gradients) and of the horizontal grid spacings dxi, deta. For present-day initial topography. More...
 
subroutine topography2 (dxi, deta)
 Definition of the initial surface and bedrock topography (including gradients) and of the horizontal grid spacings dxi, deta. For ice-free initial topography with relaxed lithosphere. More...
 
subroutine topography3 (dxi, deta, z_sl, anfdatname)
 Definition of the initial surface and bedrock topography (including gradients) and of the horizontal grid spacings dxi, deta. For initial topography from previous simulation. More...
 

Detailed Description

Initialisations for SICOPOLIS.

Function/Subroutine Documentation

subroutine sico_init_m::sico_init ( real(dp), intent(out)  delta_ts,
real(dp), intent(out)  glac_index,
real(dp), intent(out)  mean_accum,
real(dp), intent(out)  dtime,
real(dp), intent(out)  dtime_temp,
real(dp), intent(out)  dtime_wss,
real(dp), intent(out)  dtime_out,
real(dp), intent(out)  dtime_ser,
real(dp), intent(out)  time,
real(dp), intent(out)  time_init,
real(dp), intent(out)  time_end,
real(dp), dimension(100), intent(out)  time_output,
real(dp), intent(out)  dxi,
real(dp), intent(out)  deta,
real(dp), intent(out)  dzeta_c,
real(dp), intent(out)  dzeta_t,
real(dp), intent(out)  dzeta_r,
real(dp), intent(out)  z_sl,
real(dp), intent(out)  dzsl_dtau,
real(dp), intent(out)  z_mar,
integer(i4b), dimension((imax+1)*(jmax+1)), intent(out)  ii,
integer(i4b), dimension((imax+1)*(jmax+1)), intent(out)  jj,
integer(i4b), dimension(0:jmax,0:imax), intent(out)  nn,
integer(i4b), intent(out)  ndat2d,
integer(i4b), intent(out)  ndat3d,
integer(i4b), intent(out)  n_output,
character(len=100), intent(out)  runname 
)

Main routine of sico_init_m: Initialisations for SICOPOLIS.

Definition at line 59 of file sico_init_m.F90.

subroutine sico_init_m::topography1 ( real(dp), intent(out)  dxi,
real(dp), intent(out)  deta 
)

Definition of the initial surface and bedrock topography (including gradients) and of the horizontal grid spacings dxi, deta. For present-day initial topography.

Definition of the initial surface and bedrock topography (including gradients) and of the horizontal grid spacings dxi, deta. For an initial topography with a very thin ice layer everywhere on the land area.

Definition of the initial surface and bedrock topography (including gradients) and of the horizontal grid spacings dxi, deta. For ice-free initial topography with relaxed lithosphere (not defined for this domain, thus routine stops execution of SICOPOLIS).

Definition at line 2286 of file sico_init_m.F90.

subroutine sico_init_m::topography2 ( real(dp), intent(out)  dxi,
real(dp), intent(out)  deta 
)

Definition of the initial surface and bedrock topography (including gradients) and of the horizontal grid spacings dxi, deta. For ice-free initial topography with relaxed lithosphere.

Definition at line 2498 of file sico_init_m.F90.

subroutine sico_init_m::topography3 ( real(dp), intent(out)  dxi,
real(dp), intent(out)  deta,
real(dp), intent(out)  z_sl,
character(len=100), intent(in)  anfdatname 
)

Definition of the initial surface and bedrock topography (including gradients) and of the horizontal grid spacings dxi, deta. For initial topography from previous simulation.

Definition at line 2644 of file sico_init_m.F90.