Last change
on this file since 3120 was
2481,
checked in by fhourdin, 9 years ago
|
Introduction d'une dependance epmax=f(Cape) sur proposition de Camille Risi
|
-
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:
743 bytes
|
Rev | Line | |
---|
[524] | 1 | ! |
---|
| 2 | ! $Header$ |
---|
[879] | 3 | !-- Modified by : Filiberti M-A 06/2005 |
---|
[524] | 4 | ! |
---|
| 5 | real epmax ! 0.993 |
---|
[2481] | 6 | real coef_epmax_cape ! 0.993 |
---|
[2253] | 7 | !jyg< |
---|
| 8 | REAL cvl_comp_threshold ! 0. |
---|
| 9 | !>jyg |
---|
[524] | 10 | logical ok_adj_ema ! F |
---|
| 11 | integer iflag_clw ! 0 |
---|
[1877] | 12 | integer iflag_cvl_sigd |
---|
[2253] | 13 | real cvl_sig2feed ! 0.97 |
---|
[524] | 14 | |
---|
[2253] | 15 | !jyg< |
---|
[2481] | 16 | !! common/comconema1/epmax,coef_epmax_cape,ok_adj_ema,iflag_clw,sig1feed,sig2feed |
---|
[2253] | 17 | !! common/comconema2/iflag_cvl_sigd |
---|
[2481] | 18 | common/comconema1/epmax,coef_epmax_cape, cvl_comp_threshold, cvl_sig2feed |
---|
[2253] | 19 | common/comconema2/iflag_cvl_sigd, iflag_clw, ok_adj_ema |
---|
| 20 | !>jyg |
---|
[879] | 21 | |
---|
[2481] | 22 | ! common/comconema/epmax,coef_epmax_cape,ok_adj_ema,iflag_clw |
---|
[879] | 23 | !$OMP THREADPRIVATE(/comconema1/) |
---|
| 24 | !$OMP THREADPRIVATE(/comconema2/) |
---|
[2253] | 25 | |
---|
Note: See
TracBrowser
for help on using the repository browser.