Changeset 2212


Ignore:
Timestamp:
Jan 7, 2020, 11:06:56 PM (5 years ago)
Author:
aslmd
Message:

MESOSCALE: precompiling flags 1) change in physiq_mod to avoid new GCM subgrid-scale slope wind param 2) addition in jthermcalc because abort_gcm is no longer available in mesoscale setting and this is about some lines related to pure testing.

Location:
trunk/LMDZ.MARS/libf
Files:
2 edited

Legend:

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

    r2042 r2212  
    201201            write(*,*) " limdown=",limdown
    202202            write(*,*) " limup=",limup
     203#ifndef MESOSCALE
    203204            call abort_gcm('jthermcalc','error',1)
     205#endif
    204206          endif
    205207         !CO2 interpolated coefficient
  • trunk/LMDZ.MARS/libf/phymars/physiq_mod.F

    r2199 r2212  
    606606     &                 hmons,summit,base)
    607607         endif
    608 #endif
    609608
    610609c        Initialize mountain mesh fraction for the entrainment by slope wind param.
     
    627626          endif ! (ngrid.gt.1)
    628627        endif ! if (slpwind)
     628
     629#endif
    629630                 
    630631      ENDIF        !  (end of "if firstcall")
Note: See TracChangeset for help on using the changeset viewer.