/[lmdze]/trunk/libf/phylmd/CV3_routines/cvparam3.f90
ViewVC logotype

Contents of /trunk/libf/phylmd/CV3_routines/cvparam3.f90

Parent Directory Parent Directory | Revision Log Revision Log


Revision 47 - (show annotations)
Fri Jul 1 15:00:48 2011 UTC (12 years, 10 months ago) by guez
File size: 542 byte(s)
Split "thermcell.f" and "cv3_routines.f".
Removed copies of files that are now in "L_util".
Moved "mva9" and "diagetpq" to their own files.
Unified variable names across procedures.

1 module cvparam3
2
3 ! From LMDZ4/libf/phylmd/cvparam3.h,v 1.1.1.1 2004/05/19 12:53:09
4 ! Parameters for convectL, iflag_con=3:
5 ! (includes - microphysical parameters,
6 ! - parameters that control the rate of approach
7 ! to quasi-equilibrium)
8 ! - noff & minorig (previously in input of convect1)
9
10 implicit none
11
12 integer noff, minorig, nl, nlp, nlm
13 real sigd, spfac
14 real pbcrit, ptcrit
15 real omtrain
16 real dtovsh, dpbase, dttrig
17 real dtcrit, tau, beta, alpha
18 real delta
19 real betad
20
21 end module cvparam3

Properties

Name Value
svn:eol-style native

  ViewVC Help
Powered by ViewVC 1.1.21