Ignore:
Timestamp:
Mar 10, 2023, 5:52:00 PM (15 months ago)
Author:
Laurent Fairhead
Message:

Replaced STOP instructions by calls to abort_gcm for a cleaner exit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/dyn3dmem/guide_loc_mod.F90

    r4246 r4469  
    502502            write(*,*)trim(modname)//' second pass in advreel at itau=',&
    503503            itau
    504             stop
     504            CALL abort_gcm("guide_loc_lod","stopped",1)
    505505          ELSE
    506506!$OMP MASTER
     
    15291529              if (gamma.lt.1.e-5) then
    15301530                write(*,*)trim(modname)//' gamma =',gamma,'<1e-5'
    1531                 stop
     1531                CALL abort_gcm("guide_loc_mod","stopped",1)
    15321532              endif
    15331533              gamma=log(0.5)/log(gamma)
Note: See TracChangeset for help on using the changeset viewer.