source: LMDZ6/branches/Amaury_dev/libf/phylmd/cv3param.h @ 5136

Last change on this file since 5136 was 5117, checked in by abarral, 2 months ago

rename modules properly lmdz_*
move some unused files to obsolete/
(lint) uppercase fortran keywords

  • 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.5 KB
Line 
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!------------------------------------------------------------
8
9      INTEGER flag_epKEorig
10      REAL flag_wb
11      INTEGER cv_flag_feed
12      INTEGER noff, minorig, nl, nlp, nlm
13      REAL sigdz, spfac
14      REAL pbcrit, ptcrit
15      REAL elcrit, tlcrit
16      REAL coef_peel
17      REAL omtrain
18      REAL dtovsh, dpbase, dttrig
19      REAL dtcrit, tau, beta, alpha, alpha1
20      REAL T_top_max
21      REAL tau_stop, noconv_stop
22      REAL wbmax
23      REAL delta
24      REAL betad
25      REAL ejectliq
26      REAL ejectice
27
28      COMMON /cv3param/ sigdz, spfac &
29                      ,pbcrit, ptcrit &
30                      ,elcrit, tlcrit &
31                      ,coef_peel &
32                      ,omtrain &
33                      ,dtovsh, dpbase, dttrig &
34                      ,dtcrit, tau, beta, alpha, alpha1 &
35                      ,T_top_max &
36                      ,tau_stop, noconv_stop &
37                      ,wbmax &
38                      ,delta, betad  &
39                      ,ejectliq, ejectice &
40                      ,flag_wb &
41                      ,flag_epKEorig &
42                      ,cv_flag_feed &
43                      ,noff, minorig, nl, nlp, nlm
44!$OMP THREADPRIVATE(/cv3param/)
45
Note: See TracBrowser for help on using the repository browser.