SICOPOLIS V3.3
Modules | Functions/Subroutines
sico_init_m.F90 File Reference

Initialisations for SICOPOLIS. More...

Go to the source code of this file.

Modules

module  sico_init_m
 Initialisations for SICOPOLIS.
 

Functions/Subroutines

subroutine sico_init_m::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 sico_init_m::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 sico_init_m::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 sico_init_m::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.

Copyright

Copyright 2009-2017 Ralf Greve, Thorben Dunse

License

This file is part of SICOPOLIS.

SICOPOLIS is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

SICOPOLIS is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with SICOPOLIS. If not, see http://www.gnu.org/licenses/.

Definition in file sico_init_m.F90.