Ignore:
Timestamp:
Jul 9, 2025, 11:52:15 AM (2 weeks ago)
Author:
jbclement
Message:

PEM:

  • Handling the situation in the layering algorithm when CO2 ice sublimation and H2O ice condensation happen simultaneously.
  • Correction of the incorporation of the sub-surface sublimation tendency into the overall tendency to be more robust.
  • Revision of the layering initialization in the case where there is no "startpem.nc" file.

JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/deftank/run_PEM.def

    r3840 r3842  
    7878#---------- Ice management parameters ----------#
    7979# Amount of H2O ice to initialize the huge reservoir if the variable is not present in "startfi_PEM.nc". Default = 9200. kg.m-2 (= 10 m)
    80 # ini_huge_h2oice=1.e4
     80# ini_huge_h2oice=9200.
    8181
    8282# Threshold to consider the amount of H2O ice as an infinite reservoir. Default = 460. kg.m-2 (= 0.5 m)
    83 # inf_h2oice_threshold=2.e3
     83# inf_h2oice_threshold=460.
    8484
    8585# Do you want H2O frost to transform into perennial H2O ice? Default = .false.
     
    8787
    8888# Threshold to consider frost is becoming perennial H2O ice. Default = 460. kg.m-2 (= 0.5 m)
    89 # metam_h2oice_threshold=5.e-2
     89# metam_h2oice_threshold=460.
    9090
    9191# Do you want the H2O ice to flow along subslope inside a cell? Default = .true.
     
    9696
    9797# Threshold to consider frost is becoming perennial CO2 ice. Default = 16500. kg.m-2 (= 10 m)
    98 # metam_co2ice_threshold=16.e3
     98# metam_co2ice_threshold=16500.
    9999
    100100# Do you want the CO2 ice to flow along subslope inside a cell? Default = .true.
Note: See TracChangeset for help on using the changeset viewer.