Last change
on this file since 2930 was
987,
checked in by Laurent Fairhead, 16 years ago
|
Du nettoyage sur le parallelisme, inclusion de nouvelles interfaces pour OPA9
et ORCHIDEE YM
LF
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
882 bytes
|
Line | |
---|
1 | c------------------------------------------------------------ |
---|
2 | c Parameters for convectL, iflag_con=3: |
---|
3 | c (includes - microphysical parameters, |
---|
4 | c - parameters that control the rate of approach |
---|
5 | c to quasi-equilibrium) |
---|
6 | c - noff & minorig (previously in input of convect1) |
---|
7 | c------------------------------------------------------------ |
---|
8 | |
---|
9 | integer noff, minorig, nl, nlp, nlm |
---|
10 | real sigdz, spfac |
---|
11 | real pbcrit, ptcrit |
---|
12 | real omtrain |
---|
13 | real dtovsh, dpbase, dttrig |
---|
14 | real dtcrit, tau, beta, alpha, alpha1 |
---|
15 | real delta |
---|
16 | real betad |
---|
17 | |
---|
18 | COMMON /cv3param/ noff, minorig, nl, nlp, nlm |
---|
19 | : , sigdz, spfac |
---|
20 | : ,pbcrit, ptcrit |
---|
21 | : ,omtrain |
---|
22 | : ,dtovsh, dpbase, dttrig |
---|
23 | : ,dtcrit, tau, beta, alpha, alpha1, delta, betad |
---|
24 | !$OMP THREADPRIVATE(/cv3param/) |
---|
25 | |
---|
Note: See
TracBrowser
for help on using the repository browser.