SICOPOLIS V3.3
Variables
sico_variables_m Module Reference

Declarations of global variables for SICOPOLIS. More...

Variables

integer(i2b), dimension(0:jmax, 0:imax) maske
 maske(j,i): Ice-land-ocean mask. 0: grounded ice, 1: ice-free land, 2: ocean, 3: floating ice More...
 
integer(i2b), dimension(0:jmax, 0:imax) maske_old
 maske_old(j,i): Old value of maske (at the previous time step) More...
 
integer(i2b), dimension(0:jmax, 0:imax) maske_neu
 maske_neu(j,i): New value of maske computed during an integration step More...
 
integer(i2b), dimension(0:jmax, 0:imax) mask_run
 mask_run(j,i): mask indicating melt type. 2: visible (ocean, for later developments), 1: visible (grounded ice), -1: hidden on land, -2: hidden in ocean More...
 
integer(i2b), dimension(0:jmax, 0:imax) n_cts
 n_cts(j,i): Mask for thermal conditions. -1: cold ice base, 0: temperate ice base with cold ice above, 1: temperate ice base with temperate ice layer above (only for POLY) More...
 
integer(i2b), dimension(0:jmax, 0:imax) n_cts_neu
 (.)_neu: New value of quantity (.) computed during an integration step More...
 
integer(i2b), dimension(0:jmax, 0:imax) kc_cts
 kc_cts(j,i): Position kc of the CTS (for COLD, ENTC, ENTM) More...
 
integer(i2b), dimension(0:jmax, 0:imax) kc_cts_neu
 (.)_neu: New value of quantity (.) computed during an integration step More...
 
logical, dimension(0:jmax, 0:imax) flag_inner_point
 flag_inner_point(j,i): Inner-point flag. .true.: inner point, .false.: margin point More...
 
logical, dimension(0:jmax, 0:imax) flag_grounding_line_1
 flag_grounding_line_1(j,i): Grounding line flag. .true.: grounding line point (grounded ice point with at least one floating ice neighbour), .false.: otherwise More...
 
logical, dimension(0:jmax, 0:imax) flag_grounding_line_2
 flag_grounding_line_2(j,i): Grounding line flag. .true.: grounding line point (floating ice point with at least one grounded ice neighbour), .false.: otherwise More...
 
logical, dimension(0:jmax, 0:imax) flag_calving_front_1
 flag_calving_front_1(j,i): Calving front flag. .true.: calving front point (floating ice point with at least one ocean neighbour), .false.: otherwise More...
 
logical, dimension(0:jmax, 0:imax) flag_calving_front_2
 flag_calving_front_2(j,i): Calving front flag. .true.: calving front point (ocean point with at least one floating ice neighbour), .false.: otherwise More...
 
logical, dimension(0:jmax, 0:imax) flag_shelfy_stream_x
 flag_shelfy_stream_x(j,i): Shelfy stream flag in x-direction, at (i+1/2,j). .true.: shelfy stream point .false.: otherwise More...
 
logical, dimension(0:jmax, 0:imax) flag_shelfy_stream_y
 flag_shelfy_stream_y(j,i): Shelfy stream flag in y-direction, at (i,j+1/2). .true.: shelfy stream point .false.: otherwise More...
 
logical, dimension(0:jmax, 0:imax) flag_shelfy_stream
 flag_shelfy_stream(j,i): Shelfy stream flag on the main grid. .true.: grounded ice, and at least one neighbour on the staggered grid is a shelfy stream point .false.: otherwise More...
 
real(dp), dimension(0:imax) xi
 xi(i): Coordinate xi (= x) of grid point i More...
 
real(dp), dimension(0:jmax) eta
 eta(j): Coordinate eta (= y) of grid point j More...
 
real(dp), dimension(0:kcmax) zeta_c
 zeta_c(kc): Sigma coordinate zeta_c of grid point kc More...
 
real(dp), dimension(0:ktmax) zeta_t
 zeta_t(kt): Sigma coordinate zeta_t of grid point kt More...
 
real(dp), dimension(0:krmax) zeta_r
 zeta_r(kr): Sigma coordinate zeta_r of grid point kr More...
 
real(dp) aa
 aa: Exponential stretch parameter of the non-equidistant vertical grid in the upper (kc) ice domain More...
 
logical flag_aa_nonzero
 flag_aa_nonzero: Flag for the exponential stretch parameter aa. .true.: aa greater than zero (non-equidistant grid) .false.: aa equal to zero (equidistant grid) More...
 
real(dp) ea
 ea: Abbreviation for exp(aa) More...
 
real(dp), dimension(0:kcmax) eaz_c
 eaz_c(kc): Abbreviation for exp(aa*zeta(kc)) More...
 
real(dp), dimension(0:kcmax) eaz_c_quotient
 eaz_c_quotient(kc): Abbreviation for (eaz_c(kc)-1.0)/(ea-1.0) More...
 
real(dp), dimension(0:jmax, 0:imax) lambda
 lambda(j,i): Geographic longitude of grid point (i,j) More...
 
real(dp), dimension(0:jmax, 0:imax) phi
 phi(j,i): Geographic latitude of grid point (i,j) More...
 
real(dp), dimension(0:jmax, 0:imax) area
 area(j,i): Area of grid cell associated with grid point (i,j) More...
 
real(dp), dimension(0:jmax, 0:imax) sq_g11_g
 sq_g11_g(j,i): Square root of the coefficient g11 of the metric tensor on grid point (i,j) More...
 
real(dp), dimension(0:jmax, 0:imax) sq_g22_g
 sq_g22_g(j,i): Square root of the coefficient g22 of the metric tensor on grid point (i,j) More...
 
real(dp), dimension(0:jmax, 0:imax) insq_g11_g
 insq_g11_g(j,i): Inverse square root of g11 on grid point (i,j) More...
 
real(dp), dimension(0:jmax, 0:imax) insq_g22_g
 insq_g22_g(j,i): Inverse square root of g22 on grid point (i,j) More...
 
real(dp), dimension(0:jmax, 0:imax) sq_g11_sgx
 sq_g11_sgx(j,i): Square root of g11, at (i+1/2,j) More...
 
real(dp), dimension(0:jmax, 0:imax) sq_g11_sgy
 sq_g11_sgy(j,i): Square root of g11, at (i,j+1/2) More...
 
real(dp), dimension(0:jmax, 0:imax) sq_g22_sgx
 sq_g22_sgx(j,i): Square root of g22, at (i+1/2,j) More...
 
real(dp), dimension(0:jmax, 0:imax) sq_g22_sgy
 sq_g22_sgy(j,i): Square root of g22, at (i,j+1/2) More...
 
real(dp), dimension(0:jmax, 0:imax) insq_g11_sgx
 insq_g11_sgx(j,i): Inverse square root of g11, at (i+1/2,j) More...
 
real(dp), dimension(0:jmax, 0:imax) insq_g22_sgy
 insq_g22_sgy(j,i): Inverse square root of g22, at (i,j+1/2) More...
 
real(dp), dimension(0:jmax, 0:imax) zs
 zs(j,i): Coordinate z of the surface topography More...
 
real(dp), dimension(0:jmax, 0:imax) zm
 zm(j,i): Coordinate z of the bottom of the upper (kc) ice domain = top of the lower (kt) ice domain (position of the CTS for POLY, equal to zb for ISOT, COLD, ENTC, ENTM) More...
 
real(dp), dimension(0:jmax, 0:imax) zb
 zb(j,i): Coordinate z of the ice base More...
 
real(dp), dimension(0:jmax, 0:imax) zl
 zl(j,i): Coordinate z of the lithosphere surface More...
 
real(dp), dimension(0:jmax, 0:imax) zl0
 zl0(j,i): zl for isostatically relaxed ice-free conditions More...
 
real(dp), dimension(0:jmax, 0:imax) wss
 wss(j,i): Isostatic steady-state displacement of the lithosphere More...
 
real(dp), dimension(0:jmax, 0:imax) flex_rig_lith
 flex_rig_lith(j,i): Flexural rigidity of the lithosphere More...
 
real(dp), dimension(0:jmax, 0:imax) time_lag_asth
 time_lag_asth(j,i): Time lag of the relaxing asthenosphere More...
 
real(dp), dimension(0:jmax, 0:imax) h_c
 H_c(j,i): Thickness of ice in the upper (kc) domain (thickness of the cold-ice layer for POLY, entire ice thickness for ISOT, COLD, ENTC, ENTM) More...
 
real(dp), dimension(0:jmax, 0:imax) h_t
 H_t(j,i): Thickness of ice in the lower (kt) domain (thickness of the temperate layer for POLY, redundant and thus set to zero for ISOT, COLD, ENTC, ENTM) More...
 
real(dp), dimension(0:jmax, 0:imax) dzs_dxi
 dzs_dxi(j,i): Derivative of zs by xi (at i+1/2,j) More...
 
real(dp), dimension(0:jmax, 0:imax) dzm_dxi
 dzm_dxi(j,i): Derivative of zm by xi (at i+1/2,j) More...
 
real(dp), dimension(0:jmax, 0:imax) dzb_dxi
 dzb_dxi(j,i): Derivative of zb by xi (at i+1/2,j) More...
 
real(dp), dimension(0:jmax, 0:imax) dh_c_dxi
 dH_c_dxi(j,i): Derivative of H_c by xi (at i+1/2,j) More...
 
real(dp), dimension(0:jmax, 0:imax) dh_t_dxi
 dH_t_dxi(j,i): Derivative of H_t by xi (at i+1/2,j) More...
 
real(dp), dimension(0:jmax, 0:imax) dzs_deta
 dzs_deta(j,i): Derivative of zs by eta (at i,j+1/2) More...
 
real(dp), dimension(0:jmax, 0:imax) dzm_deta
 dzm_deta(j,i): Derivative of zm by eta (at i,j+1/2) More...
 
real(dp), dimension(0:jmax, 0:imax) dzb_deta
 dzb_deta(j,i): Derivative of zb by eta (at i,j+1/2) More...
 
real(dp), dimension(0:jmax, 0:imax) dh_c_deta
 dH_c_deta(j,i): Derivative of H_c by eta (at i,j+1/2) More...
 
real(dp), dimension(0:jmax, 0:imax) dh_t_deta
 dH_t_deta(j,i): Derivative of H_t by eta (at i,j+1/2) More...
 
real(dp), dimension(0:jmax, 0:imax) dzs_dxi_g
 (.)_g(j,i): Staggered-grid quantity (.) interpolated to grid point (i,j) More...
 
real(dp), dimension(0:jmax, 0:imax) dzm_dxi_g
 (.)_g(j,i): Staggered-grid quantity (.) interpolated to grid point (i,j) More...
 
real(dp), dimension(0:jmax, 0:imax) dzb_dxi_g
 (.)_g(j,i): Staggered-grid quantity (.) interpolated to grid point (i,j) More...
 
real(dp), dimension(0:jmax, 0:imax) dh_c_dxi_g
 (.)_g(j,i): Staggered-grid quantity (.) interpolated to grid point (i,j) More...
 
real(dp), dimension(0:jmax, 0:imax) dh_t_dxi_g
 (.)_g(j,i): Staggered-grid quantity (.) interpolated to grid point (i,j) More...
 
real(dp), dimension(0:jmax, 0:imax) dzs_deta_g
 (.)_g(j,i): Staggered-grid quantity (.) interpolated to grid point (i,j) More...
 
real(dp), dimension(0:jmax, 0:imax) dzm_deta_g
 (.)_g(j,i): Staggered-grid quantity (.) interpolated to grid point (i,j) More...
 
