source: LMDZ6/trunk/libf/phylmd/cv3param.h @ 3981

Last change on this file since 3981 was 3571, checked in by fhourdin, 5 years ago

iflag_wb devient un real pour pouvoir lui donner une valeur continue
quand on l'utilise comme valeur de wbmax en surface.
Pas très joli mais important pour le tuning automatique pour lequel on
genere des valeurs continues de wb_max.

  • 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      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_epKEorig &
41                      ,flag_wb, cv_flag_feed &
42                      ,noff, minorig, nl, nlp, nlm
43!$OMP THREADPRIVATE(/cv3param/)
44
Note: See TracBrowser for help on using the repository browser.