Changeset 2153


Ignore:
Timestamp:
Sep 5, 2019, 5:40:25 PM (5 years ago)
Author:
aslmd
Message:

added a precompiling flag because a calculation is done in co2condens_mod with ap which is GCM-specific and not universal

File:
1 edited

Legend:

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

    r2124 r2153  
    380380            zdiceco2(ig) = zcondices(ig) + zfallice(ig,1)
    381381
     382#ifdef MESOSCALE
     383      print*, "not enough CO2 tracer in 1st layer to condense"
     384      print*, ">>> to be implemented in the mesoscale case"
     385      print*, "because this uses ap levels..."
     386#else
    382387c           If there is not enough CO2 tracer in 1st layer to condense
    383388c           """"""""""""""""""""""""""""""""""""""""""""""""""""""
     
    395400               ENDIF
    396401            ENDIF
    397 
     402#endif
    398403
    399404c           If the entire CO_2 ice layer sublimes
Note: See TracChangeset for help on using the changeset viewer.