- Timestamp:
- Dec 6, 2023, 4:02:06 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/constants_marspem_mod.F90
r3143 r3149 12 12 real, parameter :: m_h2o = 18.01528e-3 ! Molecular weight of h2o (kg/mol) 13 13 14 ! 14 ! Coefficient for Clapeyron law for CO2 condensation temperature (Tco2 = beta/(alpha-log(vmr)),following James et al. 1992 15 15 real, parameter :: alpha_clap_co2 = 23.3494 ! Uniteless, James et al. 1992 16 16 real, parameter :: beta_clap_co2 = 3182.48 ! Kelvin, James et al. 1992 17 17 18 ! 18 ! Coefficient for Clapeyron law for psat (psat = exp(beta/Th2o+alpha)),following Murphy and Koop 2005 19 19 real, parameter :: alpha_clap_h2o = 28.9074 ! Uniteless, Murphy and Koop 2005 20 20 real, parameter :: beta_clap_h2o = -6143.7 ! Kelvin, Murphy and Koop 2005 21 21 22 ! 22 ! Density of the regolith (Zent et al., 1995, Buhler and Piqueux 2021) 23 23 real, parameter :: rho_regolith = 2000. ! kg/m^3 24 24 25 ! Average Thermal inertia of the surface, breccia, bedrock, following Mellon et al., 2000., Wood et al., 200825 ! Average thermal inertia of the surface, breccia, bedrock, following Mellon et al., 2000., Wood et al., 2008 26 26 real, parameter :: TI_regolith_avg = 250. ! Averaged of the observed thermal inertia for regolith following Mellon et al., 2000[SI] 27 27 real, parameter :: TI_breccia = 750. ! Thermal inertia of Breccia following Wood 2009 [SI] 28 28 real, parameter :: TI_bedrock = 2300. ! Thermal inertia of Bedrock following Wood 2009 [SI] 29 29 30 ! 30 ! Porosity of the soil 31 31 real, parameter :: porosity = 0.4 ! porosity of the martian soil, correspond to the value for a random loose packing of monodiperse sphere (Scott, 1960) 32 32 33 ! 33 ! Stefan Boltzmann constant 34 34 real, parameter :: sigmaB = 5.678e-8 35 35 36 ! 36 ! Latent heat of CO2 37 37 real, parameter :: Lco2 = 5.71e5 ! Pilorget and Forget 2016 38 38 39 ! Conversion H2O/CO2 frost to perennial frost and vice versa 40 real, parameter :: threshold_h2o_frost2perennial = 1000. !~ 1 m 41 real, parameter :: threshold_co2_frost2perennial = 16000. !~ 10 m 39 ! Threshold to consider the amount of H2O ice as an infinite reservoir 40 real, parameter :: inf_h2oice_threshold = 2000. !~ 1 m 42 41 43 42 END MODULE constants_marspem_mod
Note: See TracChangeset
for help on using the changeset viewer.