/[lmdze]/trunk/dimens_m.f
ViewVC logotype

Diff of /trunk/dimens_m.f

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 23 by guez, Mon Dec 14 15:25:16 2009 UTC revision 24 by guez, Wed Mar 3 13:23:49 2010 UTC
# Line 4  module dimens_m Line 4  module dimens_m
4    
5    implicit none    implicit none
6    
7    INTEGER, PARAMETER:: iim = 32 ! number of longitudes    INTEGER, PARAMETER:: iim = 16 ! number of longitudes
8    INTEGER, PARAMETER:: jjm = 24 ! number of latitudes    INTEGER, PARAMETER:: jjm = 12 ! number of latitudes
9    INTEGER, PARAMETER:: llm = 11 ! number of vertical layers    INTEGER, PARAMETER:: llm = 11 ! number of vertical layers
10    INTEGER, PARAMETER:: ndm = 1    INTEGER, PARAMETER:: ndm = 1
11    integer, parameter:: nqmx = 4 ! maximum number of tracers    integer, parameter:: nqmx = 5 ! maximum number of tracers
12    
13  end module dimens_m  end module dimens_m

Legend:
Removed from v.23  
changed lines
  Added in v.24

  ViewVC Help
Powered by ViewVC 1.1.21