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/nuage.h

    r2606 r2945  
    1010
    1111      INTEGER iflag_t_glace, iflag_cloudth_vert, iflag_cld_cv
     12      INTEGER iflag_rain_incloud_vol
    1213
    1314      common /nuagecom/ rad_froid,rad_chau1, rad_chau2,t_glace_max,     &
     
    1516     &                  tau_cld_cv,coefw_cld_cv,                        &
    1617     &                  tmax_fonte_cv,                                  &
    17      &                  iflag_t_glace,iflag_cloudth_vert,iflag_cld_cv
     18     &                  iflag_t_glace,iflag_cloudth_vert,iflag_cld_cv,  &
     19     &                  iflag_rain_incloud_vol
    1820!$OMP THREADPRIVATE(/nuagecom/)
Note: See TracChangeset for help on using the changeset viewer.