Changeset 3256 for trunk/LMDZ.COMMON/libf/evolution/glaciers_mod.F90
- Timestamp:
- Mar 7, 2024, 12:01:29 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/glaciers_mod.F90
r3161 r3256 11 11 12 12 ! 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 13 real, save :: inf_h2oice_threshold ! To consider the amount of H2O ice as an infinite reservoir [kg.m-2] 14 real, save :: metam_h2oice_threshold ! To consider frost is becoming perennial H2O ice [kg.m-2] 15 real, save :: metam_co2ice_threshold ! To consider frost is becoming perennial CO2 ice [kg.m-2] 16 16 17 17 !=======================================================================
Note: See TracChangeset
for help on using the changeset viewer.