SICOPOLIS V3.3
Modules | Variables
sico_vars_m.F90 File Reference

Declarations of global variables for SICOPOLIS (for the NMARS domain). More...

Go to the source code of this file.

Modules

module  sico_vars_m
 Declarations of global variables for SICOPOLIS (for the ANT domain).
 

Variables

integer(i4b) sico_vars_m::insol_time_min
 insol_time_min: Minimum time of the data values for the insolation etc. More...
 
integer(i4b) sico_vars_m::insol_time_stp
 insol_time_stp: Time step of the data values for the insolation etc. More...
 
integer(i4b) sico_vars_m::insol_time_max
 insol_time_max: Maximum time of the data values for the insolation etc. More...
 
real(dp), dimension(0:100000) sico_vars_m::insol_ma_90
 insol_ma_90(n): Data values for the mean-annual north- or south-polar insolation More...
 
real(dp), dimension(0:100000) sico_vars_m::obl_data
 obl_data(n): Data values for the obliquity More...
 
real(dp), dimension(0:100000) sico_vars_m::ecc_data
 ecc_data(n): Data values for the eccentricity More...
 
real(dp), dimension(0:100000) sico_vars_m::ave_data
 ave_data(n): Data values for the anomaly of vernal equinox (= 360 deg - Ls of perihelion ) More...
 
real(dp), dimension(0:100000) sico_vars_m::cp_data
 cp_data(n): Data values for Laskar's climate parameter = eccentricity *sin(Laskar's longitude of perihelion from moving equinox), ( where Laskar's longitude of perihelion from moving equinox = Ls of perihelion - 180 deg ) More...
 
integer(i2b), dimension(0:jmax, 0:imax) sico_vars_m::maske_chasm
 maske_chasm(j,i): Chasma mask. 0: grounded ice, 1: ice-free land (normal area), 7: chasma area More...
 
real(dp) sico_vars_m::time_chasm_init
 time_chasm_init: Initial time for active chasma area More...
 
real(dp) sico_vars_m::time_chasm_end
 time_chasm_end: Final time for active chasma area More...
 
real(dp), dimension(0:jmax, 0:imax) sico_vars_m::q_geo_normal
 q_geo_normal(j,i): Geothermal heat flux for normal (non-chasma) areas More...
 
real(dp) sico_vars_m::rho_i
 RHO_I: Density of ice. More...
 
real(dp) sico_vars_m::rho_c
 RHO_C: Density of crustal material (dust) More...
 
real(dp) sico_vars_m::kappa_c
 KAPPA_C: Heat conductivity of crustal material (dust) More...
 
real(dp) sico_vars_m::c_c
 C_C: Specific heat of crustal material (dust) More...
 
real(dp) sico_vars_m::rho_inv
 rho_inv: Inverse of the density of ice-dust mixture More...
 

Detailed Description

Declarations of global variables for SICOPOLIS (for the NMARS domain).

Copyright

Copyright 2009-2017 Ralf Greve

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_vars_m.F90.