source: LMDZ5/trunk/libf/phylmd/cv3param.h @ 2492

Last change on this file since 2492 was 2458, checked in by jyg, 8 years ago

Read the shedding coefficient coef_peel (used when
iflag_mix_adiab=1) from file cv_param.data
(default=0.25).

  • 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
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      logical ok_convstop
10      logical ok_intermittent
11      integer noff, minorig, nl, nlp, nlm
12      real sigdz, spfac
13      integer flag_epKEorig,flag_wb
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 tau_stop, noconv_stop
21      real wbmax
22      real delta
23      real betad
24
25      COMMON /cv3param/ sigdz, spfac &
26                      ,pbcrit, ptcrit &
27                      ,elcrit, tlcrit &
28                      ,coef_peel &
29                      ,omtrain &
30                      ,dtovsh, dpbase, dttrig &
31                      ,dtcrit, tau, beta, alpha, alpha1 &
32                      ,tau_stop, noconv_stop &
33                      ,wbmax &
34                      ,delta, betad  &
35                      ,flag_epKEorig &
36                      ,flag_wb &
37                      ,noff, minorig, nl, nlp, nlm  &
38                      ,ok_convstop, ok_intermittent
39!$OMP THREADPRIVATE(/cv3param/)
40
Note: See TracBrowser for help on using the repository browser.