Ignore:
Timestamp:
May 6, 2020, 1:46:00 PM (5 years ago)
Author:
emillour
Message:

Mars GCM:
Code tidying: use getin_p() instead of getin() and use "call abort_physic"
instead of "stop" or "call abort".
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/tabfi.F

    r2281 r2311  
    267267        write(*,*) "tabfi: Error modifying tab_control should",
    268268     &             " only happen in serial mode (eg: by newstart)"
    269         stop
     269        call abort_physic(modname,
     270     &       "tab_control modification not possible in parallel",1)
    270271      endif
    271272c-----------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.