source: LMDZ5/branches/LMDZ5_SPLA/libf/phylmd/nuage.h

Last change on this file was 2006, checked in by fhourdin, 11 years ago

Modification de la spécification de la plage de température pour
la phase mixte liquide/glace des nuages.
Contrôle par les paramètres t_glace_min/max, exposant_glace, iflag_t_glace

Modifying the specification of the mixte liquid/ice phase for cloud water.

Jean-Baptiste Madeleine

  • 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: 381 bytes
Line 
1!
2! $Id: nuage.h 2006 2014-04-06 11:31:28Z abarral $
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
8      INTEGER iflag_t_glace
9
10      common /nuagecom/ rad_froid,rad_chau1, rad_chau2,t_glace_max,     &
11     &                  t_glace_min,exposant_glace,rei_min,rei_max,     &
12     &                  iflag_t_glace
13!$OMP THREADPRIVATE(/nuagecom/)
Note: See TracBrowser for help on using the repository browser.