Ignore:
Timestamp:
Mar 7, 2024, 12:01:29 PM (9 months ago)
Author:
jbclement
Message:

PEM:
Adaptation of threshold values for ice management (in particular 'inf_h2oice_threshold') to more realistic values.
JBC

File:
1 edited

Legend:

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

    r3161 r3256  
    1111
    1212! Thresholds for ice management
    13 real, save :: inf_h2oice_threshold   ! To consider the amount of H2O ice as an infinite reservoir
    14 real, save :: metam_h2oice_threshold ! To consider frost is becoming perennial H2O ice
    15 real, save :: metam_co2ice_threshold ! To consider frost is becoming perennial CO2 ice
     13real, save :: inf_h2oice_threshold   ! To consider the amount of H2O ice as an infinite reservoir [kg.m-2]
     14real, save :: metam_h2oice_threshold ! To consider frost is becoming perennial H2O ice [kg.m-2]
     15real, save :: metam_co2ice_threshold ! To consider frost is becoming perennial CO2 ice [kg.m-2]
    1616
    1717!=======================================================================
Note: See TracChangeset for help on using the changeset viewer.