| 1 |
cnh |
1.2 |
C $Header: /u/gcmpack/models/MITgcmUV/model/inc/TANPHIATU_MACROS.h,v 1.1 1998/06/08 21:43:00 cnh Exp $ |
| 2 |
|
|
C $Name: $ |
| 3 |
cnh |
1.1 |
C |
| 4 |
|
|
C /==========================================================\ |
| 5 |
|
|
C | TANPHIATU_MACROS.h | |
| 6 |
|
|
C |==========================================================| |
| 7 |
|
|
C | These macros are used to reduce memory requirement and/or| |
| 8 |
|
|
C | memory references when variables are fixed along a given | |
| 9 |
|
|
C | axis or axes. | |
| 10 |
|
|
C \==========================================================/ |
| 11 |
|
|
|
| 12 |
|
|
#ifdef TANPHIATU_CONST |
| 13 |
|
|
#define _tanPhiAtU(i,j,bi,bj) tanPhiAtU(1,1,1,1) |
| 14 |
|
|
#endif |
| 15 |
|
|
|
| 16 |
|
|
#ifdef TANPHIATU_FX |
| 17 |
|
|
#define _tanPhiAtU(i,j,bi,bj) tanPhiAtU(i,1,bi,1) |
| 18 |
|
|
#endif |
| 19 |
|
|
|
| 20 |
|
|
#ifdef TANPHIATU_FY |
| 21 |
|
|
#define _tanPhiAtU(i,j,bi,bj) tanPhiAtU(1,j,1,bj) |
| 22 |
|
|
#endif |
| 23 |
|
|
|
| 24 |
|
|
#ifndef _tanPhiAtU |
| 25 |
|
|
#define _tanPhiAtU(i,j,bi,bj) tanPhiAtU(i,j,bi,bj) |
| 26 |
|
|
#endif |