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

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

Two options introduced concerning deep convection
and wakes:

+ deep convection is allowed only when top
temperature is lower than t_top_max.
(Default: t_top_max=1000.).
+ wake number per unit area may now be
different over ocean and over land:
wdens_ref_o and wdens_ref_l.
(Default is:wdens_ref_o=8.e-12,
wdens_ref_l=8.e-12)


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