/[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 22 by guez, Fri Jul 31 15:18:47 2009 UTC revision 23 by guez, Mon Dec 14 15:25:16 2009 UTC
# Line 4  module dimens_m Line 4  module dimens_m
4    
5    implicit none    implicit none
6    
7    INTEGER, PARAMETER:: iim = 96 ! number of longitudes    INTEGER, PARAMETER:: iim = 32 ! number of longitudes
8    INTEGER, PARAMETER:: jjm = 72 ! number of latitudes    INTEGER, PARAMETER:: jjm = 24 ! number of latitudes
9    INTEGER, PARAMETER:: llm = 50 ! 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 = 5 ! maximum number of tracers    integer, parameter:: nqmx = 4 ! maximum number of tracers
12    
13  end module dimens_m  end module dimens_m

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

  ViewVC Help
Powered by ViewVC 1.1.21