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/cp_neutral.F90

    r869 r3893  
    2121     cp_neutral = 14310.0
    2222  else
    23      print*,'Gas not recognised in cp_neutral!'
    24      call abort
     23     call abort_physic("cp_neutral","Gas not recognised in cp_neutral",1)
    2524  endif
    2625
Note: See TracChangeset for help on using the changeset viewer.