Last change
on this file since 5306 was
416,
checked in by lmdzadmin, 22 years ago
|
Inclusion initiale
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
823 bytes
|
Line | |
---|
1 | c------------------------------------------------------------ |
---|
2 | c Parameters for convectL: |
---|
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 elcrit, tlcrit |
---|
11 | real entp |
---|
12 | real sigs, sigd |
---|
13 | real omtrain, omtsnow, coeffr, coeffs |
---|
14 | real dtmax |
---|
15 | real cu |
---|
16 | real betad |
---|
17 | real alpha, damp |
---|
18 | real delta |
---|
19 | |
---|
20 | COMMON /cvparam/ noff, minorig, nl, nlp, nlm |
---|
21 | : ,elcrit, tlcrit |
---|
22 | : ,entp, sigs, sigd |
---|
23 | : ,omtrain, omtsnow, coeffr, coeffs |
---|
24 | : ,dtmax, cu, betad, alpha, damp, delta |
---|
25 | |
---|
Note: See
TracBrowser
for help on using the repository browser.