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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 52 - (hide annotations)
Fri Sep 23 12:28:01 2011 UTC (12 years, 8 months ago) by guez
Original Path: trunk/libf/phylmd/CV_routines/cvparam.f90
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 guez 52 module cvparam
2 guez 3
3 guez 52 ! From LMDZ4/libf/phylmd/cvparam.h,v 1.1.1.1 2004/05/19 12:53:08
4 guez 3
5 guez 52 ! 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 guez 3
11 guez 52 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