** Warning **
Issuing rollback() due to DESTROY without explicit disconnect() of DBD::mysql::db handle dbname=MITgcm at /usr/local/share/lxr/lib/LXR/Common.pm line 1224.
Last-Modified: Thu, 15 Oct 2025 05:10:08 GMT
Content-Type: text/html; charset=utf-8
MITgcm/MITgcm/verification/tutorial_global_oce_optim/code_oad/GMREDI_OPTIONS.h
File indexing completed on 2022-04-25 05:09:44 UTC
view on github raw file Latest commit 2e7aec99 on 2022-04-25 03:54:25 UTC
0e09621e3e Patr* 0001
0002
0003
0004 #ifndef GMREDI_OPTIONS_H
0005 #define GMREDI_OPTIONS_H
0006 #include "PACKAGES_CONFIG.h"
0007 #include "CPP_OPTIONS.h "
0008
0009 #ifdef ALLOW_GMREDI
0010
0011
0012
0013
0014
0015 #define GM_EXCLUDE_CLIPPING
0016 #define GM_EXCLUDE_FM07_TAP
0017 #define GM_EXCLUDE_AC02_TAP
0018 #undef GM_EXCLUDE_TAPERING
0019 #define GM_EXCLUDE_SUBMESO
0020
0021
0022 #undef GM_VISBECK_VARIABLE_K
0023
0024
0025 #undef OLD_VISBECK_CALC
0026
2e7aec9951 dngo* 0027
0028
0029 #undef GM_BATES_K3D
0030 #undef GM_BATES_PASSIVE
0031
0e09621e3e Patr* 0032
0033
0034 #define GM_NON_UNITY_DIAGONAL
0035
0036
0037
0038 #define GM_EXTRA_DIAGONAL
0039
0040
0041
0042 #undef GM_BOLUS_ADVEC
0043
0044
0045 #undef GM_BOLUS_BVP
0046
2e7aec9951 dngo* 0047
0048 #undef ALLOW_GM_LEITH_QG
0049
0e09621e3e Patr* 0050 #endif /* ALLOW_GMREDI */
0051 #endif /* GMREDI_OPTIONS_H */
0052
0053
0054
0055