source: LMDZ5/branches/testing/libf/phylmd/cv3param.h

Last change on this file was 2787, checked in by Laurent Fairhead, 8 years ago

Merged trunk changes r2727:2785 into testing branch

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