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

    r3654 r3893  
    6464         write(*,*)' datadir = /absolute/path/to/datagcm'
    6565         write(*,*)'Also check that the corrkdir you chose in callphys.def exists.'
    66          call abort
     66         call abort_physic("setspv", "Unable to read file",1)
    6767      endif
    6868       
     
    8383      if(nb.ne.L_NSPECTV) then
    8484         write(*,*) 'MISMATCH !! I stop here'
    85          call abort
     85         call abort_physic("setspv","The number of entries in narrowbands_VI.in does not match with L_NSPECTV",1)
    8686      endif
    8787
Note: See TracChangeset for help on using the changeset viewer.