Changeset 184 in lmdz_wrf for trunk/WRFV3/Registry


Ignore:
Timestamp:
Oct 15, 2014, 3:54:12 PM (10 years ago)
Author:
lfita
Message:

Adding 'qc' on mp==0 in Registry/Registry?.EM.LMDZ. With this now we have also

'QCLOUD' even with mp=0. This is the way to keep liquid water for the next
time-step and have large scale precipitation!

Adding some checks around moisture values and tendencies...

Location:
trunk/WRFV3/Registry
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WRFV3/Registry/Registry.EM.LMDZ

    r1 r184  
    8686state    real   v_gc           igj      dyn_em      1        YZ    i1  "VV"     "y-wind component"    "m s-1"
    8787state    real   t_gc           igj      dyn_em      1        Z     i1  "TT"     "temperature"         "K"
    88 state    real   rh_gc          igj      dyn_em      1        Z     i1 "RH"    "relative humidity"   "%"
     88state    real   rh_gc          igj      dyn_em      1        Z     i01 "RH"    "relative humidity"   "%"
    8989state    real   ght_gc         igj      dyn_em      1        Z     i1  "GHT"   "geopotential height" "m"
    9090state    real   p_gc           igj      dyn_em      1        Z     i1  "PRES"   "pressure"            "Pa"
     
    19611961
    19621962#package   passivec1     chem_opt==0                  -             
    1963 package   passiveqv     mp_physics==0                -             moist:qv
     1963# L. Fita, LMD October 2014. We require also qc in order to properly have liquid
     1964#   water which is required in LMDZ phsics
     1965#package   passiveqv     mp_physics==0                -             moist:qv
     1966package   passiveqv     mp_physics==0                -             moist:qv,qc
    19641967package   kesslerscheme mp_physics==1                -             moist:qv,qc,qr
    19651968package   linscheme     mp_physics==2                -             moist:qv,qc,qr,qi,qs,qg
  • trunk/WRFV3/Registry/Registry.backup

    r1 r184  
    19621962
    19631963#package   passivec1     chem_opt==0                  -             
    1964 package   passiveqv     mp_physics==0                -             moist:qv
     1964# L. Fita, LMD October 2014. We require also qc in order to properly have liquid
     1965#   water which is required in LMDZ phsics
     1966#package   passiveqv     mp_physics==0                -             moist:qv
     1967package   passiveqv     mp_physics==0                -             moist:qv,qc
    19651968package   kesslerscheme mp_physics==1                -             moist:qv,qc,qr
    19661969package   linscheme     mp_physics==2                -             moist:qv,qc,qr,qi,qs,qg
Note: See TracChangeset for help on using the changeset viewer.