Ignore:
Timestamp:
Mar 28, 2020, 10:21:43 AM (5 years ago)
Author:
adelavois
Message:

MARS GCM:
Minor update to be able to compile Mars physics with Dynamico
Abort_physics (abort routine in LMDZ.MARS) instead of abort_gcm (in LMDZ.COMMON) in jthermcalc.F

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/aeronomars/jthermcalc.F

    r2213 r2270  
    202202            write(*,*) " limup=",limup
    203203#ifndef MESOSCALE
    204             call abort_gcm('jthermcalc','error',1)
     204            call abort_physic('jthermcalc','error',1)
    205205#endif
    206206          endif
Note: See TracChangeset for help on using the changeset viewer.