source: lmdz_wrf/WRFV3/inc/deref_kludge.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: 726 bytes
Line 
1#ifdef DEREF_KLUDGE
2         sm31             = grid%sm31
3         em31             = grid%em31
4         sm32             = grid%sm32
5         em32             = grid%em32
6         sm33             = grid%sm33
7         em33             = grid%em33
8
9         sm31x            = grid%sm31x
10         em31x            = grid%em31x
11         sm32x            = grid%sm32x
12         em32x            = grid%em32x
13         sm33x            = grid%sm33x
14         em33x            = grid%em33x
15
16         sm31y            = grid%sm31y
17         em31y            = grid%em31y
18         sm32y            = grid%sm32y
19         em32y            = grid%em32y
20         sm33y            = grid%sm33y
21         em33y            = grid%em33y
22#endif
23
Note: See TracBrowser for help on using the repository browser.