|
||||
File indexing completed on 2018-03-02 18:36:23 UTC
view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTCb05b067368 Chri*0001 C ac0f2a1690 Chri*0002 CBOP 0003 C !ROUTINE: TANPHIATU_MACROS.h 0004 C !INTERFACE: 0005 C include TANPHIATU_MACROS.h 0006 C !DESCRIPTION: \bv 0007 C *==========================================================* 0008 C | TANPHIATU_MACROS.h 0009 C *==========================================================* 0010 C | These macros are used to reduce memory requirement and/or 0011 C | memory references when variables are fixed along a given 0012 C | axis or axes. 0013 C *==========================================================* 0014 C \ev 0015 CEOP b05b067368 Chri*0016 0017 #ifdef TANPHIATU_CONST 0018 #define _tanPhiAtU(i,j,bi,bj) tanPhiAtU(1,1,1,1) 0019 #endif 0020 0021 #ifdef TANPHIATU_FX 0022 #define _tanPhiAtU(i,j,bi,bj) tanPhiAtU(i,1,bi,1) 0023 #endif 0024 0025 #ifdef TANPHIATU_FY 0026 #define _tanPhiAtU(i,j,bi,bj) tanPhiAtU(1,j,1,bj) 0027 #endif 0028 0029 #ifndef _tanPhiAtU 0030 #define _tanPhiAtU(i,j,bi,bj) tanPhiAtU(i,j,bi,bj) 0031 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated from https://github.com/MITgcm/MITgcm by the 2.2.1-MITgcm-0.1 LXR engine. The LXR team |