Ignore:
Timestamp:
May 9, 2023, 12:18:41 PM (19 months ago)
Author:
llange
Message:

PEM

  • Move math functions (findroot, deriv, etc) in a specific module
  • Ice table is no longer infinite, the bottom of the ice table (zend) is set such at d(rho_vap) dz (zend) = 0. Future commit will transfer the loss of ice table to perenial glaciers

LL

File:
1 edited

Legend:

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

    r2945 r2961  
    2828      REAL,PARAMETER :: TI_bedrock = 2300.            ! Thermal inertia of Bedrock following Wood 2009 [SI]
    2929
     30!     Porosity of the soil
     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
    3033!     Stefan Boltzmann constant
    3134      REAL,PARAMETER :: sigmaB=5.678E-8
     
    3538
    3639
     40     
    3741    END MODULE constants_marspem_mod
    3842
Note: See TracChangeset for help on using the changeset viewer.