Ignore:
Timestamp:
Nov 29, 2023, 9:42:08 AM (12 months ago)
Author:
jbclement
Message:

PEM:
'Watercap' has been removed from the water ice evolution since 'water_reservoir' does already the job + Some cleanings to simplify the code.

/!\ Commit for the PEM management of h2o ice before a rework of ice management in the PEM!
JBC

File:
1 edited

Legend:

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

    r3130 r3143  
    3838
    3939! Conversion H2O/CO2 frost to perennial frost and vice versa
    40 real, parameter :: threshold_water_frost2perennial = 1000. !~ 1 m
    41 real, parameter :: threshold_co2_frost2perennial = 16000.   !~ 10 m
     40real, parameter :: threshold_h2o_frost2perennial = 1000. !~ 1 m
     41real, parameter :: threshold_co2_frost2perennial = 16000. !~ 10 m
    4242
    4343END MODULE constants_marspem_mod
    44 
Note: See TracChangeset for help on using the changeset viewer.