Last change
on this file since 2241 was
2205,
checked in by fhourdin, 10 years ago
|
Introduction of a bi-gausian descrption of the subgrid scale
distribution of water associated with deep convection.
Introduction d'un schéma bi-gausien pour la distribution sous maille
de l'eau associée à la convection profonde.
Contrôlé par
iflag_cld_cv=2 (1 pour le schéma de Bony et Emanuel 2001)
autres paramètres de contrôle : tau_cld_cv et coefw_cld_cv
Arnaud Jam
|
-
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:
516 bytes
|
Rev | Line | |
---|
[524] | 1 | ! |
---|
[1286] | 2 | ! $Id: nuage.h 2205 2015-02-13 07:22:32Z fhourdin $ |
---|
[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 | |
---|
[2205] | 9 | INTEGER iflag_t_glace,iflag_cld_cv |
---|
[2006] | 10 | |
---|
[1286] | 11 | common /nuagecom/ rad_froid,rad_chau1, rad_chau2,t_glace_max, & |
---|
[2006] | 12 | & t_glace_min,exposant_glace,rei_min,rei_max, & |
---|
[2205] | 13 | & tau_cld_cv,coefw_cld_cv, & |
---|
| 14 | & iflag_t_glace,iflag_cld_cv |
---|
[766] | 15 | !$OMP THREADPRIVATE(/nuagecom/) |
---|
Note: See
TracBrowser
for help on using the repository browser.