- Timestamp:
- Jan 12, 2023, 12:14:38 AM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/evol_h2o_ice_s_mod_slope.F90
r2857 r2863 102 102 enddo 103 103 104 105 real_coefficient=negative_part/pos_tend 106 if(pos_tend.eq.0) real_coefficient = 0. 107 104 105 if(pos_tend.eq.0) then 106 real_coefficient = 0. 107 else 108 real_coefficient = negative_part/pos_tend 109 endif 108 110 do i=1,ngrid 109 111 do islope=1, nslope
Note: See TracChangeset
for help on using the changeset viewer.