|
Last change
on this file since 5356 was
3605,
checked in by lguez, 6 years ago
|
|
Merge revisions 3427:3600 of trunk into branch Ocean_skin
|
-
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:
1.4 KB
|
| Rev | Line | |
|---|
| [1992] | 1 | !------------------------------------------------------------ |
|---|
| 2 | ! Parameters for convectL, iflag_con=3: |
|---|
| 3 | ! (includes - microphysical parameters, |
|---|
| 4 | ! - parameters that control the rate of approach |
|---|
| 5 | ! to quasi-equilibrium) |
|---|
| 6 | ! - noff & minorig (previously in input of convect1) |
|---|
| 7 | !------------------------------------------------------------ |
|---|
| [879] | 8 | |
|---|
| [3605] | 9 | integer flag_epKEorig |
|---|
| 10 | real flag_wb |
|---|
| 11 | integer cv_flag_feed |
|---|
| [879] | 12 | integer noff, minorig, nl, nlp, nlm |
|---|
| 13 | real sigdz, spfac |
|---|
| 14 | real pbcrit, ptcrit |
|---|
| [1515] | 15 | real elcrit, tlcrit |
|---|
| [2458] | 16 | real coef_peel |
|---|
| [879] | 17 | real omtrain |
|---|
| 18 | real dtovsh, dpbase, dttrig |
|---|
| 19 | real dtcrit, tau, beta, alpha, alpha1 |
|---|
| [2761] | 20 | real T_top_max |
|---|
| [2398] | 21 | real tau_stop, noconv_stop |
|---|
| [1516] | 22 | real wbmax |
|---|
| [879] | 23 | real delta |
|---|
| 24 | real betad |
|---|
| [3605] | 25 | real ejectliq |
|---|
| 26 | real ejectice |
|---|
| [879] | 27 | |
|---|
| [2253] | 28 | COMMON /cv3param/ sigdz, spfac & |
|---|
| [1992] | 29 | ,pbcrit, ptcrit & |
|---|
| 30 | ,elcrit, tlcrit & |
|---|
| [2458] | 31 | ,coef_peel & |
|---|
| [1992] | 32 | ,omtrain & |
|---|
| 33 | ,dtovsh, dpbase, dttrig & |
|---|
| 34 | ,dtcrit, tau, beta, alpha, alpha1 & |
|---|
| [2761] | 35 | ,T_top_max & |
|---|
| [2398] | 36 | ,tau_stop, noconv_stop & |
|---|
| [2253] | 37 | ,wbmax & |
|---|
| 38 | ,delta, betad & |
|---|
| [3605] | 39 | ,ejectliq, ejectice & |
|---|
| [2253] | 40 | ,flag_epKEorig & |
|---|
| [2757] | 41 | ,flag_wb, cv_flag_feed & |
|---|
| [3605] | 42 | ,noff, minorig, nl, nlp, nlm |
|---|
| [987] | 43 | !$OMP THREADPRIVATE(/cv3param/) |
|---|
| [879] | 44 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.