|
Last change
on this file since 5880 was
2056,
checked in by Laurent Fairhead, 11 years ago
|
|
Merged trunk changes r1997:2055 into testing branch
|
-
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 2056 2014-06-11 13:46:46Z ymeurdesoif $ |
|---|
| 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.