real(dp), dimension(0:jmax, 0:imax) dzb_deta_g
 (.)_g(j,i): Staggered-grid quantity (.) interpolated to grid point (i,j) More...
 
real(dp), dimension(0:jmax, 0:imax) dh_c_deta_g
 (.)_g(j,i): Staggered-grid quantity (.) interpolated to grid point (i,j) More...
 
real(dp), dimension(0:jmax, 0:imax) dh_t_deta_g
 (.)_g(j,i): Staggered-grid quantity (.) interpolated to grid point (i,j) More...
 
real(dp), dimension(0:jmax, 0:imax) dzs_dtau
 dzs_dtau(j,i): Derivative of zs by tau (time) More...
 
real(dp), dimension(0:jmax, 0:imax) dzm_dtau
 dzm_dtau(j,i): Derivative of zm by tau (time) More...
 
real(dp), dimension(0:jmax, 0:imax) dzb_dtau
 dzb_dtau(j,i): Derivative of zb by tau (time) More...
 
real(dp), dimension(0:jmax, 0:imax) dzl_dtau
 dzl_dtau(j,i): Derivative of zl by tau (time) More...
 
real(dp), dimension(0:jmax, 0:imax) dh_c_dtau
 dH_c_dtau(j,i): Derivative of H_c by tau (time) More...
 
real(dp), dimension(0:jmax, 0:imax) dh_t_dtau
 dH_t_dtau(j,i): Derivative of H_t by tau (time) More...
 
integer(i4b), dimension(0:jmax, 0:imax) p_weert
 p_weert(j,i): Weertman exponent for the basal shear stress More...
 
integer(i4b), dimension(0:jmax, 0:imax) q_weert
 q_weert(j,i): Weertman exponent for the basal pressure More...
 
real(dp), dimension(0:jmax, 0:imax) p_weert_inv
 p_weert_inv(j,i): Inverse of p_weert More...
 
real(dp), dimension(0:jmax, 0:imax) c_slide
 c_slide(j,i): Basal sliding coefficient More...
 
real(dp), dimension(0:jmax, 0:imax) d_help_b
 d_help_b(j,i): Auxiliary quantity for the computation of vx_b and vy_b More...
 
real(dp), dimension(0:jmax, 0:imax) c_drag
 c_drag(j,i): Auxiliary quantity for the computation of the basal drag More...
 
real(dp), dimension(0:jmax, 0:imax) p_b_w
 p_b_w(j,i): Basal water pressure More...
 
real(dp), dimension(0:jmax, 0:imax) vx_b
 vx_b(j,i): Velocity in x-direction at the ice base, at (i+1/2,j) More...
 
real(dp), dimension(0:jmax, 0:imax) vy_b
 vy_b(j,i): Velocity in y-direction at the ice base, at (i,j+1/2) More...
 
real(dp), dimension(0:jmax, 0:imax) vx_m
 vx_m(j,i): Mean (depth-averaged) velocity in x-direction, at (i+1/2,j) More...
 
real(dp), dimension(0:jmax, 0:imax) vy_m
 vy_m(j,i): Mean (depth-averaged) velocity in y-direction, at (i,j+1/2) More...
 
real(dp), dimension(0:jmax, 0:imax) ratio_sl_x
 ratio_sl_x(j,i): Ratio of basal to surface velocity (slip ratio) in x-direction, at (i+1/2,j) More...
 
real(dp), dimension(0:jmax, 0:imax) ratio_sl_y
 ratio_sl_y(j,i): Ratio of basal to surface velocity (slip ratio) in y-direction, at (i,j+1/2) More...
 
real(dp), dimension(0:jmax, 0:imax) vx_b_g
 (.)_g(j,i): Staggered-grid quantity (.) interpolated to grid point (i,j) More...
 
real(dp), dimension(0:jmax, 0:imax) vy_b_g
 (.)_g(j,i): Staggered-grid quantity (.) interpolated to grid point (i,j) More...
 
real(dp), dimension(0:jmax, 0:imax) vz_b
 vz_b(j,i): Velocity in z-direction at the ice base, at (i,j) More...
 
real(dp), dimension(0:jmax, 0:imax) vz_m
 vz_m(j,i): Velocity in z-direction at the position z=zm (interface between the upper (kc) and the lower (kt) domain), at (i,j) More...
 
real(dp), dimension(0:jmax, 0:imax) vx_s_g
 vx_s_g(j,i): Velocity in x-direction at the ice surface, at (i,j) More...
 
real(dp), dimension(0:jmax, 0:imax) vy_s_g
 vy_s_g(j,i): Velocity in x-direction at the ice surface, at (i,j) More...
 
real(dp), dimension(0:jmax, 0:imax) vz_s
 vz_s(j,i): Velocity in z-direction at the ice surface, at (i,j) More...
 
real(dp), dimension(0:jmax, 0:imax) flui_ave_sia
 flui_ave_sia(j,i): Depth-averaged fluidity of the SIA More...
 
real(dp), dimension(0:jmax, 0:imax) h_diff
 h_diff(j,i): Diffusivity of the SIA evolution equation of the ice surface More...
 
real(dp), dimension(0:jmax, 0:imax) qx
 qx(j,i): Volume flux in x-direction (depth-integrated vx, at (i+1/2,j)) More...
 
real(dp), dimension(0:jmax, 0:imax) qy
 qy(j,i): Volume flux in y-direction (depth-integrated vy, at (i,j+1/2)) More...
 
real(dp), dimension(0:jmax, 0:imax) q_gl_g
 q_gl_g(j,i): Volume flux across the grounding line, at (i,j) More...
 
real(dp), dimension(0:jmax, 0:imax) q_geo
 q_geo(j,i): Geothermal heat flux More...
 
real(dp), dimension(0:jmax, 0:imax) temp_b
 temp_b(j,i): Basal temperature More...
 
real(dp), dimension(0:jmax, 0:imax) temph_b
 temph_b(j,i): Basal temperature relative to the pressure melting point More...
 
real(dp), dimension(0:jmax, 0:imax) q_bm
 Q_bm(j,i): Basal melting rate. More...
 
real(dp), dimension(0:jmax, 0:imax) q_tld
 Q_tld(j,i): Water drainage rate from the temperate layer. More...
 
real(dp), dimension(0:jmax, 0:imax) q_b_tot
 Q_b_tot(j,i): Sum of Q_bm and Q_tld. More...
 
real(dp), dimension(0:jmax, 0:imax) h_w
 H_w(j,i): Thickness of the water column under the ice base. More...
 
real(dp), dimension(0:jmax, 0:imax) accum
 accum(j,i): Accumulation rate at the ice surface (includes liquid precipitation = rainfall!) More...
 
real(dp), dimension(0:jmax, 0:imax) evap
 evap(j,i): Evaporation rate at the ice surface More...
 
real(dp), dimension(0:jmax, 0:imax) runoff
 runoff(j,i): Runoff rate at the ice surface More...
 
real(dp), dimension(0:jmax, 0:imax) as_perp
 as_perp(j,i): Accumulation-ablation function at the ice surface (SMB) More...
 
real(dp), dimension(0:jmax, 0:imax) as_perp_apl
 as_perp_apl(j,i): Applied accumulation-ablation function (SMB) More...
 
real(dp), dimension(0:jmax, 0:imax) mb_source_apl
 mb_source_apl(j,i): Applied mass balance source (SMB, BMB, calving) More...
 
real(dp), dimension(0:jmax, 0:imax) runoff_top
 runoff_top(j,i): Runoff rate (accounting at ice surface) More...
 
real(dp), dimension(0:jmax, 0:imax) runoff_bot
 runoff_bot(j,i): Runoff rate (accounting at ice bottom) More...
 
real(dp), dimension(0:jmax, 0:imax) disc_top
 disc_top(j,i): Ice discharge rate (accounting at ice surface) More...
 
real(dp), dimension(0:jmax, 0:imax) calv_grounded
 calv_grounded(j,i): Calving rate of grounded ice More...
 
real(dp), dimension(0:jmax, 0:imax) temp_s
 temp_s(j,i): Ice surface temperature More...
 
real(dp), dimension(0:jmax, 0:imax) am_perp
 am_perp(j,i): Ice volume flux across the z=zm interface More...
 
real(dp), dimension(0:jmax, 0:imax) am_perp_st
 am_perp_st(j,i): Steady-state part of am_perp (without contribution of dzm_dtau) More...
 
real(dp), dimension(0:jmax, 0:imax) zs_neu
 (.)_neu: New value of quantity (.) computed during an integration step More...
 
real(dp), dimension(0:jmax, 0:imax) zm_neu
 (.)_neu: New value of quantity (.) computed during an integration step More...
 
real(dp), dimension(0:jmax, 0:imax) zb_neu
 (.)_neu: New value of quantity (.) computed during an integration step More...
 
real(dp), dimension(0:jmax, 0:imax) zl_neu
 (.)_neu: New value of quantity (.) computed during an integration step More...
 
real(dp), dimension(0:jmax, 0:imax) h_c_neu
 (.)_neu: New value of quantity (.) computed during an integration step More...
 
real(dp), dimension(0:jmax, 0:imax) h_t_neu
 (.)_neu: New value of quantity (.) computed during an integration step More...
 
real(dp), dimension(0:jmax, 0:imax) zs_ref
 zs_ref(j,i): Reference elevation for precip_present, temp_ma_present and temp_mj_present More...
 
real(dp), dimension(0:jmax, 0:imax) accum_present
 accum_present(j,i): Present-day accumulation rate at the ice surface (for EISMINT, ISMIP HEINO and the north and south polar caps of Mars) More...
 
real(dp), dimension(0:jmax, 0:imax) precip_ma_present
 precip_ma_present(j,i): Present-day mean annual precipitation rate at the ice surface More...
 
real(dp), dimension(0:jmax, 0:imax) precip_ma_lgm_anom
 precip_ma_lgm_anom(j,i): LGM anomaly (ratio LGM/present) of the mean annual precipitation rate at the ice surface More...
 
real(dp), dimension(0:jmax, 0:imax) temp_ma_present
 temp_ma_present(j,i): Present-day mean annual surface temperature More...
 
real(dp), dimension(0:jmax, 0:imax) temp_mj_present
 temp_mj_present(j,i): Present-day mean summer (northern hemisphere: July, southern hemisphere: January) surface temperature More...
 
real(dp), dimension(0:jmax, 0:imax) temp_ma_lgm_anom
 temp_ma_lgm_anom(j,i): LGM anomaly (difference LGM - present) of the mean annual surface temperature More...
 
real(dp), dimension(0:jmax, 0:imax) temp_mj_lgm_anom
 temp_mj_lgm_anom(j,i): LGM anomaly (difference LGM - present) of the mean summer (northern hemisphere: July, southern hemisphere: January) surface temperature More...
 
real(dp), dimension(-jmax:jmax,-imax:imax) dist_dxdy
 dist_dxdy(jr,ir): Distance between grid points with delta_i=ir, delta_j=jr More...
 
real(dp), dimension(0:jmax, 0:imax, 12) precip_present
 precip_present(j,i,n): Present-day mean monthly precipitation rate at the ice surface More...
 
real(dp), dimension(0:jmax, 0:imax, 12) precip_lgm_anom
 precip_lgm_anom(j,i,n): LGM anomaly (ratio LGM/present) of the mean monthly precipitation rate at the ice surface More...
 
real(dp), dimension(0:jmax, 0:imax, 12) gamma_precip_lgm_anom
 gamma_precip_lgm_anom(j,i,n): negative natural logarithm of precip_lgm_anom(j,i,n) More...
 
