/[lmdze]/trunk/phylmd/CV_routines/cvparam.f
ViewVC logotype

Contents of /trunk/phylmd/CV_routines/cvparam.f

Parent Directory Parent Directory | Revision Log Revision Log


Revision 82 - (show annotations)
Wed Mar 5 14:57:53 2014 UTC (10 years, 1 month ago) by guez
File size: 543 byte(s)
Changed all ".f90" suffixes to ".f".
1 module cvparam
2
3 ! From LMDZ4/libf/phylmd/cvparam.h,v 1.1.1.1 2004/05/19 12:53:08
4
5 ! Parameters for convectL:
6 ! (includes - microphysical parameters,
7 ! - parameters that control the rate of approach
8 ! to quasi-equilibrium)
9 ! - noff & minorig (previously in input of convect1)
10
11 implicit none
12
13 integer noff, minorig, nl, nlp, nlm
14 real elcrit, tlcrit
15 real entp
16 real sigs, sigd
17 real omtrain, omtsnow, coeffr, coeffs
18 real dtmax
19 real cu
20 real betad
21 real alpha, damp
22 real delta
23
24 end module cvparam

Properties

Name Value
svn:eol-style native

  ViewVC Help
Powered by ViewVC 1.1.21