source: LMDZ6/branches/Ocean_skin/libf/phylmd/nuage.h @ 3627

Last change on this file since 3627 was 2945, checked in by jbmadeleine, 7 years ago
  • 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

  • Property copyright set to
    Name of program: LMDZ
    Creation date: 1984
    Version: LMDZ5
    License: CeCILL version 2
    Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
    See the license file in the root directory
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 744 bytes
Line 
1!
2! $Id: nuage.h 2945 2017-07-12 14:20:24Z lguez $
3!
4      REAL rad_froid, rad_chau1, rad_chau2, t_glace_max, t_glace_min
5      REAL exposant_glace
6      REAL rei_min,rei_max
7      REAL tau_cld_cv,coefw_cld_cv
8
9      REAL tmax_fonte_cv
10
11      INTEGER iflag_t_glace, iflag_cloudth_vert, iflag_cld_cv
12      INTEGER iflag_rain_incloud_vol
13
14      common /nuagecom/ rad_froid,rad_chau1, rad_chau2,t_glace_max,     &
15     &                  t_glace_min,exposant_glace,rei_min,rei_max,     &
16     &                  tau_cld_cv,coefw_cld_cv,                        &
17     &                  tmax_fonte_cv,                                  &
18     &                  iflag_t_glace,iflag_cloudth_vert,iflag_cld_cv,  &
19     &                  iflag_rain_incloud_vol
20!$OMP THREADPRIVATE(/nuagecom/)
Note: See TracBrowser for help on using the repository browser.