source: trunk/WRF.COMMON/WRFV3/inc/deref_kludge.h @ 3431

Last change on this file since 3431 was 2759, checked in by aslmd, 2 years ago

adding unmodified code from WRFV3.0.1.1, expurged from useless data +1M size

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.