Ignore:
Timestamp:
Aug 13, 2025, 7:53:49 PM (5 months 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/setspi.F90

    r2668 r3893  
    8787         write(*,*)' datadir = /absolute/path/to/datagcm'
    8888         write(*,*)'Also check that the corrkdir you chose in callphys.def exists.'
    89          call abort
     89         call abort_physic("setspi","Unable to read file",1)
    9090      endif
    9191   
     
    107107      if(nb.ne.L_NSPECTI) then
    108108         write(*,*) 'MISMATCH !! I stop here'
    109          call abort
     109         call abort_physic("setspi","The number of entries in narrowbands_IR.in does not match with L_NSPECTI",1)
    110110      endif
    111111
Note: See TracChangeset for help on using the changeset viewer.