Last change
on this file since 5308 was
3331,
checked in by acozic, 6 years ago
|
Add modification for isotopes
|
-
Property svn:executable set to
*
|
File size:
787 bytes
|
Line | |
---|
1 | ! |
---|
2 | ! $Header$ |
---|
3 | !-- Modified by : Filiberti M-A 06/2005 |
---|
4 | ! |
---|
5 | real epmax ! 0.993 |
---|
6 | real coef_epmax_cape ! 0.0 pour versions officielles, 0.1 pour tests CAPE dependency |
---|
7 | !jyg< |
---|
8 | REAL cvl_comp_threshold ! 0. |
---|
9 | !>jyg |
---|
10 | logical ok_adj_ema ! F |
---|
11 | integer iflag_clw ! 0 |
---|
12 | integer iflag_cvl_sigd |
---|
13 | real cvl_sig2feed ! 0.97 |
---|
14 | |
---|
15 | !jyg< |
---|
16 | !! common/comconema1/epmax,coef_epmax_cape,ok_adj_ema,iflag_clw,sig1feed,sig2feed |
---|
17 | !! common/comconema2/iflag_cvl_sigd |
---|
18 | common/comconema1/epmax,coef_epmax_cape, cvl_comp_threshold, cvl_sig2feed |
---|
19 | common/comconema2/iflag_cvl_sigd, iflag_clw, ok_adj_ema |
---|
20 | !>jyg |
---|
21 | |
---|
22 | ! common/comconema/epmax,coef_epmax_cape,ok_adj_ema,iflag_clw |
---|
23 | !$OMP THREADPRIVATE(/comconema1/) |
---|
24 | !$OMP THREADPRIVATE(/comconema2/) |
---|
25 | |
---|
Note: See
TracBrowser
for help on using the repository browser.