source: LMDZ4/trunk/libf/grid/dimension/dimensions.96.72.19.t4 @ 524

Last change on this file since 524 was 524, checked in by lmdzadmin, 20 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 505 bytes
Line 
1c-----------------------------------------------------------------------
2c   INCLUDE 'dimensions.h'
3c
4c   dimensions.h contient les dimensions du modele
5c   ndm est tel que iim=2**ndm
6c   nqmx est la dimension de la variable traceur q
7c-----------------------------------------------------------------------
8
9      INTEGER iim,jjm,llm,ndm
10
11      PARAMETER (iim= 96,jjm=72,llm=19,ndm=1)
12
13      integer nqmx
14      parameter (nqmx=4)
15
16c-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.