source: LMDZ.3.3/tags/IPSL-CM4_v1x1/libf/phylmd/cvparam3.h @ 428

Last change on this file since 428 was 428, checked in by (none), 22 years ago

This commit was manufactured by cvs2svn to create tag
'IPSL-CM4_v1x1'.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 848 bytes
Line 
1c------------------------------------------------------------
2c Parameters for convectL, iflag_con=3:
3c (includes - microphysical parameters, 
4c                       - parameters that control the rate of approach
5c               to quasi-equilibrium)
6c                       - noff & minorig (previously in input of convect1)
7c------------------------------------------------------------
8
9      integer noff, minorig, nl, nlp, nlm
10      real sigd, spfac
11      real pbcrit, ptcrit, epmax
12      real omtrain
13      real dtovsh, dpbase, dttrig
14      real dtcrit, tau, beta, alpha
15      real delta
16      real betad
17
18      COMMON /cvparam3/  noff, minorig, nl, nlp, nlm
19     :                ,  sigd, spfac
20     :                ,pbcrit, ptcrit, epmax
21     :                ,omtrain
22     :                ,dtovsh, dpbase, dttrig
23     :                ,dtcrit, tau, beta, alpha, delta, betad
24
Note: See TracBrowser for help on using the repository browser.