source: LMDZ.3.3/tags/IPSL-CM4_v2x0/libf/phylmd/cvparam.h @ 464

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

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

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 823 bytes
Line 
1c------------------------------------------------------------
2c Parameters for convectL:
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 elcrit, tlcrit
11      real entp
12      real sigs, sigd
13      real omtrain, omtsnow, coeffr, coeffs
14      real dtmax
15      real cu
16      real betad
17      real alpha, damp
18      real delta
19
20      COMMON /cvparam/ noff, minorig, nl, nlp, nlm
21     :                ,elcrit, tlcrit
22     :                ,entp, sigs, sigd
23     :                ,omtrain, omtsnow, coeffr, coeffs
24     :                ,dtmax, cu, betad, alpha, damp, delta
25
Note: See TracBrowser for help on using the repository browser.