/[lmdze]/trunk/dimensions.F
ViewVC logotype

Contents of /trunk/dimensions.F

Parent Directory Parent Directory | Revision Log Revision Log


Revision 134 - (show annotations)
Wed Apr 29 15:47:56 2015 UTC (9 years ago) by guez
Original Path: trunk/Sources/dimens_m.f
File size: 338 byte(s)
Sources inside, compilation outside.
1 module dimens_m
2
3 ! Model dimensions.
4
5 implicit none
6
7 INTEGER, PARAMETER:: iim = 16 ! number of longitudes
8 INTEGER, PARAMETER:: jjm = 12 ! number of latitudes
9 INTEGER, PARAMETER:: llm = 11 ! number of vertical layers
10 INTEGER, PARAMETER:: ndm = 1
11 integer, parameter:: nqmx = 5 ! maximum number of tracers
12
13 end module dimens_m

  ViewVC Help
Powered by ViewVC 1.1.21