- Timestamp:
- Aug 13, 2025, 7:53:49 PM (7 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/mass_redistribution_mod.F90
r2428 r3893 175 175 PRINT*,'Ps = ',pplev(ig,1) 176 176 PRINT*,'d Ps = ',pdpsrfmr(ig)*ptimestep 177 STOP177 call abort_physic("mass_redistribution", "Condensing more than total mass", 1) 178 178 ENDIF 179 179 enddo ! of DO ig=1,ngrid … … 375 375 print*,q 376 376 print*,qm 377 stop377 call abort_physic("mass_redistribution", "Top layer is disappearing", 1) 378 378 end if 379 379 else ! if(w(l+1).lt.0)
Note: See TracChangeset
for help on using the changeset viewer.