Changeset 1c3c778 in flexpart.git for src/wetdepo.f90


Ignore:
Timestamp:
Mar 14, 2016, 11:06:31 AM (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:
7e52e2e
Parents:
c2162ce
Message:

Added 'incloud_ratio' for wet deposition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/wetdepo.f90

    rdb712a8 r1c3c778  
    143143! Determine nested grid coordinates
    144144!**********************************
     145    readclouds_this_nest=.false.
    145146
    146147    if (ngrid.gt.0) then
     
    149150      ix=int(xtn)
    150151      jy=int(ytn)
    151       if (readclouds_nest(ngrid)) then
    152         readclouds_this_nest=.true.
    153       else
    154         readclouds_this_nest=.false.
    155       end if
     152      if (readclouds_nest(ngrid)) readclouds_this_nest=.true.
    156153    else
    157154      ix=int(xtra1(jpart))
     
    364361!OLD
    365362          if ((readclouds.and.ngrid.eq.0).or.(readclouds_this_nest.and.ngrid.gt.0)) then
    366             wetscav=S_i*(prec(1)/3.6E6)
     363            wetscav=incloud_ratio*S_i*(prec(1)/3.6E6)
    367364          else
    368             wetscav=S_i*(prec(1)/3.6E6)/clouds_h
     365            wetscav=incloud_ratio*S_i*(prec(1)/3.6E6)/clouds_h
    369366          endif
    370367
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG