Changeset 3938 for trunk/LMDZ.COMMON/libf/evolution/layering_mod.F90
- Timestamp:
- Oct 29, 2025, 10:02:05 AM (3 weeks ago)
- File:
-
- 1 edited
-
trunk/LMDZ.COMMON/libf/evolution/layering_mod.F90 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/layering_mod.F90
r3926 r3938 594 594 if (h_toplag < h_patchy_dust) then ! But the dust lag is too thin to considered ice as subsurface ice 595 595 h_toplag = 0. 596 h2o_ice = current%h_h2oice 596 h2o_ice = current%h_h2oice*rho_h2oice 597 597 endif 598 598 else if (current%h_co2ice > 0. .and. current%h_co2ice > current%h_h2oice) then ! No, there is more CO2 ice than H2O ice 599 599 h_toplag = 0. ! Because it matters only for H2O ice 600 if (h_toplag < h_patchy_ice) co2_ice = current%h_co2ice ! But the dust lag is too thin to considered ice as subsurface ice600 if (h_toplag < h_patchy_ice) co2_ice = current%h_co2ice*rho_co2ice ! But the dust lag is too thin to considered ice as subsurface ice 601 601 endif 602 602
Note: See TracChangeset
for help on using the changeset viewer.
