Ignore:
Timestamp:
Jul 18, 2023, 2:23:06 PM (16 months ago)
Author:
llange
Message:

MARS PEM

  • Fix some bug in water conservations (transfer from watercap to waterreservoir was wrong)
  • Add the H2O glaciers in the main program.
  • Add the distinction between co2 frost (qsurf) and perenial co2 ice. Will be developed in the Mars PCM in a future commit
  • Thickness thresolhd to pass from frost to glaciers is now not harcoded but a constant fixed in the mars_pem_constants

LL

File:
1 edited

Legend:

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

    r2965 r2998  
    3737      REAL,PARAMETER ::  Lco2 =  5.71E5                ! Pilorget and Forget 2016
    3838
     39! Conversion H2O/CO2 frost to perenial frost and vice versa
     40      REAL,PARAMETER :: threshold_water_frost2perenial = 1000. !~ 1m
     41      REAL,PARAMETER :: threshold_co2_frost2perenial = 3200.   !~ 2m
     42
    3943
    4044     
Note: See TracChangeset for help on using the changeset viewer.