Ignore:
Timestamp:
Aug 13, 2025, 7:53:49 PM (6 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/callsedim.F

    r3360 r3893  
    8383        ! add some tests on presence of required tracers/aerosols:
    8484        if (water.and.(igcm_h2o_ice.eq.0)) then
    85             write(*,*) "callsedim error: water=.true.",
    86      &                 " but igcm_h2o_ice=0"
    87           stop
     85            call abort_physic("callsedim",
     86     &           "water=.true. but igcm_h2o_ice=0", 1)
    8887        endif
    8988        ! allocate "naerkind" size local arrays (which are also
Note: See TracChangeset for help on using the changeset viewer.