Ignore:
Timestamp:
Aug 13, 2025, 7:53:49 PM (7 days ago)
Author:
gmilcareck
Message:

Remove all "call abort" and "stop" statement in LMDZ.GENERIC and replacing them by call abort_physic().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/thermcell_dq.F90

    r3866 r3893  
    9696               print *, 'fm ', fm(ig,1)
    9797               print *, '-------------------------------'
    98                CALL abort
     98               CALL abort_physic("thermcell_dq","Entrainment is greater than the layer mass",1)
    9999            ENDIF
    100100         ENDDO
Note: See TracChangeset for help on using the changeset viewer.