Changeset 4152 for trunk/LMDZ.COMMON/libf/evolution/stopping_crit.F90
- Timestamp:
- Mar 25, 2026, 11:19:02 AM (2 weeks ago)
- File:
-
- 1 edited
-
trunk/LMDZ.COMMON/libf/evolution/stopping_crit.F90 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/stopping_crit.F90
r4110 r4152 450 450 S_atm_2_h2o = S_atm_2_h2o + delta_h2o_ads(i)*cell_area(i) 451 451 else 452 S_h2o_2_atm = S_h2o_2_atm +delta_h2o_ads(i)*cell_area(i)452 S_h2o_2_atm = S_h2o_2_atm - delta_h2o_ads(i)*cell_area(i) 453 453 end if 454 454 if (delta_icetable(i) > 0._dp) then 455 455 S_atm_2_h2o = S_atm_2_h2o + delta_icetable(i)*cell_area(i) 456 456 else 457 S_h2o_2_atm = S_h2o_2_atm +delta_icetable(i)*cell_area(i)457 S_h2o_2_atm = S_h2o_2_atm - delta_icetable(i)*cell_area(i) 458 458 end if 459 459 do islope = 1,nslope
Note: See TracChangeset
for help on using the changeset viewer.
