Ignore:
Timestamp:
Feb 24, 2025, 1:48:19 PM (4 months ago)
Author:
afalco
Message:

Pluto: minor fixes & better message when stumbling onto error.
AF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.PLUTO/libf/phypluto/condense_n2.F90

    r3627 r3642  
    820820            w(l+1) = Mtot
    821821            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)
    824826         end if
    825827      else      ! if(w(l+1).lt.0)
Note: See TracChangeset for help on using the changeset viewer.