real(dp), dimension(0:jmax, 0:imax, 12) temp_mm_present
 temp_mm_present(j,i,n): Present-day mean monthly surface temperature More...
 
real(dp), dimension(0:jmax, 0:imax, 12) temp_mm_lgm_anom
 temp_mm_lgm_anom(j,i,n): LGM anomaly (difference LGM - present) of the mean monthly surface temperature More...
 
real(dp), dimension(0:kcmax, 0:jmax, 0:imax) d_help_c
 d_help_c(kc,j,i): Auxiliary quantity for the computation of vx, vy und zs More...
 
real(dp), dimension(0:kcmax, 0:jmax, 0:imax) vx_c
 vx_c(kc,j,i): Velocity in x-direction in the upper (kc) ice domain (at (i+1/2,j,kc)) More...
 
real(dp), dimension(0:kcmax, 0:jmax, 0:imax) vy_c
 vy_c(kc,j,i): Velocity in y-direction in the upper (kc) ice domain (at (i,j+1/2,kc)) More...
 
real(dp), dimension(0:kcmax, 0:jmax, 0:imax) vz_c
 vz_c(kc,j,i): Velocity in z-direction in the upper (kc) ice domain (at (i,j,kc+1/2)) More...
 
real(dp), dimension(0:kcmax, 0:jmax, 0:imax) temp_c
 temp_c(kc,j,i): Temperature in the upper (kc) ice domain More...
 
real(dp), dimension(0:kcmax, 0:jmax, 0:imax) temp_c_neu
 (.)_neu: New value of quantity (.) computed during an integration step More...
 
real(dp), dimension(0:kcmax, 0:jmax, 0:imax) temp_c_m
 temp_c_m(kc,j,i): Melting temperature in the upper (kc) ice domain More...
 
real(dp), dimension(0:kcmax, 0:jmax, 0:imax) age_c
 age_c(kc,j,i): Age in the upper (kc) ice domain More...
 
real(dp), dimension(0:kcmax, 0:jmax, 0:imax) age_c_neu
 (.)_neu: New value of quantity (.) computed during an integration step More...
 
real(dp), dimension(0:kcmax, 0:jmax, 0:imax) txz_c
 txz_c(kc,j,i): Shear stress txz in the upper (kc) ice domain (at (i+1/2,j,kc)) More...
 
real(dp), dimension(0:kcmax, 0:jmax, 0:imax) tyz_c
 tyz_c(kc,j,i): Shear stress tyz in the upper (kc) ice domain (at (i,j+1/2,kc)) More...
 
real(dp), dimension(0:kcmax, 0:jmax, 0:imax) sigma_c
 sigma_c(kc,j,i): Effective stress in the upper (kc) ice domain More...
 
real(dp), dimension(0:kcmax, 0:jmax, 0:imax) enh_c
 enh_c(kc,j,i): Flow enhancement factor in the upper (kc) ice domain More...
 
real(dp), dimension(0:jmax, 0:imax) de_ssa
 de_ssa(j,i): Effective strain rate of the SSA, at (i,j) More...
 
real(dp), dimension(0:jmax, 0:imax) vis_int_g
 vis_int_g(j,i): Depth-integrated viscosity of the SSA, at (i,j) More...
 
real(dp), dimension(0:jmax, 0:imax) vx_g
 vx_g(j,i): Velocity in x-direction of the SSA, at (i,j) More...
 
real(dp), dimension(0:jmax, 0:imax) vy_g
 vy_g(j,i): Velocity in y-direction of the SSA, at (i,j) More...
 
real(dp), dimension(0:ktmax, 0:jmax, 0:imax) d_help_t
 d_help_t(kt,j,i): Auxiliary quantity for the computation of vx, vy und zs More...
 
real(dp), dimension(0:ktmax, 0:jmax, 0:imax) vx_t
 vx_t(kt,j,i): Velocity in x-direction in the lower (kt) ice domain (at (i+1/2,j,kt)) More...
 
real(dp), dimension(0:ktmax, 0:jmax, 0:imax) vy_t
 vy_t(kt,j,i): Velocity in y-direction in the lower (kt) ice domain (at (i,j+1/2,kt)) More...
 
real(dp), dimension(0:ktmax, 0:jmax, 0:imax) vz_t
 vz_t(kt,j,i): Velocity in z-direction in the lower (kt) ice domain (at (i,j,kt+1/2)) More...
 
real(dp), dimension(0:ktmax, 0:jmax, 0:imax) omega_t
 omega_t(kt,j,i): Water content in the lower (kt) ice domain More...
 
real(dp), dimension(0:ktmax, 0:jmax, 0:imax) omega_t_neu
 (.)_neu: New value of quantity (.) computed during an integration step More...
 
real(dp), dimension(0:ktmax, 0:jmax, 0:imax) temp_t_m
 temp_t_m(kt,j,i): Melting temperature in the lower (kt) ice domain More...
 
real(dp), dimension(0:ktmax, 0:jmax, 0:imax) age_t
 age_t(kt,j,i): Age in the lower (kt) ice domain More...
 
real(dp), dimension(0:ktmax, 0:jmax, 0:imax) age_t_neu
 (.)_neu: New value of quantity (.) computed during an integration step More...
 
real(dp), dimension(0:ktmax, 0:jmax, 0:imax) txz_t
 txz_t(kt,j,i): Shear stress txz in the lower (kt) ice domain (at (i+1/2,j,kt)) More...
 
real(dp), dimension(0:ktmax, 0:jmax, 0:imax) tyz_t
 tyz_t(kt,j,i): Shear stress tyz in the lower (kt) ice domain (at (i,j+1/2,kt)) More...
 
real(dp), dimension(0:ktmax, 0:jmax, 0:imax) sigma_t
 sigma_t(kt,j,i): Effective stress in the lower (kt) ice domain More...
 
real(dp), dimension(0:ktmax, 0:jmax, 0:imax) enh_t
 enh_t(kt,j,i): Flow enhancement factor in the lower (kt) ice domain More...
 
real(dp), dimension(0:krmax, 0:jmax, 0:imax) temp_r
 temp_r(kr,j,i): Temperature in the bedrock More...
 
real(dp), dimension(0:krmax, 0:jmax, 0:imax) temp_r_neu
 (.)_neu: New value of quantity (.) computed during an integration step More...
 
real(dp), dimension(0:kcmax, 0:jmax, 0:imax) enth_c
 enth_c(kc,j,i): Enthalpy in the upper (kc) ice domain More...
 
real(dp), dimension(0:kcmax, 0:jmax, 0:imax) enth_c_neu
 (.)_neu: New value of quantity (.) computed during an integration step More...
 
real(dp), dimension(0:kcmax, 0:jmax, 0:imax) omega_c
 omega_c(kc,j,i): Water content in the upper (kc) ice domain More...
 
real(dp), dimension(0:kcmax, 0:jmax, 0:imax) omega_c_neu
 (.)_neu: New value of quantity (.) computed during an integration step More...
 
real(dp), dimension(0:ktmax, 0:jmax, 0:imax) enth_t
 enth_t(kt,j,i): Enthalpy in the lower (kt) ice domain More...
 
real(dp), dimension(0:ktmax, 0:jmax, 0:imax) enth_t_neu
 (.)_neu: New value of quantity (.) computed during an integration step More...
 
real(dp), dimension(0:kcmax, 0:jmax, 0:imax) dxx_c
 dxx_c(kc,j,i): Strain rate dxx in the upper (kc) ice domain More...
 
real(dp), dimension(0:kcmax, 0:jmax, 0:imax) dyy_c
 dyy_c(kc,j,i): Strain rate dyy in the upper (kc) ice domain More...
 
real(dp), dimension(0:kcmax, 0:jmax, 0:imax) dxy_c
 dxy_c(kc,j,i): Strain rate dxy in the upper (kc) ice domain More...
 
real(dp), dimension(0:kcmax, 0:jmax, 0:imax) dxz_c
 dxz_c(kc,j,i): Strain rate dxz in the upper (kc) ice domain More...
 
real(dp), dimension(0:kcmax, 0:jmax, 0:imax) dyz_c
 dyz_c(kc,j,i): Strain rate dyz in the upper (kc) ice domain More...
 
real(dp), dimension(0:kcmax, 0:jmax, 0:imax) de_c
 de_c(kc,j,i): Full effective strain rate in the upper (kc) ice domain More...
 
real(dp), dimension(0:kcmax, 0:jmax, 0:imax) lambda_shear_c
 lambda_shear_c(kc,j,i): Shear fraction in the upper (kc) ice domain More...
 
real(dp), dimension(0:ktmax, 0:jmax, 0:imax) dxx_t
 dxx_t(kt,j,i): Strain rate dxx in the lower (kt) ice domain More...
 
real(dp), dimension(0:ktmax, 0:jmax, 0:imax) dyy_t
 dyy_t(kt,j,i): Strain rate dyy in the lower (kt) ice domain More...
 
real(dp), dimension(0:ktmax, 0:jmax, 0:imax) dxy_t
 dxy_t(kt,j,i): Strain rate dxy in the lower (kt) ice domain More...
 
real(dp), dimension(0:ktmax, 0:jmax, 0:imax) dxz_t
 dxz_t(kt,j,i): Strain rate dxz in the lower (kt) ice domain More...
 
real(dp), dimension(0:ktmax, 0:jmax, 0:imax) dyz_t
 dyz_t(kt,j,i): Strain rate dyz in the lower (kt) ice domain More...
 
real(dp), dimension(0:ktmax, 0:jmax, 0:imax) de_t
 de_t(kt,j,i): Full effective strain rate in the lower (kt) ice domain More...
 
real(dp), dimension(0:ktmax, 0:jmax, 0:imax) lambda_shear_t
 lambda_shear_t(kt,j,i): Shear fraction in the lower (kt) ice domain More...
 
real(dp) rho
 RHO: Density of ice. More...
 
real(dp) rho_w
 RHO_W: Density of pure water. More...
 
real(dp) rho_sw
 RHO_SW: Density of sea water. More...
 
real(dp) l
 L: Latent heat of ice. More...
 
real(dp) g
 G: Acceleration due to gravity. More...
 
real(dp) nue
 NUE: Water diffusivity in ice. More...
 
real(dp) beta
 BETA: Clausius-Clapeyron gradient of ice. More...
 
real(dp) delta_tm_sw
 DELTA_TM_SW: Melting point depression of sea water due to its average salinity. More...
 
real(dp) omega_max
 OMEGA_MAX: Threshold value for the water content of temperate ice. More...
 
real(dp) h_r
 H_R: Thickness of the modelled lithosphere layer. More...
 
real(dp) rho_c_r
 RHO_C_R: Density times specific heat of the lithosphere. More...
 
real(dp) kappa_r
 KAPPA_R: Heat conductivity of the lithosphere. More...
 
real(dp) rho_a
 RHO_A: Density of the asthenosphere. More...
 
real(dp) r_t
 R_T: Coefficient of the water-content dependence in the rate factor for temperate ice. More...
 
real(dp) r
 R: Radius of the planet. More...
 
real(dp) a
 A: Semi-major axis of the planet. More...
 
real(dp) b
 B: Semi-minor axis of the planet. More...
 
real(dp) lambda0
 LAMBDA0: Reference longitude (central meridian) of the stereographic projection. More...
 
real(dp) phi0
 PHI0: Standard parallel of the stereographic projection. More...
 
real(dp) s_stat_0
 S_STAT_0: Standard deviation of the air termperature for the degree-day model. More...
 
real(dp) beta1_0
 BETA1_0: Degree-day factor for snow. More...
 
