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/swmain_mod.F

    r1983 r2311  
    160160          else
    161161            write(*,*) "swmain: invalid swrtype value !!"
    162             stop
     162            call abort_physic("swmain","invalid swrtype",1)
    163163          endif ! of if (swrtype.eq.2)
    164164        endif ! of if (swrtype.eq.1)
Note: See TracChangeset for help on using the changeset viewer.