source: LMDZ6/trunk/libf/phylmd/nuage.h @ 4115

Last change on this file since 4115 was 4114, checked in by evignon, 2 years ago

option pour inclure les effets radiatifs des chutes de neige
plus corrections du schema des nuages de phase mixte

  • 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: 1.0 KB
RevLine 
[524]1!
[1286]2! $Id: nuage.h 4114 2022-03-28 16:23:04Z idelkadi $
[524]3!
[1286]4      REAL rad_froid, rad_chau1, rad_chau2, t_glace_max, t_glace_min
[2006]5      REAL exposant_glace
[1525]6      REAL rei_min,rei_max
[2205]7      REAL tau_cld_cv,coefw_cld_cv
[524]8
[2287]9      REAL tmax_fonte_cv
10
[2547]11      INTEGER iflag_t_glace, iflag_cloudth_vert, iflag_cld_cv
[2945]12      INTEGER iflag_rain_incloud_vol
[3999]13   
[4114]14      INTEGER iflag_mpc_bl, iflag_gammasat, iflag_vice, iflag_rei
15      LOGICAL ok_icefra_lscp, ok_radliq_snow
[2006]16
[1286]17      common /nuagecom/ rad_froid,rad_chau1, rad_chau2,t_glace_max,     &
[2006]18     &                  t_glace_min,exposant_glace,rei_min,rei_max,     &
[2205]19     &                  tau_cld_cv,coefw_cld_cv,                        &
[2606]20     &                  tmax_fonte_cv,                                  &
[2945]21     &                  iflag_t_glace,iflag_cloudth_vert,iflag_cld_cv,  &
[3999]22     &                  iflag_rain_incloud_vol,                         &
[4114]23     &                  ok_icefra_lscp,ok_radliq_snow,                  &
24     &                  iflag_mpc_bl, iflag_gammasat, iflag_vice,       &
25     &                  iflag_rei   
[766]26!$OMP THREADPRIVATE(/nuagecom/)
Note: See TracBrowser for help on using the repository browser.