Changeset d6a0977 in flexpart.git for src/com_mod.f90


Ignore:
Timestamp:
Dec 14, 2015, 3:10:04 PM (8 years ago)
Author:
Espen Sollum ATMOS <eso@…>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug, univie
Children:
f75967d
Parents:
88d8c3d
Message:

Updates to Henrik's wet depo scheme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/com_mod.f90

    r6b22af9 rd6a0977  
    130130  ! gdomainfill             .T., if domain-filling is global, .F. if not
    131131
    132 !hg
     132!ZHG SEP 2015 wheather or not to read clouds from GRIB
    133133  logical :: readclouds
    134134
     
    347347  real :: tt(0:nxmax-1,0:nymax-1,nzmax,numwfmem)
    348348  real :: qv(0:nxmax-1,0:nymax-1,nzmax,numwfmem)
    349 !hg adding cloud water
    350   real :: clwc(0:nxmax-1,0:nymax-1,nzmax,numwfmem)
    351   real :: ciwc(0:nxmax-1,0:nymax-1,nzmax,numwfmem)
     349!ZHG adding cloud water
     350  real :: clwc(0:nxmax-1,0:nymax-1,nzmax,numwfmem) !liquid   [kg/kg]
     351  real :: ciwc(0:nxmax-1,0:nymax-1,nzmax,numwfmem) !ice      [kg/kg]
     352  real :: clw(0:nxmax-1,0:nymax-1,nzmax,numwfmem)  !combined [m3/m3]
     353
    352354  real :: pv(0:nxmax-1,0:nymax-1,nzmax,numwfmem)
    353355  real :: rho(0:nxmax-1,0:nymax-1,nzmax,numwfmem)
     
    362364  integer(kind=1) :: clouds(0:nxmax-1,0:nymax-1,nzmax,numwfmem)
    363365  integer :: cloudsh(0:nxmax-1,0:nymax-1,numwfmem)
    364   ! integer :: icloudbot(0:nxmax-1,0:nymax-1,numwfmem)
    365   ! integer :: icloudthck(0:nxmax-1,0:nymax-1,numwfmem)
     366
     367!ZHG Sep 2015 
     368   real :: icloud_stats(0:nxmax-1,0:nymax-1,5,numwfmem)
     369   real :: clh(0:nxmax-1,0:nymax-1,nuvzmax,numwfmem)
    366370
    367371
     
    405409  real :: tropopause(0:nxmax-1,0:nymax-1,1,numwfmem)
    406410  real :: oli(0:nxmax-1,0:nymax-1,1,numwfmem)
    407 ! real :: diffk(0:nxmax-1,0:nymax-1,1,numwfmem) this is not in use?
    408 
     411! real :: diffk(0:nxmax-1,0:nymax-1,1,numwfmem) ESO: this is not in use?
     412! logical :: beneath_cloud=.true.
    409413  ! ps                   surface pressure
    410414  ! sd                   snow depth
     
    667671
    668672
     673  !CGZ-lifetime
     674  real, allocatable, dimension(:,:) ::checklifetime, species_lifetime
     675  !CGZ-lifetime
     676
    669677  ! numpart                 actual number of particles in memory
    670678  ! itra1 (maxpart) [s]     temporal positions of the particles
     
    759767         & idt(nmpart),itramem(nmpart),itrasplit(nmpart),&
    760768         & xtra1(nmpart),ytra1(nmpart),ztra1(nmpart),&
    761          & xmass1(nmpart, maxspec))
     769         & xmass1(nmpart, maxspec),&
     770         & checklifetime(nmpart,maxspec), species_lifetime(maxspec,2))!CGZ-lifetime
     771
    762772
    763773    allocate(uap(nmpart),ucp(nmpart),uzp(nmpart),us(nmpart),&
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG