Ignore:
Timestamp:
May 28, 2015, 10:43:01 AM (10 years ago)
Author:
aslmd
Message:

LMDZ.MARS: problem with bps and MESOSCALE. added precompiling flag. and stop message (but one day we will have to find a generic treatment for this)

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

Legend:

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

    r1422 r1432  
    1111       use planete_h
    1212       USE comcstfi_h
     13#ifndef MESOSCALE
    1314       USE comvert_mod, ONLY: bp
     15#endif
    1416       IMPLICIT NONE
    1517c=======================================================================
     
    544546
    545547            zmflux(1) = -zcondices(ig)
     548#ifdef MESOSCALE
     549            print *,"newcondens: have to do something"
     550            print *,"specific for MESOSCALE here"
     551            print *,"-- I don't know bp!!!"
     552            stop
     553#else
    546554            DO l=1,nlayer
    547555             zmflux(l+1) = zmflux(l) -zcondicea(ig,l)
     
    550558          if (abs(zmflux(l+1)).lt.1E-13.OR.bp(l+1).eq.0.) zmflux(l+1)=0.
    551559            END DO
     560#endif
    552561
    553562c Mass of each layer
  • trunk/LMDZ.MARS/libf/phymars/physiq.F

    r1422 r1432  
    4444      use phyredem, only: physdem0, physdem1
    4545      use eofdump_mod, only: eofdump
     46      USE comvert_mod, ONLY: ap,bp,aps,bps
    4647#endif
    47       USE comvert_mod, ONLY: ap,bp,aps,bps
    4848
    4949      IMPLICIT NONE
Note: See TracChangeset for help on using the changeset viewer.