real(dp) beta1_lt_0
 BETA1_LT_0: Degree-day factor for snow at low summer temperatures. More...
 
real(dp) beta1_ht_0
 BETA1_HT_0: Degree-day factor for snow at high summer temperatures. More...
 
real(dp) beta2_0
 BETA2_0: Degree-day factor for ice. More...
 
real(dp) beta2_lt_0
 BETA2_LT_0: Degree-day factor for ice at low summer temperatures. More...
 
real(dp) beta2_ht_0
 BETA2_HT_0: Degree-day factor for ice at high summer temperatures. More...
 
real(dp) phi_sep_0
 PHI_SEP_0: Separation latitude for the computation of the degree-day factors beta1 and beta2: Equatorward of phi_sep, only the high-temperature values are used, whereas poleward of phi_sep, beta1 and beta2 are temperature-dependent. More...
 
real(dp) pmax_0
 PMAX_0: Saturation factor for the formation of superimposed ice. More...
 
real(dp) mu_0
 MU_0: Firn-warming correction. More...
 
real(dp), dimension(-190:10) rf
 RF(n): Tabulated values for the rate factor of cold ice. More...
 
real(dp), dimension(-190:10) kappa
 KAPPA(n): Tabulated values for the heat conductivity of ice. More...
 
real(dp), dimension(-190:10) c
 C(n): Tabulated values for the specific heat of ice. More...
 
real(dp), parameter pi = 3.141592653589793_dp
 pi: Constant pi More...
 
real(dp), parameter pi_inv = 1.0_dp/pi
 pi_inv: Inverse of pi More...
 
real(dp), parameter pi_180 = pi/180.0_dp
 pi_180: pi divided by 180 (-> deg to rad) More...
 
real(dp), parameter pi_180_inv = 180.0_dp/pi
 pi_180_inv: 180 divided by pi (-> rad to deg) More...
 
real(dp), parameter euler = 2.718281828459045_dp
 euler: Euler number More...
 
real(dp), parameter eps = 1.0e-05_dp
 eps: Small number More...
 
real(dp), parameter epsi = 1.0e-12_dp
 epsi: Very small number More...
 
real(sp), parameter eps_sp = epsilon(1.0_sp)
 eps_sp: Small number to single-precision accuracy More...
 
real(dp), parameter eps_sp_dp = real(eps_sp, dp)
 eps_sp_dp: Small number to single-precision accuracy in double precision More...
 
real(dp), parameter eps_dp = epsilon(1.0_dp)
 eps_dp: Small number to double-precision accuracy More...
 
real(dp) year_zero
 year_zero: SICOPOLIS year zero in astronomical year numbering [ = signed year CE (AD) ] More...
 
character(len=64) ch_domain_long
 ch_domain_long: Long name of the computational domain More...
 
character(len=16) ch_domain_short
 ch_domain_short: Short name of the computational domain More...
 
integer(i2b) forcing_flag
 forcing_flag: Flag for the forcing type. 1: forcing by a spatially constant surface temperature anomaly (delta_ts), 2: forcing by a glacial index (glac_index), 3: forcing by time-dependent surface temperature and precipitation data. More...
 
integer(i4b) n_core
 n_core: Number of positions to be considered in the time-series file for deep boreholes More...
 
real(dp), dimension(:), allocatable lambda_core
 lambda_core(n): Geographical longitude of the prescribed borehole positions More...
 
real(dp), dimension(:), allocatable phi_core
 phi_core(n): Geographical latitude of the prescribed borehole positions More...
 
real(dp), dimension(:), allocatable x_core
 x_core(n): Coordinate xi (= x) of the prescribed borehole positions More...
 
real(dp), dimension(:), allocatable y_core
 y_core(n): Coordinate eta (= y) of the prescribed borehole positions More...
 
character(len=16), dimension(:), allocatable ch_core
 ch_core(n): Names of the prescribed borehole positions More...
 
integer(i4b) grip_time_min
 grip_time_min: Minimum time of the data values for the surface temperature anomaly More...
 
integer(i4b) grip_time_stp
 grip_time_stp: Time step of the data values for the surface temperature anomaly More...
 
integer(i4b) grip_time_max
 grip_time_max: Maximum time of the data values for the surface temperature anomaly More...
 
integer(i4b) ndata_grip
 ndata_grip: Number of data values for the surface temperature anomaly More...
 
real(dp), dimension(:), allocatable griptemp
 griptemp(n): Data values for the surface temperature anomaly More...
 
integer(i4b) gi_time_min
 gi_time_min: Minimum time of the data values for the glacial index More...
 
integer(i4b) gi_time_stp
 gi_time_stp: Time step of the data values for the glacial index More...
 
integer(i4b) gi_time_max
 gi_time_max: Maximum time of the data values for the glacial index More...
 
integer(i4b) ndata_gi
 ndata_gi: Number of data values for the glacial index More...
 
real(dp), dimension(:), allocatable glacial_index
 glacial_index(n): Data values for the glacial index More...
 
integer(i4b) specmap_time_min
 specmap_time_min: Minimum time of the data values for the sea level More...
 
integer(i4b) specmap_time_stp
 specmap_time_stp: Time step of the data values for the sea level More...
 
integer(i4b) specmap_time_max
 specmap_time_max: Maximum time of the data values for the sea level More...
 
integer(i4b) ndata_specmap
 ndata_specmap: Number of data values for the sea level More...
 
real(dp), dimension(:), allocatable specmap_zsl
 specmap_zsl(n): Data values for the sea level More...
 
real(dp) time_target_topo_init
 time_target_topo_init: Initial time for target-topography adjustment More...
 
real(dp) time_target_topo_final
 time_target_topo_final: Final time for target-topography adjustment More...
 
real(dp) target_topo_tau
 target_topo_tau: Relaxation time for target-topography adjustment More...
 
integer(i2b), dimension(0:jmax, 0:imax) maske_target
 maske_target(j,i): Target topography (ice-land-ocean mask) More...
 
real(dp), dimension(0:jmax, 0:imax) zs_target
 zs_target(j,i): Target topography (ice surface) More...
 
real(dp), dimension(0:jmax, 0:imax) zb_target
 zb_target(j,i): Target topography (ice base) More...
 
real(dp), dimension(0:jmax, 0:imax) zl_target
 zl_target(j,i): Target topography (lithosphere surface) More...
 
real(dp), dimension(0:jmax, 0:imax) h_target
 H_target(j,i): Target topography (ice thickness) More...
 
integer(i2b), dimension(0:jmax, 0:imax) maske_maxextent
 maske_maxextent(j,i): Maximum ice extent mask. 0: not allowed to glaciate, 1: allowed to glaciate. More...
 
integer(i4b) ncid_ser
 ncid_ser: ID of the NetCDF time-series output file More...
 
integer(i4b) ncid_core
 ncid_core: ID of the NetCDF time-series output file for the deep ice cores More...
 
integer(i4b) ncid_temp_precip
 ncid_temp_precip: ID of the NetCDF file containing the surface-temperature and precipitation data as functions of time More...
 
integer(i4b) ndata_temp_precip
 ndata_temp_precip: Number of surface-temperature and precipitation data More...
 
real(dp) temp_precip_time_min
 temp_precip_time_min: Minimum time of the surface-temperature and precipitation data More...
 
real(dp) temp_precip_time_stp
 temp_precip_time_stp: Time step of the surface-temperature and precipitation data More...
 
real(dp) temp_precip_time_max
 temp_precip_time_max: Maximum time of the surface-temperature and precipitation data More...
 
real(dp), dimension(:), allocatable temp_precip_time
 temp_precip_time(n): Times of the surface-temperature and precipitation data More...
 
real(dp), dimension(-10000:10000) kei
 kei(n): Tabulated values of the kei function (Kelvin function of zero order) More...
 
integer(i4b) n_data_kei
 n_data_kei: Number of tabulated values of the kei function More...
 
real(dp) kei_r_max
 kei_r_max: Maximum value of the argument r of the tabulated kei function More...
 
real(dp) kei_r_incr
 kei_r_incr: Increment of the argument r of the tabulated kei function More...
 
integer(i4b), parameter rcl1 = 3*8*(IMAX+1)
 rcl1: Maximum length of record for input files (with factor 3 safety margin) More...
 
integer(i4b), parameter rcl2 = 3 *(IMAX+1)
 rcl2: Maximum length of record for input mask files (with factor 3 safety margin) More...
 
real(dp), parameter no_value_pos_1 = 1.11e+11_dp
 no_value_pos_1: Positive no-value parameter More...
 
real(dp), parameter no_value_pos_2 = 9.999e+03_dp
 no_value_pos_2: Positive no-value parameter More...
 
real(dp), parameter no_value_neg_1 = -1.11e+11_dp
 no_value_neg_1: Negative no-value parameter More...
 
real(dp), parameter no_value_neg_2 = -9.999e+03_dp
 no_value_neg_2: Negative no-value parameter More...
 

Detailed Description

Declarations of global variables for SICOPOLIS.

Variable Documentation

real(dp) sico_variables_m::a

A: Semi-major axis of the planet.

Definition at line 555 of file sico_variables_m.F90.

real(dp) sico_variables_m::aa

aa: Exponential stretch parameter of the non-equidistant vertical grid in the upper (kc) ice domain

Definition at line 126 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::accum

accum(j,i): Accumulation rate at the ice surface (includes liquid precipitation = rainfall!)

Definition at line 314 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::accum_present

accum_present(j,i): Present-day accumulation rate at the ice surface (for EISMINT, ISMIP HEINO and the north and south polar caps of Mars)

Definition at line 360 of file sico_variables_m.F90.

real(dp), dimension(0:kcmax,0:jmax,0:imax) sico_variables_m::age_c

age_c(kc,j,i): Age in the upper (kc) ice domain

Definition at line 416 of file sico_variables_m.F90.

real(dp), dimension(0:kcmax,0:jmax,0:imax) sico_variables_m::age_c_neu

(.)_neu: New value of quantity (.) computed during an integration step

Definition at line 418 of file sico_variables_m.F90.

real(dp), dimension(0:ktmax,0:jmax,0:imax) sico_variables_m::age_t

age_t(kt,j,i): Age in the lower (kt) ice domain

Definition at line 457 of file sico_variables_m.F90.

real(dp), dimension(0:ktmax,0:jmax,0:imax) sico_variables_m::age_t_neu

(.)_neu: New value of quantity (.) computed during an integration step

Definition at line 459 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::am_perp

am_perp(j,i): Ice volume flux across the z=zm interface

Definition at line 336 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::am_perp_st

am_perp_st(j,i): Steady-state part of am_perp (without contribution of dzm_dtau)

Definition at line 339 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::area

area(j,i): Area of grid cell associated with grid point (i,j)

Definition at line 143 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::as_perp

as_perp(j,i): Accumulation-ablation function at the ice surface (SMB)

Definition at line 320 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::as_perp_apl

as_perp_apl(j,i): Applied accumulation-ablation function (SMB)

Definition at line 322 of file sico_variables_m.F90.

real(dp) sico_variables_m::b

B: Semi-minor axis of the planet.

Definition at line 557 of file sico_variables_m.F90.

real(dp) sico_variables_m::beta

BETA: Clausius-Clapeyron gradient of ice.

Definition at line 535 of file sico_variables_m.F90.

real(dp) sico_variables_m::beta1_0

BETA1_0: Degree-day factor for snow.

Definition at line 567 of file sico_variables_m.F90.

real(dp) sico_variables_m::beta1_ht_0

BETA1_HT_0: Degree-day factor for snow at high summer temperatures.

Definition at line 571 of file sico_variables_m.F90.

