Ignore:
Timestamp:
Jan 25, 2024, 2:33:52 PM (10 months ago)
Author:
jbclement
Message:

PEM:

  • Addition of a script "inipem_orbit.sh" in the deftank to modify the orbital parameters of a file "startfi.nc" according to the date set in the file "run_PEM.def" and data found in "obl_ecc_lsp.asc";
  • Flow of glaciers is now computed only when there are slopes;
  • Reversion to the name "diagpem.nc" for the PEM outputs (as decided) which was modified in r3171;
  • Some small cleanings.

JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/constants_marspem_mod.F90

    r3161 r3181  
    33implicit none
    44
    5 ! Duration of a year and day 
     5! Duration of a year and day
    66integer, parameter :: sols_per_my = 669    ! Number of Sols per year
    77real,    parameter :: sec_per_sol = 88775. ! Duration of a sol, in seconds
    88
    9 ! Molecular masses for CO2,H2O and non condensible gaz, following Franz et al. 2017   
    10 real, parameter :: m_co2 = 44.01e-3    ! CO2 molecular mass (kg/mol)   
    11 real, parameter :: m_noco2 = 33.37e-3  ! Non condensible mol mass (kg/mol)   
     9! Molecular masses for CO2,H2O and non condensible gaz, following Franz et al. 2017
     10real, parameter :: m_co2 = 44.01e-3    ! CO2 molecular mass (kg/mol)
     11real, parameter :: m_noco2 = 33.37e-3  ! Non condensible mol mass (kg/mol)
    1212real, parameter :: m_h2o = 18.01528e-3 ! Molecular weight of h2o (kg/mol)
    1313
     
    2020real, parameter :: beta_clap_h2o = -6143.7  ! Kelvin, Murphy and Koop 2005
    2121
    22 ! Density of the regolith (Zent et al., 1995, Buhler and Piqueux 2021)     
     22! Density of the regolith (Zent et al., 1995, Buhler and Piqueux 2021)
    2323real, parameter :: rho_regolith = 2000. ! kg/m^3
    2424
     
    3232
    3333! Stefan Boltzmann constant
    34 real, parameter :: sigmaB = 5.678e-8 
     34real, parameter :: sigmaB = 5.678e-8
    3535
    3636! Latent heat of CO2
Note: See TracChangeset for help on using the changeset viewer.