Changeset 41d8574 in flexpart.git for src/wetdepo.f90


Ignore:
Timestamp:
Jan 15, 2016, 12:35:58 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:
fdc0f03
Parents:
d8107c2
Message:

bugfix: MPI version gave wrong wet deposition when using ECMWF cloud water fields. Cloud water in ECMWF fields now uses parameter qc, or reads clwc+ciwc. Added minmass variable as limit for terminating particles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/wetdepo.f90

    rf75967d r41d8574  
    317317          !ZHG 2015 Cloud liquid & ice water (CLWC+CIWC) from ECMWF
    318318          if (readclouds) then                  !icloud_stats(ix,jy,4,n) has units kg/m2
    319             cl =icloud_stats(ix,jy,4,n)*(grfraction(1)/cc)
     319!            cl =icloud_stats(ix,jy,4,n)*(grfraction(1)/cc)
     320! ESO: stop using icloud_stats
     321            cl =clw4(ix,jy,n)*(grfraction(1)/cc)
    320322          else                                  !parameterize cloudwater m2/m3
    321323            !ZHG updated parameterization of cloud water to better reproduce the values coming from ECMWF
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG