Changeset 3308 for trunk/LMDZ.COMMON/libf/evolution/glaciers_mod.F90
- Timestamp:
- Apr 19, 2024, 7:17:31 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/glaciers_mod.F90
r3256 r3308 5 5 6 6 ! Flags for ice management 7 logical :: h2oice_flow ! True by default, to compute H2O ice flow. Read in "run_PEM.def"8 logical :: co2ice_flow ! True by default, to compute CO2 ice flow. Read in "run_PEM.def"7 logical :: h2oice_flow ! True by default, to compute H2O ice flow. Read in "run_PEM.def" 8 logical :: co2ice_flow ! True by default, to compute CO2 ice flow. Read in "run_PEM.def" 9 9 logical :: metam_h2oice ! False by default, to compute H2O ice metamorphism. Read in "run_PEM.def" 10 10 logical :: metam_co2ice ! False by default, to compute CO2 ice metamorphism. Read in "run_PEM.def"
Note: See TracChangeset
for help on using the changeset viewer.