real(dp) sico_variables_m::beta1_lt_0

BETA1_LT_0: Degree-day factor for snow at low summer temperatures.

Definition at line 569 of file sico_variables_m.F90.

real(dp) sico_variables_m::beta2_0

BETA2_0: Degree-day factor for ice.

Definition at line 573 of file sico_variables_m.F90.

real(dp) sico_variables_m::beta2_ht_0

BETA2_HT_0: Degree-day factor for ice at high summer temperatures.

Definition at line 577 of file sico_variables_m.F90.

real(dp) sico_variables_m::beta2_lt_0

BETA2_LT_0: Degree-day factor for ice at low summer temperatures.

Definition at line 575 of file sico_variables_m.F90.

real(dp), dimension(-190:10) sico_variables_m::c

C(n): Tabulated values for the specific heat of ice.

Definition at line 593 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::c_drag

c_drag(j,i): Auxiliary quantity for the computation of the basal drag

Definition at line 256 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::c_slide

c_slide(j,i): Basal sliding coefficient

Definition at line 252 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::calv_grounded

calv_grounded(j,i): Calving rate of grounded ice

Definition at line 332 of file sico_variables_m.F90.

character(len=16), dimension(:), allocatable sico_variables_m::ch_core

ch_core(n): Names of the prescribed borehole positions

Definition at line 652 of file sico_variables_m.F90.

character(len=64) sico_variables_m::ch_domain_long

ch_domain_long: Long name of the computational domain

Definition at line 628 of file sico_variables_m.F90.

character(len=16) sico_variables_m::ch_domain_short

ch_domain_short: Short name of the computational domain

Definition at line 630 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::d_help_b

d_help_b(j,i): Auxiliary quantity for the computation of vx_b and vy_b

Definition at line 254 of file sico_variables_m.F90.

real(dp), dimension(0:kcmax,0:jmax,0:imax) sico_variables_m::d_help_c

d_help_c(kc,j,i): Auxiliary quantity for the computation of vx, vy und zs

Definition at line 399 of file sico_variables_m.F90.

real(dp), dimension(0:ktmax,0:jmax,0:imax) sico_variables_m::d_help_t

d_help_t(kt,j,i): Auxiliary quantity for the computation of vx, vy und zs

Definition at line 440 of file sico_variables_m.F90.

real(dp), dimension(0:kcmax,0:jmax,0:imax) sico_variables_m::de_c

de_c(kc,j,i): Full effective strain rate in the upper (kc) ice domain

Definition at line 501 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::de_ssa

de_ssa(j,i): Effective strain rate of the SSA, at (i,j)

Definition at line 431 of file sico_variables_m.F90.

real(dp), dimension(0:ktmax,0:jmax,0:imax) sico_variables_m::de_t

de_t(kt,j,i): Full effective strain rate in the lower (kt) ice domain

Definition at line 516 of file sico_variables_m.F90.

real(dp) sico_variables_m::delta_tm_sw

DELTA_TM_SW: Melting point depression of sea water due to its average salinity.

Definition at line 538 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::dh_c_deta

dH_c_deta(j,i): Derivative of H_c by eta (at i,j+1/2)

Definition at line 210 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::dh_c_deta_g

(.)_g(j,i): Staggered-grid quantity (.) interpolated to grid point (i,j)

Definition at line 230 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::dh_c_dtau

dH_c_dtau(j,i): Derivative of H_c by tau (time)

Definition at line 242 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::dh_c_dxi

dH_c_dxi(j,i): Derivative of H_c by xi (at i+1/2,j)

Definition at line 200 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::dh_c_dxi_g

(.)_g(j,i): Staggered-grid quantity (.) interpolated to grid point (i,j)

Definition at line 220 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::dh_t_deta

dH_t_deta(j,i): Derivative of H_t by eta (at i,j+1/2)

Definition at line 212 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::dh_t_deta_g

(.)_g(j,i): Staggered-grid quantity (.) interpolated to grid point (i,j)

Definition at line 232 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::dh_t_dtau

dH_t_dtau(j,i): Derivative of H_t by tau (time)

Definition at line 244 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::dh_t_dxi

dH_t_dxi(j,i): Derivative of H_t by xi (at i+1/2,j)

Definition at line 202 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::dh_t_dxi_g

(.)_g(j,i): Staggered-grid quantity (.) interpolated to grid point (i,j)

Definition at line 222 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::disc_top

disc_top(j,i): Ice discharge rate (accounting at ice surface)

Definition at line 330 of file sico_variables_m.F90.

real(dp), dimension(-jmax:jmax,-imax:imax) sico_variables_m::dist_dxdy

dist_dxdy(jr,ir): Distance between grid points with delta_i=ir, delta_j=jr

Definition at line 381 of file sico_variables_m.F90.

real(dp), dimension(0:kcmax,0:jmax,0:imax) sico_variables_m::dxx_c

dxx_c(kc,j,i): Strain rate dxx in the upper (kc) ice domain

Definition at line 491 of file sico_variables_m.F90.

real(dp), dimension(0:ktmax,0:jmax,0:imax) sico_variables_m::dxx_t

dxx_t(kt,j,i): Strain rate dxx in the lower (kt) ice domain

Definition at line 506 of file sico_variables_m.F90.

real(dp), dimension(0:kcmax,0:jmax,0:imax) sico_variables_m::dxy_c

dxy_c(kc,j,i): Strain rate dxy in the upper (kc) ice domain

Definition at line 495 of file sico_variables_m.F90.

real(dp), dimension(0:ktmax,0:jmax,0:imax) sico_variables_m::dxy_t

dxy_t(kt,j,i): Strain rate dxy in the lower (kt) ice domain

Definition at line 510 of file sico_variables_m.F90.

real(dp), dimension(0:kcmax,0:jmax,0:imax) sico_variables_m::dxz_c

dxz_c(kc,j,i): Strain rate dxz in the upper (kc) ice domain

Definition at line 497 of file sico_variables_m.F90.

real(dp), dimension(0:ktmax,0:jmax,0:imax) sico_variables_m::dxz_t

dxz_t(kt,j,i): Strain rate dxz in the lower (kt) ice domain

Definition at line 512 of file sico_variables_m.F90.

real(dp), dimension(0:kcmax,0:jmax,0:imax) sico_variables_m::dyy_c

dyy_c(kc,j,i): Strain rate dyy in the upper (kc) ice domain

Definition at line 493 of file sico_variables_m.F90.

real(dp), dimension(0:ktmax,0:jmax,0:imax) sico_variables_m::dyy_t

dyy_t(kt,j,i): Strain rate dyy in the lower (kt) ice domain

Definition at line 508 of file sico_variables_m.F90.

real(dp), dimension(0:kcmax,0:jmax,0:imax) sico_variables_m::dyz_c

dyz_c(kc,j,i): Strain rate dyz in the upper (kc) ice domain

Definition at line 499 of file sico_variables_m.F90.

real(dp), dimension(0:ktmax,0:jmax,0:imax) sico_variables_m::dyz_t

dyz_t(kt,j,i): Strain rate dyz in the lower (kt) ice domain

Definition at line 514 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::dzb_deta

dzb_deta(j,i): Derivative of zb by eta (at i,j+1/2)

Definition at line 208 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::dzb_deta_g

(.)_g(j,i): Staggered-grid quantity (.) interpolated to grid point (i,j)

Definition at line 228 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::dzb_dtau

dzb_dtau(j,i): Derivative of zb by tau (time)

Definition at line 238 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::dzb_dxi

dzb_dxi(j,i): Derivative of zb by xi (at i+1/2,j)

Definition at line 198 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::dzb_dxi_g

(.)_g(j,i): Staggered-grid quantity (.) interpolated to grid point (i,j)

Definition at line 218 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::dzl_dtau

dzl_dtau(j,i): Derivative of zl by tau (time)

Definition at line 240 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::dzm_deta

dzm_deta(j,i): Derivative of zm by eta (at i,j+1/2)

Definition at line 206 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::dzm_deta_g

(.)_g(j,i): Staggered-grid quantity (.) interpolated to grid point (i,j)

Definition at line 226 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::dzm_dtau

dzm_dtau(j,i): Derivative of zm by tau (time)

Definition at line 236 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::dzm_dxi

dzm_dxi(j,i): Derivative of zm by xi (at i+1/2,j)

Definition at line 196 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::dzm_dxi_g

(.)_g(j,i): Staggered-grid quantity (.) interpolated to grid point (i,j)

Definition at line 216 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::dzs_deta

dzs_deta(j,i): Derivative of zs by eta (at i,j+1/2)

Definition at line 204 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::dzs_deta_g

(.)_g(j,i): Staggered-grid quantity (.) interpolated to grid point (i,j)

Definition at line 224 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::dzs_dtau

dzs_dtau(j,i): Derivative of zs by tau (time)

Definition at line 234 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::dzs_dxi

dzs_dxi(j,i): Derivative of zs by xi (at i+1/2,j)

Definition at line 194 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::dzs_dxi_g

(.)_g(j,i): Staggered-grid quantity (.) interpolated to grid point (i,j)

Definition at line 214 of file sico_variables_m.F90.

real(dp) sico_variables_m::ea

ea: Abbreviation for exp(aa)

Definition at line 132 of file sico_variables_m.F90.

real(dp), dimension(0:kcmax) sico_variables_m::eaz_c

eaz_c(kc): Abbreviation for exp(aa*zeta(kc))

Definition at line 134 of file sico_variables_m.F90.

real(dp), dimension(0:kcmax) sico_variables_m::eaz_c_quotient

eaz_c_quotient(kc): Abbreviation for (eaz_c(kc)-1.0)/(ea-1.0)

Definition at line 136 of file sico_variables_m.F90.

real(dp), dimension(0:kcmax,0:jmax,0:imax) sico_variables_m::enh_c

enh_c(kc,j,i): Flow enhancement factor in the upper (kc) ice domain

Definition at line 428 of file sico_variables_m.F90.

real(dp), dimension(0:ktmax,0:jmax,0:imax) sico_variables_m::enh_t

enh_t(kt,j,i): Flow enhancement factor in the lower (kt) ice domain

Definition at line 469 of file sico_variables_m.F90.

real(dp), dimension(0:kcmax,0:jmax,0:imax) sico_variables_m::enth_c

enth_c(kc,j,i): Enthalpy in the upper (kc) ice domain

Definition at line 477 of file sico_variables_m.F90.

real(dp), dimension(0:kcmax,0:jmax,0:imax) sico_variables_m::enth_c_neu

(.)_neu: New value of quantity (.) computed during an integration step

Definition at line 479 of file sico_variables_m.F90.

real(dp), dimension(0:ktmax,0:jmax,0:imax) sico_variables_m::enth_t

enth_t(kt,j,i): Enthalpy in the lower (kt) ice domain

Definition at line 486 of file sico_variables_m.F90.

real(dp), dimension(0:ktmax,0:jmax,0:imax) sico_variables_m::enth_t_neu

(.)_neu: New value of quantity (.) computed during an integration step

Definition at line 488 of file sico_variables_m.F90.

real(dp), parameter sico_variables_m::eps = 1.0e-05_dp

eps: Small number

Definition at line 610 of file sico_variables_m.F90.

real(dp), parameter sico_variables_m::eps_dp = epsilon(1.0_dp)

eps_dp: Small number to double-precision accuracy

Definition at line 619 of file sico_variables_m.F90.

real(sp), parameter sico_variables_m::eps_sp = epsilon(1.0_sp)

eps_sp: Small number to single-precision accuracy

Definition at line 615 of file sico_variables_m.F90.

