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

Last change on this file since 2435 was 2435, checked in by Laurent Fairhead, 9 years ago

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