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

Last change on this file since 2901 was 2901, checked in by jyg, 7 years ago

new option to switch on/off homogenization of convective tendencies below cloud base

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