real(dp), parameter sico_variables_m::eps_sp_dp = real(eps_sp, dp)

eps_sp_dp: Small number to single-precision accuracy in double precision

Definition at line 617 of file sico_variables_m.F90.

real(dp), parameter sico_variables_m::epsi = 1.0e-12_dp

epsi: Very small number

Definition at line 612 of file sico_variables_m.F90.

real(dp), dimension(0:jmax) sico_variables_m::eta

eta(j): Coordinate eta (= y) of grid point j

Definition at line 117 of file sico_variables_m.F90.

real(dp), parameter sico_variables_m::euler = 2.718281828459045_dp

euler: Euler number

Definition at line 607 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::evap

evap(j,i): Evaporation rate at the ice surface

Definition at line 316 of file sico_variables_m.F90.

logical sico_variables_m::flag_aa_nonzero

flag_aa_nonzero: Flag for the exponential stretch parameter aa. .true.: aa greater than zero (non-equidistant grid) .false.: aa equal to zero (equidistant grid)

Definition at line 130 of file sico_variables_m.F90.

logical, dimension(0:jmax,0:imax) sico_variables_m::flag_calving_front_1

flag_calving_front_1(j,i): Calving front flag. .true.: calving front point (floating ice point with at least one ocean neighbour), .false.: otherwise

Definition at line 93 of file sico_variables_m.F90.

logical, dimension(0:jmax,0:imax) sico_variables_m::flag_calving_front_2

flag_calving_front_2(j,i): Calving front flag. .true.: calving front point (ocean point with at least one floating ice neighbour), .false.: otherwise

Definition at line 99 of file sico_variables_m.F90.

logical, dimension(0:jmax,0:imax) sico_variables_m::flag_grounding_line_1

flag_grounding_line_1(j,i): Grounding line flag. .true.: grounding line point (grounded ice point with at least one floating ice neighbour), .false.: otherwise

Definition at line 81 of file sico_variables_m.F90.

logical, dimension(0:jmax,0:imax) sico_variables_m::flag_grounding_line_2

flag_grounding_line_2(j,i): Grounding line flag. .true.: grounding line point (floating ice point with at least one grounded ice neighbour), .false.: otherwise

Definition at line 87 of file sico_variables_m.F90.

logical, dimension(0:jmax,0:imax) sico_variables_m::flag_inner_point

flag_inner_point(j,i): Inner-point flag. .true.: inner point, .false.: margin point

Definition at line 75 of file sico_variables_m.F90.

logical, dimension(0:jmax,0:imax) sico_variables_m::flag_shelfy_stream

flag_shelfy_stream(j,i): Shelfy stream flag on the main grid. .true.: grounded ice, and at least one neighbour on the staggered grid is a shelfy stream point .false.: otherwise

Definition at line 113 of file sico_variables_m.F90.

logical, dimension(0:jmax,0:imax) sico_variables_m::flag_shelfy_stream_x

flag_shelfy_stream_x(j,i): Shelfy stream flag in x-direction, at (i+1/2,j). .true.: shelfy stream point .false.: otherwise

Definition at line 103 of file sico_variables_m.F90.

logical, dimension(0:jmax,0:imax) sico_variables_m::flag_shelfy_stream_y

flag_shelfy_stream_y(j,i): Shelfy stream flag in y-direction, at (i,j+1/2). .true.: shelfy stream point .false.: otherwise

Definition at line 107 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::flex_rig_lith

flex_rig_lith(j,i): Flexural rigidity of the lithosphere

Definition at line 182 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::flui_ave_sia

flui_ave_sia(j,i): Depth-averaged fluidity of the SIA

Definition at line 289 of file sico_variables_m.F90.

integer(i2b) sico_variables_m::forcing_flag

forcing_flag: Flag for the forcing type. 1: forcing by a spatially constant surface temperature anomaly (delta_ts), 2: forcing by a glacial index (glac_index), 3: forcing by time-dependent surface temperature and precipitation data.

Definition at line 638 of file sico_variables_m.F90.

real(dp) sico_variables_m::g

G: Acceleration due to gravity.

Definition at line 531 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax,12) sico_variables_m::gamma_precip_lgm_anom

gamma_precip_lgm_anom(j,i,n): negative natural logarithm of precip_lgm_anom(j,i,n)

Definition at line 391 of file sico_variables_m.F90.

integer(i4b) sico_variables_m::gi_time_max

gi_time_max: Maximum time of the data values for the glacial index

Definition at line 673 of file sico_variables_m.F90.

integer(i4b) sico_variables_m::gi_time_min

gi_time_min: Minimum time of the data values for the glacial index

Definition at line 669 of file sico_variables_m.F90.

integer(i4b) sico_variables_m::gi_time_stp

gi_time_stp: Time step of the data values for the glacial index

Definition at line 671 of file sico_variables_m.F90.

real(dp), dimension(:), allocatable sico_variables_m::glacial_index

glacial_index(n): Data values for the glacial index

Definition at line 677 of file sico_variables_m.F90.

integer(i4b) sico_variables_m::grip_time_max

grip_time_max: Maximum time of the data values for the surface temperature anomaly

Definition at line 662 of file sico_variables_m.F90.

integer(i4b) sico_variables_m::grip_time_min

grip_time_min: Minimum time of the data values for the surface temperature anomaly

Definition at line 656 of file sico_variables_m.F90.

integer(i4b) sico_variables_m::grip_time_stp

grip_time_stp: Time step of the data values for the surface temperature anomaly

Definition at line 659 of file sico_variables_m.F90.

real(dp), dimension(:), allocatable sico_variables_m::griptemp

griptemp(n): Data values for the surface temperature anomaly

Definition at line 666 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::h_c

H_c(j,i): Thickness of ice in the upper (kc) domain (thickness of the cold-ice layer for POLY, entire ice thickness for ISOT, COLD, ENTC, ENTM)

Definition at line 188 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::h_c_neu

(.)_neu: New value of quantity (.) computed during an integration step

Definition at line 349 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::h_diff

h_diff(j,i): Diffusivity of the SIA evolution equation of the ice surface

Definition at line 291 of file sico_variables_m.F90.

real(dp) sico_variables_m::h_r

H_R: Thickness of the modelled lithosphere layer.

Definition at line 542 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::h_t

H_t(j,i): Thickness of ice in the lower (kt) domain (thickness of the temperate layer for POLY, redundant and thus set to zero for ISOT, COLD, ENTC, ENTM)

Definition at line 192 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::h_t_neu

(.)_neu: New value of quantity (.) computed during an integration step

Definition at line 351 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::h_target

H_target(j,i): Target topography (ice thickness)

Definition at line 705 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::h_w

H_w(j,i): Thickness of the water column under the ice base.

Definition at line 311 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::insq_g11_g

insq_g11_g(j,i): Inverse square root of g11 on grid point (i,j)

Definition at line 151 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::insq_g11_sgx

insq_g11_sgx(j,i): Inverse square root of g11, at (i+1/2,j)

Definition at line 163 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::insq_g22_g

insq_g22_g(j,i): Inverse square root of g22 on grid point (i,j)

Definition at line 153 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::insq_g22_sgy

insq_g22_sgy(j,i): Inverse square root of g22, at (i,j+1/2)

Definition at line 165 of file sico_variables_m.F90.

real(dp), dimension(-190:10) sico_variables_m::kappa

KAPPA(n): Tabulated values for the heat conductivity of ice.

Definition at line 591 of file sico_variables_m.F90.

real(dp) sico_variables_m::kappa_r

KAPPA_R: Heat conductivity of the lithosphere.

Definition at line 546 of file sico_variables_m.F90.

integer(i2b), dimension(0:jmax,0:imax) sico_variables_m::kc_cts

kc_cts(j,i): Position kc of the CTS (for COLD, ENTC, ENTM)

Definition at line 69 of file sico_variables_m.F90.

integer(i2b), dimension(0:jmax,0:imax) sico_variables_m::kc_cts_neu

(.)_neu: New value of quantity (.) computed during an integration step

Definition at line 71 of file sico_variables_m.F90.

real(dp), dimension(-10000:10000) sico_variables_m::kei

kei(n): Tabulated values of the kei function (Kelvin function of zero order)

Definition at line 738 of file sico_variables_m.F90.

real(dp) sico_variables_m::kei_r_incr

kei_r_incr: Increment of the argument r of the tabulated kei function

Definition at line 744 of file sico_variables_m.F90.

real(dp) sico_variables_m::kei_r_max

kei_r_max: Maximum value of the argument r of the tabulated kei function

Definition at line 742 of file sico_variables_m.F90.

real(dp) sico_variables_m::l

L: Latent heat of ice.

Definition at line 529 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::lambda

lambda(j,i): Geographic longitude of grid point (i,j)

Definition at line 139 of file sico_variables_m.F90.

real(dp) sico_variables_m::lambda0

LAMBDA0: Reference longitude (central meridian) of the stereographic projection.

Definition at line 560 of file sico_variables_m.F90.

real(dp), dimension(:), allocatable sico_variables_m::lambda_core

lambda_core(n): Geographical longitude of the prescribed borehole positions

Definition at line 644 of file sico_variables_m.F90.

real(dp), dimension(0:kcmax,0:jmax,0:imax) sico_variables_m::lambda_shear_c

lambda_shear_c(kc,j,i): Shear fraction in the upper (kc) ice domain

Definition at line 503 of file sico_variables_m.F90.

real(dp), dimension(0:ktmax,0:jmax,0:imax) sico_variables_m::lambda_shear_t

lambda_shear_t(kt,j,i): Shear fraction in the lower (kt) ice domain

Definition at line 518 of file sico_variables_m.F90.

integer(i2b), dimension(0:jmax,0:imax) sico_variables_m::mask_run

mask_run(j,i): mask indicating melt type. 2: visible (ocean, for later developments), 1: visible (grounded ice), -1: hidden on land, -2: hidden in ocean

Definition at line 59 of file sico_variables_m.F90.

integer(i2b), dimension(0:jmax,0:imax) sico_variables_m::maske

maske(j,i): Ice-land-ocean mask. 0: grounded ice, 1: ice-free land, 2: ocean, 3: floating ice

Definition at line 49 of file sico_variables_m.F90.

integer(i2b), dimension(0:jmax,0:imax) sico_variables_m::maske_maxextent

maske_maxextent(j,i): Maximum ice extent mask. 0: not allowed to glaciate, 1: allowed to glaciate.

Definition at line 710 of file sico_variables_m.F90.

integer(i2b), dimension(0:jmax,0:imax) sico_variables_m::maske_neu

maske_neu(j,i): New value of maske computed during an integration step

Definition at line 53 of file sico_variables_m.F90.

integer(i2b), dimension(0:jmax,0:imax) sico_variables_m::maske_old

maske_old(j,i): Old value of maske (at the previous time step)

Definition at line 51 of file sico_variables_m.F90.

integer(i2b), dimension(0:jmax,0:imax) sico_variables_m::maske_target

maske_target(j,i): Target topography (ice-land-ocean mask)

Definition at line 697 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::mb_source_apl

mb_source_apl(j,i): Applied mass balance source (SMB, BMB, calving)

Definition at line 324 of file sico_variables_m.F90.

real(dp) sico_variables_m::mu_0

MU_0: Firn-warming correction.

Definition at line 586 of file sico_variables_m.F90.

integer(i4b) sico_variables_m::n_core

n_core: Number of positions to be considered in the time-series file for deep boreholes

Definition at line 642 of file sico_variables_m.F90.

integer(i2b), dimension(0:jmax,0:imax) sico_variables_m::n_cts

