Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/FLEXPART_9.1.3/src/com_mod.f90

    • Property svn:executable deleted
    r4 r13  
    77!        June 1996                                                             *
    88!                                                                              *
    9 !        Last update: 9 August 2000                                            *
     9!        Last update:15 August 2013 IP                                         *
    1010!                                                                              *
    1111!*******************************************************************************
     
    139139  real :: decay(maxspec)
    140140  real :: weta(maxspec),wetb(maxspec)
     141! NIK: 31.01.2013- parameters for in-cloud scavening
     142  real :: weta_in(maxspec), wetb_in(maxspec), wetc_in(maxspec), wetd_in(maxspec)
    141143  real :: reldiff(maxspec),henry(maxspec),f0(maxspec)
    142144  real :: density(maxspec),dquer(maxspec),dsigma(maxspec)
     
    172174
    173175  ! WET DEPOSITION
    174   ! weta, wetb              parameters for determining wet scavenging coefficients
     176  ! weta, wetb              parameters for determining below-cloud wet scavenging coefficients
     177  ! weta_in, wetb_in       parameters for determining in-cloud wet scavenging coefficients
     178  ! wetc_in, wetd_in       parameters for determining in-cloud wet scavenging coefficients
    175179
    176180  ! GAS DEPOSITION
     
    331335  real :: qvh(0:nxmax-1,0:nymax-1,nuvzmax,2)
    332336  real :: pplev(0:nxmax-1,0:nymax-1,nuvzmax,2)
     337  !scavenging NIK, PS
    333338  integer(kind=1) :: clouds(0:nxmax-1,0:nymax-1,nzmax,2)
    334339  integer :: cloudsh(0:nxmax-1,0:nymax-1,2)
     340      integer icloudbot(0:nxmax-1,0:nymax-1,2)
     341      integer icloudthck(0:nxmax-1,0:nymax-1,2)
     342
    335343
    336344  ! uu,vv,ww [m/2]       wind components in x,y and z direction
     
    346354  !      rainout  conv/lsp dominated  2/3
    347355  !      washout  conv/lsp dominated  4/5
     356! PS 2013
     357!c icloudbot (m)        cloud bottom height
     358!c icloudthck (m)       cloud thickness     
     359
    348360  ! pplev for the GFS version
    349361
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG