Changeset 2999 for trunk/LMDZ.MARS/libf/phymars/paleoclimate_mod.F90
- Timestamp:
- Jul 19, 2023, 11:40:38 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/paleoclimate_mod.F90
r2994 r2999 11 11 IMPLICIT NONE 12 12 13 LOGICAL :: paleoclimate ! False by default, is activate for paleoclimates specific processes (e.g., lag layer)13 LOGICAL :: paleoclimate ! False by default, is activate for paleoclimates specific processes (e.g., lag layer) 14 14 real, save, allocatable :: lag_h2o_ice(:,:) ! Thickness of the lag before H2O ice [m] 15 15 real, save, allocatable :: lag_co2_ice(:,:) ! Thickness of the lag before CO2 ice [m] 16 16 real, save :: albedo_perenialco2 ! Albedo for perenial co2 ice [1] 17 17 CONTAINS 18 18
Note: See TracChangeset
for help on using the changeset viewer.