Ignore:
Timestamp:
Jul 12, 2017, 4:20:24 PM (7 years ago)
Author:
jbmadeleine
Message:
  • Added a new output called rneblsvol which is the cloud fraction by volume

computed in the thermals (see cloudth_vert in cloudth_mod.F90)

  • Added an option called iflag_rain_incloud_vol that computes the conversion

of cloud water to rain using the cloud fraction by volume instead of the cloud
fraction by area, which is larger and otherwise erroneously reduces the in-cloud
water content; iflag_rain_incloud_vol can only be used for iflag_cloudth_vert>=3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/phys_local_var_mod.F90

    r2898 r2945  
    417417      REAL,ALLOCATABLE,SAVE,DIMENSION(:,:) :: beta_prec
    418418!$OMP THREADPRIVATE(beta_prec)
    419       REAL, ALLOCATABLE, SAVE, DIMENSION(:,:) :: rneb,rnebjn
    420 !$OMP THREADPRIVATE(rneb,rnebjn)
     419      REAL, ALLOCATABLE, SAVE, DIMENSION(:,:) :: rneb,rnebjn,rneblsvol
     420!$OMP THREADPRIVATE(rneb,rnebjn,rneblsvol)
    421421
    422422! variables de sorties MM
     
    732732      ALLOCATE(wdtrainA(klon,klev),wdtrainM(klon,klev))
    733733      ALLOCATE(beta_prec(klon,klev))
    734       ALLOCATE(rneb(klon,klev),rnebjn(klon,klev))
     734      ALLOCATE(rneb(klon,klev),rnebjn(klon,klev),rneblsvol(klon,klev))
    735735
    736736
Note: See TracChangeset for help on using the changeset viewer.