n_cts(j,i): Mask for thermal conditions. -1: cold ice base, 0: temperate ice base with cold ice above, 1: temperate ice base with temperate ice layer above (only for POLY)

Definition at line 65 of file sico_variables_m.F90.

integer(i2b), dimension(0:jmax,0:imax) sico_variables_m::n_cts_neu

(.)_neu: New value of quantity (.) computed during an integration step

Definition at line 67 of file sico_variables_m.F90.

integer(i4b) sico_variables_m::n_data_kei

n_data_kei: Number of tabulated values of the kei function

Definition at line 740 of file sico_variables_m.F90.

integer(i4b) sico_variables_m::ncid_core

ncid_core: ID of the NetCDF time-series output file for the deep ice cores

Definition at line 715 of file sico_variables_m.F90.

integer(i4b) sico_variables_m::ncid_ser

ncid_ser: ID of the NetCDF time-series output file

Definition at line 713 of file sico_variables_m.F90.

integer(i4b) sico_variables_m::ncid_temp_precip

ncid_temp_precip: ID of the NetCDF file containing the surface-temperature and precipitation data as functions of time

Definition at line 720 of file sico_variables_m.F90.

integer(i4b) sico_variables_m::ndata_gi

ndata_gi: Number of data values for the glacial index

Definition at line 675 of file sico_variables_m.F90.

integer(i4b) sico_variables_m::ndata_grip

ndata_grip: Number of data values for the surface temperature anomaly

Definition at line 664 of file sico_variables_m.F90.

integer(i4b) sico_variables_m::ndata_specmap

ndata_specmap: Number of data values for the sea level

Definition at line 686 of file sico_variables_m.F90.

integer(i4b) sico_variables_m::ndata_temp_precip

ndata_temp_precip: Number of surface-temperature and precipitation data

Definition at line 723 of file sico_variables_m.F90.

real(dp), parameter sico_variables_m::no_value_neg_1 = -1.11e+11_dp

no_value_neg_1: Negative no-value parameter

Definition at line 758 of file sico_variables_m.F90.

real(dp), parameter sico_variables_m::no_value_neg_2 = -9.999e+03_dp

no_value_neg_2: Negative no-value parameter

Definition at line 760 of file sico_variables_m.F90.

real(dp), parameter sico_variables_m::no_value_pos_1 = 1.11e+11_dp

no_value_pos_1: Positive no-value parameter

Definition at line 754 of file sico_variables_m.F90.

real(dp), parameter sico_variables_m::no_value_pos_2 = 9.999e+03_dp

no_value_pos_2: Positive no-value parameter

Definition at line 756 of file sico_variables_m.F90.

real(dp) sico_variables_m::nue

NUE: Water diffusivity in ice.

Definition at line 533 of file sico_variables_m.F90.

real(dp), dimension(0:kcmax,0:jmax,0:imax) sico_variables_m::omega_c

omega_c(kc,j,i): Water content in the upper (kc) ice domain

Definition at line 481 of file sico_variables_m.F90.

real(dp), dimension(0:kcmax,0:jmax,0:imax) sico_variables_m::omega_c_neu

(.)_neu: New value of quantity (.) computed during an integration step

Definition at line 483 of file sico_variables_m.F90.

real(dp) sico_variables_m::omega_max

OMEGA_MAX: Threshold value for the water content of temperate ice.

Definition at line 540 of file sico_variables_m.F90.

real(dp), dimension(0:ktmax,0:jmax,0:imax) sico_variables_m::omega_t

omega_t(kt,j,i): Water content in the lower (kt) ice domain

Definition at line 451 of file sico_variables_m.F90.

real(dp), dimension(0:ktmax,0:jmax,0:imax) sico_variables_m::omega_t_neu

(.)_neu: New value of quantity (.) computed during an integration step

Definition at line 453 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::p_b_w

p_b_w(j,i): Basal water pressure

Definition at line 258 of file sico_variables_m.F90.

integer(i4b), dimension(0:jmax,0:imax) sico_variables_m::p_weert

p_weert(j,i): Weertman exponent for the basal shear stress

Definition at line 246 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::p_weert_inv

p_weert_inv(j,i): Inverse of p_weert

Definition at line 250 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::phi

phi(j,i): Geographic latitude of grid point (i,j)

Definition at line 141 of file sico_variables_m.F90.

real(dp) sico_variables_m::phi0

PHI0: Standard parallel of the stereographic projection.

Definition at line 562 of file sico_variables_m.F90.

real(dp), dimension(:), allocatable sico_variables_m::phi_core

phi_core(n): Geographical latitude of the prescribed borehole positions

Definition at line 646 of file sico_variables_m.F90.

real(dp) sico_variables_m::phi_sep_0

PHI_SEP_0: Separation latitude for the computation of the degree-day factors beta1 and beta2: Equatorward of phi_sep, only the high-temperature values are used, whereas poleward of phi_sep, beta1 and beta2 are temperature-dependent.

Definition at line 582 of file sico_variables_m.F90.

real(dp), parameter sico_variables_m::pi = 3.141592653589793_dp

pi: Constant pi

Definition at line 598 of file sico_variables_m.F90.

real(dp), parameter sico_variables_m::pi_180 = pi/180.0_dp

pi_180: pi divided by 180 (-> deg to rad)

Definition at line 602 of file sico_variables_m.F90.

real(dp), parameter sico_variables_m::pi_180_inv = 180.0_dp/pi

pi_180_inv: 180 divided by pi (-> rad to deg)

Definition at line 604 of file sico_variables_m.F90.

real(dp), parameter sico_variables_m::pi_inv = 1.0_dp/pi

pi_inv: Inverse of pi

Definition at line 600 of file sico_variables_m.F90.

real(dp) sico_variables_m::pmax_0

PMAX_0: Saturation factor for the formation of superimposed ice.

Definition at line 584 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax,12) sico_variables_m::precip_lgm_anom

precip_lgm_anom(j,i,n): LGM anomaly (ratio LGM/present) of the mean monthly precipitation rate at the ice surface

Definition at line 388 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::precip_ma_lgm_anom

precip_ma_lgm_anom(j,i): LGM anomaly (ratio LGM/present) of the mean annual precipitation rate at the ice surface

Definition at line 366 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::precip_ma_present

precip_ma_present(j,i): Present-day mean annual precipitation rate at the ice surface

Definition at line 363 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax,12) sico_variables_m::precip_present

precip_present(j,i,n): Present-day mean monthly precipitation rate at the ice surface

Definition at line 385 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::q_b_tot

Q_b_tot(j,i): Sum of Q_bm and Q_tld.

Definition at line 309 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::q_bm

Q_bm(j,i): Basal melting rate.

Definition at line 305 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::q_geo

q_geo(j,i): Geothermal heat flux

Definition at line 299 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::q_gl_g

q_gl_g(j,i): Volume flux across the grounding line, at (i,j)

Definition at line 297 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::q_tld

Q_tld(j,i): Water drainage rate from the temperate layer.

Definition at line 307 of file sico_variables_m.F90.

integer(i4b), dimension(0:jmax,0:imax) sico_variables_m::q_weert

q_weert(j,i): Weertman exponent for the basal pressure

Definition at line 248 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::qx

qx(j,i): Volume flux in x-direction (depth-integrated vx, at (i+1/2,j))

Definition at line 293 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::qy

qy(j,i): Volume flux in y-direction (depth-integrated vy, at (i,j+1/2))

Definition at line 295 of file sico_variables_m.F90.

real(dp) sico_variables_m::r

R: Radius of the planet.

Definition at line 553 of file sico_variables_m.F90.

real(dp) sico_variables_m::r_t

R_T: Coefficient of the water-content dependence in the rate factor for temperate ice.

Definition at line 551 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::ratio_sl_x

ratio_sl_x(j,i): Ratio of basal to surface velocity (slip ratio) in x-direction, at (i+1/2,j)

Definition at line 269 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::ratio_sl_y

ratio_sl_y(j,i): Ratio of basal to surface velocity (slip ratio) in y-direction, at (i,j+1/2)

Definition at line 272 of file sico_variables_m.F90.

integer(i4b), parameter sico_variables_m::rcl1 = 3*8*(IMAX+1)

rcl1: Maximum length of record for input files (with factor 3 safety margin)

Definition at line 748 of file sico_variables_m.F90.

integer(i4b), parameter sico_variables_m::rcl2 = 3 *(IMAX+1)

rcl2: Maximum length of record for input mask files (with factor 3 safety margin)

Definition at line 751 of file sico_variables_m.F90.

real(dp), dimension(-190:10) sico_variables_m::rf

RF(n): Tabulated values for the rate factor of cold ice.

Definition at line 589 of file sico_variables_m.F90.

real(dp) sico_variables_m::rho

RHO: Density of ice.

Definition at line 523 of file sico_variables_m.F90.

real(dp) sico_variables_m::rho_a

RHO_A: Density of the asthenosphere.

Definition at line 548 of file sico_variables_m.F90.

real(dp) sico_variables_m::rho_c_r

RHO_C_R: Density times specific heat of the lithosphere.

Definition at line 544 of file sico_variables_m.F90.

real(dp) sico_variables_m::rho_sw

RHO_SW: Density of sea water.

Definition at line 527 of file sico_variables_m.F90.

real(dp) sico_variables_m::rho_w

RHO_W: Density of pure water.

Definition at line 525 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::runoff

runoff(j,i): Runoff rate at the ice surface

Definition at line 318 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::runoff_bot

runoff_bot(j,i): Runoff rate (accounting at ice bottom)

Definition at line 328 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::runoff_top

runoff_top(j,i): Runoff rate (accounting at ice surface)

Definition at line 326 of file sico_variables_m.F90.

real(dp) sico_variables_m::s_stat_0

S_STAT_0: Standard deviation of the air termperature for the degree-day model.

Definition at line 565 of file sico_variables_m.F90.

real(dp), dimension(0:kcmax,0:jmax,0:imax) sico_variables_m::sigma_c

sigma_c(kc,j,i): Effective stress in the upper (kc) ice domain

Definition at line 426 of file sico_variables_m.F90.

real(dp), dimension(0:ktmax,0:jmax,0:imax) sico_variables_m::sigma_t

sigma_t(kt,j,i): Effective stress in the lower (kt) ice domain

Definition at line 467 of file sico_variables_m.F90.

integer(i4b) sico_variables_m::specmap_time_max

specmap_time_max: Maximum time of the data values for the sea level

Definition at line 684 of file sico_variables_m.F90.

integer(i4b) sico_variables_m::specmap_time_min

specmap_time_min: Minimum time of the data values for the sea level

Definition at line 680 of file sico_variables_m.F90.

integer(i4b) sico_variables_m::specmap_time_stp

specmap_time_stp: Time step of the data values for the sea level

Definition at line 682 of file sico_variables_m.F90.

real(dp), dimension(:), allocatable sico_variables_m::specmap_zsl

specmap_zsl(n): Data values for the sea level

Definition at line 688 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::sq_g11_g

sq_g11_g(j,i): Square root of the coefficient g11 of the metric tensor on grid point (i,j)

Definition at line 146 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::sq_g11_sgx

sq_g11_sgx(j,i): Square root of g11, at (i+1/2,j)

Definition at line 155 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::sq_g11_sgy

sq_g11_sgy(j,i): Square root of g11, at (i,j+1/2)

Definition at line 157 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::sq_g22_g

sq_g22_g(j,i): Square root of the coefficient g22 of the metric tensor on grid point (i,j)

Definition at line 149 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::sq_g22_sgx

sq_g22_sgx(j,i): Square root of g22, at (i+1/2,j)

Definition at line 159 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::sq_g22_sgy

sq_g22_sgy(j,i): Square root of g22, at (i,j+1/2)

Definition at line 161 of file sico_variables_m.F90.

real(dp) sico_variables_m::target_topo_tau

target_topo_tau: Relaxation time for target-topography adjustment

Definition at line 695 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::temp_b

temp_b(j,i): Basal temperature

Definition at line 301 of file sico_variables_m.F90.

real(dp), dimension(0:kcmax,0:jmax,0:imax) sico_variables_m::temp_c

temp_c(kc,j,i): Temperature in the upper (kc) ice domain

Definition at line 410 of file sico_variables_m.F90.

real(dp), dimension(0:kcmax,0:jmax,0:imax) sico_variables_m::temp_c_m

temp_c_m(kc,j,i): Melting temperature in the upper (kc) ice domain

Definition at line 414 of file sico_variables_m.F90.

real(dp), dimension(0:kcmax,0:jmax,0:imax) sico_variables_m::temp_c_neu

(.)_neu: New value of quantity (.) computed during an integration step

Definition at line 412 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::temp_ma_lgm_anom

temp_ma_lgm_anom(j,i): LGM anomaly (difference LGM - present) of the mean annual surface temperature

Definition at line 374 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::temp_ma_present

temp_ma_present(j,i): Present-day mean annual surface temperature

Definition at line 368 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::temp_mj_lgm_anom

temp_mj_lgm_anom(j,i): LGM anomaly (difference LGM - present) of the mean summer (northern hemisphere: July, southern hemisphere: January) surface temperature

Definition at line 378 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::temp_mj_present

temp_mj_present(j,i): Present-day mean summer (northern hemisphere: July, southern hemisphere: January) surface temperature

Definition at line 371 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax,12) sico_variables_m::temp_mm_lgm_anom

temp_mm_lgm_anom(j,i,n): LGM anomaly (difference LGM - present) of the mean monthly surface temperature

Definition at line 396 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax,12) sico_variables_m::temp_mm_present

temp_mm_present(j,i,n): Present-day mean monthly surface temperature

Definition at line 393 of file sico_variables_m.F90.

real(dp), dimension(:), allocatable sico_variables_m::temp_precip_time

temp_precip_time(n): Times of the surface-temperature and precipitation data

Definition at line 735 of file sico_variables_m.F90.

real(dp) sico_variables_m::temp_precip_time_max

temp_precip_time_max: Maximum time of the surface-temperature and precipitation data

Definition at line 732 of file sico_variables_m.F90.

real(dp) sico_variables_m::temp_precip_time_min

temp_precip_time_min: Minimum time of the surface-temperature and precipitation data

Definition at line 726 of file sico_variables_m.F90.

real(dp) sico_variables_m::temp_precip_time_stp

temp_precip_time_stp: Time step of the surface-temperature and precipitation data

Definition at line 729 of file sico_variables_m.F90.

real(dp), dimension(0:krmax,0:jmax,0:imax) sico_variables_m::temp_r

temp_r(kr,j,i): Temperature in the bedrock

Definition at line 472 of file sico_variables_m.F90.

real(dp), dimension(0:krmax,0:jmax,0:imax) sico_variables_m::temp_r_neu

(.)_neu: New value of quantity (.) computed during an integration step

Definition at line 474 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::temp_s

temp_s(j,i): Ice surface temperature

Definition at line 334 of file sico_variables_m.F90.

real(dp), dimension(0:ktmax,0:jmax,0:imax) sico_variables_m::temp_t_m

temp_t_m(kt,j,i): Melting temperature in the lower (kt) ice domain

Definition at line 455 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::temph_b

temph_b(j,i): Basal temperature relative to the pressure melting point

Definition at line 303 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::time_lag_asth

time_lag_asth(j,i): Time lag of the relaxing asthenosphere

Definition at line 184 of file sico_variables_m.F90.

real(dp) sico_variables_m::time_target_topo_final

time_target_topo_final: Final time for target-topography adjustment

Definition at line 693 of file sico_variables_m.F90.

real(dp) sico_variables_m::time_target_topo_init

time_target_topo_init: Initial time for target-topography adjustment

Definition at line 691 of file sico_variables_m.F90.

real(dp), dimension(0:kcmax,0:jmax,0:imax) sico_variables_m::txz_c

txz_c(kc,j,i): Shear stress txz in the upper (kc) ice domain (at (i+1/2,j,kc))

Definition at line 421 of file sico_variables_m.F90.

real(dp), dimension(0:ktmax,0:jmax,0:imax) sico_variables_m::txz_t

txz_t(kt,j,i): Shear stress txz in the lower (kt) ice domain (at (i+1/2,j,kt))

Definition at line 462 of file sico_variables_m.F90.

real(dp), dimension(0:kcmax,0:jmax,0:imax) sico_variables_m::tyz_c

tyz_c(kc,j,i): Shear stress tyz in the upper (kc) ice domain (at (i,j+1/2,kc))

Definition at line 424 of file sico_variables_m.F90.

real(dp), dimension(0:ktmax,0:jmax,0:imax) sico_variables_m::tyz_t

tyz_t(kt,j,i): Shear stress tyz in the lower (kt) ice domain (at (i,j+1/2,kt))

Definition at line 465 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::vis_int_g

vis_int_g(j,i): Depth-integrated viscosity of the SSA, at (i,j)

Definition at line 433 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::vx_b

vx_b(j,i): Velocity in x-direction at the ice base, at (i+1/2,j)

Definition at line 260 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::vx_b_g

(.)_g(j,i): Staggered-grid quantity (.) interpolated to grid point (i,j)

Definition at line 274 of file sico_variables_m.F90.

real(dp), dimension(0:kcmax,0:jmax,0:imax) sico_variables_m::vx_c

vx_c(kc,j,i): Velocity in x-direction in the upper (kc) ice domain (at (i+1/2,j,kc))

Definition at line 402 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::vx_g

vx_g(j,i): Velocity in x-direction of the SSA, at (i,j)

Definition at line 435 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::vx_m

vx_m(j,i): Mean (depth-averaged) velocity in x-direction, at (i+1/2,j)

Definition at line 264 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::vx_s_g

vx_s_g(j,i): Velocity in x-direction at the ice surface, at (i,j)

Definition at line 283 of file sico_variables_m.F90.

real(dp), dimension(0:ktmax,0:jmax,0:imax) sico_variables_m::vx_t

vx_t(kt,j,i): Velocity in x-direction in the lower (kt) ice domain (at (i+1/2,j,kt))

Definition at line 443 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::vy_b

vy_b(j,i): Velocity in y-direction at the ice base, at (i,j+1/2)

Definition at line 262 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::vy_b_g

(.)_g(j,i): Staggered-grid quantity (.) interpolated to grid point (i,j)

Definition at line 276 of file sico_variables_m.F90.

real(dp), dimension(0:kcmax,0:jmax,0:imax) sico_variables_m::vy_c

vy_c(kc,j,i): Velocity in y-direction in the upper (kc) ice domain (at (i,j+1/2,kc))

Definition at line 405 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::vy_g

vy_g(j,i): Velocity in y-direction of the SSA, at (i,j)

Definition at line 437 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::vy_m

vy_m(j,i): Mean (depth-averaged) velocity in y-direction, at (i,j+1/2)

Definition at line 266 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::vy_s_g

vy_s_g(j,i): Velocity in x-direction at the ice surface, at (i,j)

Definition at line 285 of file sico_variables_m.F90.

real(dp), dimension(0:ktmax,0:jmax,0:imax) sico_variables_m::vy_t

vy_t(kt,j,i): Velocity in y-direction in the lower (kt) ice domain (at (i,j+1/2,kt))

Definition at line 446 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::vz_b

vz_b(j,i): Velocity in z-direction at the ice base, at (i,j)

Definition at line 278 of file sico_variables_m.F90.

real(dp), dimension(0:kcmax,0:jmax,0:imax) sico_variables_m::vz_c

vz_c(kc,j,i): Velocity in z-direction in the upper (kc) ice domain (at (i,j,kc+1/2))

Definition at line 408 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::vz_m

vz_m(j,i): Velocity in z-direction at the position z=zm (interface between the upper (kc) and the lower (kt) domain), at (i,j)

Definition at line 281 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::vz_s

vz_s(j,i): Velocity in z-direction at the ice surface, at (i,j)

Definition at line 287 of file sico_variables_m.F90.

real(dp), dimension(0:ktmax,0:jmax,0:imax) sico_variables_m::vz_t

vz_t(kt,j,i): Velocity in z-direction in the lower (kt) ice domain (at (i,j,kt+1/2))

Definition at line 449 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::wss

wss(j,i): Isostatic steady-state displacement of the lithosphere

Definition at line 180 of file sico_variables_m.F90.

real(dp), dimension(:), allocatable sico_variables_m::x_core

x_core(n): Coordinate xi (= x) of the prescribed borehole positions

Definition at line 648 of file sico_variables_m.F90.

real(dp), dimension(0:imax) sico_variables_m::xi

xi(i): Coordinate xi (= x) of grid point i

Definition at line 115 of file sico_variables_m.F90.

real(dp), dimension(:), allocatable sico_variables_m::y_core

y_core(n): Coordinate eta (= y) of the prescribed borehole positions

Definition at line 650 of file sico_variables_m.F90.

real(dp) sico_variables_m::year_zero

year_zero: SICOPOLIS year zero in astronomical year numbering [ = signed year CE (AD) ]

Definition at line 625 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::zb

zb(j,i): Coordinate z of the ice base

Definition at line 174 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::zb_neu

(.)_neu: New value of quantity (.) computed during an integration step

Definition at line 345 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::zb_target

zb_target(j,i): Target topography (ice base)

Definition at line 701 of file sico_variables_m.F90.

real(dp), dimension(0:kcmax) sico_variables_m::zeta_c

zeta_c(kc): Sigma coordinate zeta_c of grid point kc

Definition at line 119 of file sico_variables_m.F90.

real(dp), dimension(0:krmax) sico_variables_m::zeta_r

zeta_r(kr): Sigma coordinate zeta_r of grid point kr

Definition at line 123 of file sico_variables_m.F90.

real(dp), dimension(0:ktmax) sico_variables_m::zeta_t

zeta_t(kt): Sigma coordinate zeta_t of grid point kt

Definition at line 121 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::zl

zl(j,i): Coordinate z of the lithosphere surface

Definition at line 176 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::zl0

zl0(j,i): zl for isostatically relaxed ice-free conditions

Definition at line 178 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::zl_neu

(.)_neu: New value of quantity (.) computed during an integration step

Definition at line 347 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::zl_target

zl_target(j,i): Target topography (lithosphere surface)

Definition at line 703 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::zm

zm(j,i): Coordinate z of the bottom of the upper (kc) ice domain = top of the lower (kt) ice domain (position of the CTS for POLY, equal to zb for ISOT, COLD, ENTC, ENTM)

Definition at line 172 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::zm_neu

(.)_neu: New value of quantity (.) computed during an integration step

Definition at line 343 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::zs

zs(j,i): Coordinate z of the surface topography

Definition at line 167 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::zs_neu

(.)_neu: New value of quantity (.) computed during an integration step

Definition at line 341 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::zs_ref

zs_ref(j,i): Reference elevation for precip_present, temp_ma_present and temp_mj_present

Definition at line 355 of file sico_variables_m.F90.

real(dp), dimension(0:jmax,0:imax) sico_variables_m::zs_target

zs_target(j,i): Target topography (ice surface)

Definition at line 699 of file sico_variables_m.F90.