Ignore:
Timestamp:
Apr 22, 2015, 3:42:35 PM (9 years ago)
Author:
pesei
Message:

Wet dep quick fix and other small changes. Wet depo quick fix not final yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/petra/src/com_mod.f90

    r36 r37  
    3232!        Modifications: 15 August 2013 IP,
    3333!        2/2015 PS, add incremental deposition switch
     34!        2/2015 PS, change variables for cloud diagnostics
    3435!                                                                              *
    3536!*******************************************************************************
     
    365366  real :: qvh(0:nxmax-1,0:nymax-1,nuvzmax,2)
    366367  real :: pplev(0:nxmax-1,0:nymax-1,nuvzmax,2)
    367   integer(kind=1) :: clouds(0:nxmax-1,0:nymax-1,nzmax,2)
    368   integer :: cloudsh(0:nxmax-1,0:nymax-1,2)
    369 
    370 
    371368  ! uu,vv,ww [m/2]       wind components in x,y and z direction
    372369  ! uupol,vvpol [m/s]    wind components in polar stereographic projection
     
    377374  ! drhodz [kg/m2]       vertical air density gradient
    378375  ! tth,qvh              tth,qvh on original eta levels
    379   ! clouds:   no cloud, no precipitation   0
    380   !      cloud, no precipitation      1
    381   !      rainout  conv/lsp dominated  2/3
    382   !      washout  conv/lsp dominated  4/5
    383376
    384377  ! pplev for the GFS version
     
    406399  real :: oli(0:nxmax-1,0:nymax-1,1,2)
    407400  real :: diffk(0:nxmax-1,0:nymax-1,1,2)
     401  integer, dimension (0:nxmax-1,0:nymax-1,2) :: icloudbot, icloudthck
    408402
    409403  ! ps                   surface pressure
     
    426420  ! oli [m]              inverse Obukhov length (1/L)
    427421  ! diffk [m2/s]         diffusion coefficient at reference height
     422  ! icloudbot (m)        cloud bottom height
     423  ! icloudthck (m)       cloud thickness   
    428424
    429425
     
    484480  real :: qvn(0:nxmaxn-1,0:nymaxn-1,nzmax,2,maxnests)
    485481  real :: pvn(0:nxmaxn-1,0:nymaxn-1,nzmax,2,maxnests)
    486   integer(kind=1) :: cloudsn(0:nxmaxn-1,0:nymaxn-1,0:nzmax,2,maxnests)
    487   integer :: cloudsnh(0:nxmaxn-1,0:nymaxn-1,2,maxnests)
    488482  real :: rhon(0:nxmaxn-1,0:nymaxn-1,nzmax,2,maxnests)
    489483  real :: drhodzn(0:nxmaxn-1,0:nymaxn-1,nzmax,2,maxnests)
     
    514508  real :: diffkn(0:nxmaxn-1,0:nymaxn-1,1,2,maxnests)
    515509  real :: vdepn(0:nxmaxn-1,0:nymaxn-1,maxspec,2,maxnests)
     510  integer, dimension (0:nxmax-1,0:nymax-1,2,maxnests) :: icloudbotn, icloudthckn
    516511
    517512
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG