Changeset 3642 for trunk/LMDZ.PLUTO/libf/phypluto/condense_n2.F90
- Timestamp:
- Feb 24, 2025, 1:48:19 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/libf/phypluto/condense_n2.F90
r3627 r3642 820 820 w(l+1) = Mtot 821 821 qm(l+1) = Mqtot / Mtot 822 write(*,*) 'top layer is disapearing !' 823 stop 822 print*,"m", m 823 print*,"Mtot", Mtot 824 print*,"Mqtot", Mqtot 825 call abort_physic("condense_n2","top layer is disapearing !",1) 824 826 end if 825 827 else ! if(w(l+1).lt.0)
Note: See TracChangeset
for help on using the changeset viewer.