Changeset 341f4b7 in flexpart.git for src/readreleases.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/readreleases.f90

    rb0434e1 r341f4b7  
    5757  ! xpoint2,ypoint2     geograf. coordinates of upper right corner of release  *
    5858  !                     area                                                   *
    59   ! weta, wetb          parameters to determine the below-cloud scavenging     *
    60   ! weta_in, wetb_in    parameters to determine the in-cloud scavenging        *
    61   ! wetc_in, wetd_in    parameters to determine the in-cloud scavenging        *
     59  ! weta_gas, wetb_gas  parameters for below-cloud scavenging (gas)            *
     60  ! crain_aero, csnow_aero  parameters for below-cloud scavenging (aerosol)    *
     61  ! ccn_aero, in_aero   parameters for in-cloud scavenging (aerosol)           *
    6262  ! zpoint1,zpoint2     height range, over which release takes place           *
    6363  ! num_min_discrete    if less, release cannot be randomized and happens at   *
     
    363363  !***********************************************************
    364364! NIK 15.02.2015, with new wet dep scheme either A or B parameters can be assigned a positive value which switches on wet dep
    365     if (weta(i).gt.0. .or. wetb(i).gt.0.)  then
     365    if (weta_gas(i).gt.0. .or. wetb_gas(i).gt.0.)  then ! :TODO: or particle
    366366      WETDEP=.true.
    367367      if (lroot) then
     
    374374   
    375375! NIK 31.01.2013 + 10.12.2013 + 15.02.2015
    376     if (weta_in(i).gt.0. .or. wetb_in(i).gt.0.)  then
     376    if (ccn_aero(i).gt.0. .or. in_aero(i).gt.0.)  then
    377377      WETDEP=.true.
    378378      if (lroot) then
    379379        write (*,*) 'In-cloud scavenging: ON'
    380380!        write (*,*) 'In-cloud scavenging coefficients: ',&
    381 !           &weta_in(i),wetb_in(i),i !,wetc_in(i), wetd_in(i),i
     381!           &ccn_aero(i),in_aero(i),i !,wetc_in(i), wetd_in(i),i
    382382      end if
    383383    else
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG