source: lmdz_wrf/WRFV3/lmdz/regdim.h @ 1

Last change on this file since 1 was 1, checked in by lfita, 10 years ago
  • -- --- Opening of the WRF+LMDZ coupling repository --- -- -

WRF: version v3.3
LMDZ: version v1818

More details in:

File size: 475 bytes
Line 
1!
2! $Header$
3!
4      INTEGER i1_deb, i1_fin
5      INTEGER i2_deb, i2_fin
6!ccc      PARAMETER (i1_deb=21, i1_fin=40)
7!ccc      PARAMETER (i2_deb=41, i2_fin=44)
8!cccc      PARAMETER (i1_deb=47, i1_fin=77)
9!cccc      PARAMETER (i2_deb=78, i2_fin=79)
10      PARAMETER (i1_deb=16, i1_fin=30)
11      PARAMETER (i2_deb=31, i2_fin=33)
12!c
13      INTEGER j_deb, j_fin
14!ccc      PARAMETER (j_deb=29, j_fin=61)
15!cccc      PARAMETER (j_deb=21, j_fin=51)
16      PARAMETER (j_deb=18, j_fin=39)
Note: See TracBrowser for help on using the repository browser.