Changeset 4170 for trunk/LMDZ.COMMON/libf/evolution/config.F90
- Timestamp:
- Apr 3, 2026, 4:34:51 PM (8 days ago)
- File:
-
- 1 edited
-
trunk/LMDZ.COMMON/libf/evolution/config.F90 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/config.F90
r4152 r4170 172 172 call getin('h2oice_huge_ini',h2oice_huge_ini_l) 173 173 174 threshold_h2oice_cap_l = 460._dp ! kg .m-2 (= 0.5 m)174 threshold_h2oice_cap_l = 460._dp ! kg/m2 (= 0.5 m) 175 175 call getin('threshold_h2oice_cap',threshold_h2oice_cap_l) 176 176 … … 186 186 call getin('do_layering',do_layering_l) 187 187 188 d_dust_l = 5.78e-2_dp ! kg .m-2.y-1 (= 1.e-9 kg.m-2.s-1)188 d_dust_l = 5.78e-2_dp ! kg/m2/y (= 1.e-9 kg/m2/s) 189 189 call getin('d_dust',d_dust_l) 190 190
Note: See TracChangeset
for help on using the changeset viewer.
