Changeset 341f4b7 in flexpart.git for src/com_mod.f90


Ignore:
Timestamp:
Apr 20, 2016, 1:39:51 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:
61df8d9
Parents:
32b49c3
Message:

SPECIES files converted to namelist format. Fixed-format SPCIES files renamed with .oldformat extension. Added 2 wet depo parameters to old-format SPECIES. Renamed internal variables and parameters used for wet deposition. incloud_ratio increased to 2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/com_mod.f90

    rdb712a8 r341f4b7  
    160160  !real xmass(maxpoint,maxspec)
    161161  real :: decay(maxspec)
    162   real :: weta(maxspec),wetb(maxspec)
     162  real :: weta_gas(maxspec),wetb_gas(maxspec)
     163  real :: crain_aero(maxspec),csnow_aero(maxspec)
    163164! NIK: 31.01.2013- parameters for in-cloud scavening
    164   real :: weta_in(maxspec), wetb_in(maxspec)
     165  real :: ccn_aero(maxspec),in_aero(maxspec)
    165166  real :: reldiff(maxspec),henry(maxspec),f0(maxspec)
    166167  real :: density(maxspec),dquer(maxspec),dsigma(maxspec)
     
    197198
    198199  ! WET DEPOSITION
    199   ! weta, wetb              parameters for determining below-cloud wet scavenging coefficients
    200   ! weta_in, wetb_in       parameters for determining in-cloud wet scavenging coefficients
    201   ! wetc_in, wetd_in       parameters for determining in-cloud wet scavenging coefficients
     200  ! weta_gas, wetb_gas     parameters for below-cloud wet scavenging coefficients (gasses)
     201  ! crain_aero, in_aero    parameters for in-cloud wet scavenging coefficients (aerosols)
     202  ! wetc_in, wetd_in       parameters for in-cloud wet scavenging coefficients (aerosols)
    202203
    203204  ! GAS DEPOSITION
     
    216217  ! dquer [m]               mean diameter of particles
    217218  ! dsigma                  dsigma=10 or dsigma=0.1 means that 68% of the
    218   !                    mass are between 0.1*dquer and 10*dquer
     219  !                         mass are between 0.1*dquer and 10*dquer
    219220
    220221  ! fract                   mass fraction of each diameter interval
     
    371372
    372373!ZHG Sep 2015 
    373    real :: icloud_stats(0:nxmax-1,0:nymax-1,5,numwfmem)
    374    real :: clw4(0:nxmax-1,0:nymax-1,numwfmem) ! eso: =icloud_stats(:,:,4,:)
     374!   real :: icloud_stats(0:nxmax-1,0:nymax-1,5,numwfmem)
     375   real :: ctwc(0:nxmax-1,0:nymax-1,numwfmem) ! eso: =icloud_stats(:,:,4,:)
    375376
    376377
     
    392393
    393394  ! pplev for the GFS version
     395  ! ctwc                 total cloud water content
    394396
    395397  ! 2d fields
     
    489491  real,allocatable,dimension(:,:,:,:,:) :: uun, vvn, wwn, ttn, qvn, pvn,&
    490492       & rhon, drhodzn, tthn, qvhn, clwcn, ciwcn, clwn, clwchn, ciwchn
    491   real,allocatable,dimension(:,:,:,:) :: clw4n
     493  real,allocatable,dimension(:,:,:,:) :: ctwcn
    492494  integer,allocatable,dimension(:,:,:,:) :: cloudshn
    493495  integer(kind=1),allocatable,dimension(:,:,:,:,:) :: cloudsn
     
    802804    allocate(clwchn(0:nxmaxn-1,0:nymaxn-1,nuvzmax,numwfmem,numbnests))
    803805    allocate(ciwchn(0:nxmaxn-1,0:nymaxn-1,nuvzmax,numwfmem,numbnests))
    804     allocate(clw4n(0:nxmax-1,0:nymax-1,numwfmem,numbnests))
    805 
    806 !    clw4n(:,:,:,:)=0.
     806    allocate(ctwcn(0:nxmax-1,0:nymax-1,numwfmem,numbnests))
     807
    807808    clwcn(:,:,:,:,:)=0.
    808809    ciwcn(:,:,:,:,:)=0.
    809810    clwchn(:,:,:,:,:)=0.
    810811    ciwchn(:,:,:,:,:)=0.
    811     ! clwn(:,:,:,:,:)=0.
    812 
    813     ! cloudsn(:,:,:,:,:)=0
    814     ! cloudshn(:,:,:,:)=0
    815812   
    816813  end subroutine com_mod_allocate_nests
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG