Changeset df96ea65 in flexpart.git for src/get_wetscav.f90


Ignore:
Timestamp:
Dec 20, 2018, 1:34:38 PM (5 years ago)
Author:
Ignacio Pisso <ip@…>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug
Children:
2753a5c
Parents:
6d73c4b (diff), db91eb7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

resolve merge conflicts with clouds_in_GFS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/get_wetscav.f90

    r6985a98 r79e0349  
    298298          else                                  !parameterize cloudwater m2/m3
    299299!ZHG updated parameterization of cloud water to better reproduce the values coming from ECMWF
    300             cl=1.6E-6*prec(1)**0.36
     300! sec test
     301!           cl=1E6*1E-7*prec(1)**0.3 !Sec GFS new
     302            cl=1E6*2E-7*prec(1)**0.36 !Sec ECMWF new
     303!           cl=2E-7*prec(1)**0.36 !Andreas
     304!           cl=1.6E-6*prec(1)**0.36 !Henrik
    301305          endif
    302306
     
    318322          if (dquer(ks).gt.0.) then
    319323            S_i= frac_act/cl
     324!           write(*,*) 'Si: ',S_i
    320325
    321326! GAS
     
    334339            wetscav=incloud_ratio*S_i*(prec(1)/3.6E6)
    335340          else
    336             wetscav=incloud_ratio*S_i*(prec(1)/3.6E6)/clouds_h
     341!SEC wetscav fix
     342             wetscav=incloud_ratio*S_i*(prec(1)/3.6E6)
     343!            wetscav=incloud_ratio*S_i*(prec(1)/3.6E6)/clouds_h
    337344          endif
    338345        endif ! positive in-cloud scavenging parameters given in Species file
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG