/[lmdze]/trunk/libf/dimens_m.f90
ViewVC logotype

Contents of /trunk/libf/dimens_m.f90

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24 - (show annotations)
Wed Mar 3 13:23:49 2010 UTC (14 years, 2 months ago) by guez
File size: 338 byte(s)
Created directory "phylmd/Radlwsw". Split "radlwsw.f" in files
containing a single procedure.

Removed variable "itaufinp1" in "leapfrog".

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