source: codes/icosagcm/branches/SATURN_DYNAMICO/LMDZ.COMMON/libf/grid/dimension/dimensions.128.96.64 @ 224

Last change on this file since 224 was 224, checked in by ymipsl, 10 years ago
File size: 410 bytes
Line 
1!-----------------------------------------------------------------------
2!   INCLUDE 'dimensions.h'
3!
4!   dimensions.h contient les dimensions du modele
5!   ndm est tel que iim=2**ndm
6!-----------------------------------------------------------------------
7
8      INTEGER iim,jjm,llm,ndm
9
10      PARAMETER (iim= 128,jjm=96,llm=64,ndm=1)
11
12!-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.