/[lmdze]/trunk/libf/phylmd/CV_routines/cvparam.f90
ViewVC logotype

Contents of /trunk/libf/phylmd/CV_routines/cvparam.f90

Parent Directory Parent Directory | Revision Log Revision Log


Revision 52 - (show annotations)
Fri Sep 23 12:28:01 2011 UTC (12 years, 7 months ago) by guez
File size: 543 byte(s)
Split "conflx.f" into single-procedure files in directory "Conflx".

Split "cv_routines.f" into single-procedure files in directory
"CV_routines". Made module "cvparam" from included file
"cvparam.h". No included file other than "netcdf.inc" left in LMDZE.

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