File indexing completed on 2024-05-19 05:10:57 UTC
view on githubraw file Latest commit 672b8226 on 2024-05-18 15:32:33 UTC
42c525bfb4 Alis*0001
0002
0003
6d54cf9ca1 Ed H*0004 #ifndef OBCS_OPTIONS_H
0005 #define OBCS_OPTIONS_H
0006 #include "PACKAGES_CONFIG.h"
96bbd4e2a5 Patr*0007 #include "CPP_OPTIONS.h"
0008
42c525bfb4 Alis*0009 #ifdef ALLOW_OBCS
2ec20d622a Jean*0010
42c525bfb4 Alis*0011
96bbd4e2a5 Patr*0012
0013 #define ALLOW_OBCS_NORTH
0014 #define ALLOW_OBCS_SOUTH
0015 #define ALLOW_OBCS_EAST
0016 #define ALLOW_OBCS_WEST
6d54cf9ca1 Ed H*0017
42c525bfb4 Alis*0018
0019 #define ALLOW_ORLANSKI
0020
ee1c912a22 Mart*0021
0022
be4469e439 Jean*0023 #define ALLOW_OBCS_PRESCRIBE
96bbd4e2a5 Patr*0024
b2cb1ccb9a Mart*0025
0026 #undef ALLOW_OBCS_STEVENS
0027
b2a6135872 Dimi*0028
96bbd4e2a5 Patr*0029 #undef ALLOW_OBCS_SPONGE
0030
c7c4b57180 Dimi*0031
0032 #undef ALLOW_OBCS_SEAICE_SPONGE
0033
96bbd4e2a5 Patr*0034
be4469e439 Jean*0035 #define ALLOW_OBCS_BALANCE
96bbd4e2a5 Patr*0036
672b822630 Jean*0037
6f4cf52d27 Dimi*0038 #undef ALLOW_OBCS_TIDES
0039
a09ac9d954 Jean*0040
0041
0042
e5382af615 Jean*0043 #undef OBCS_UVICE_OLD
a09ac9d954 Jean*0044
0045 #ifdef OBCS_UVICE_OLD
8596ecdb4f Dimi*0046
0047
3daafce20b Jean*0048
8596ecdb4f Dimi*0049
0050
0051
55d11a3f19 Dimi*0052 #undef OBCS_SEAICE_AVOID_CONVERGENCE
0053
8596ecdb4f Dimi*0054
0055 #undef OBCS_SEAICE_SMOOTH_UVICE_PERP
0056
0057
0058 #undef OBCS_SEAICE_SMOOTH_UVICE_PAR
0059
0060
0061 #undef OBCS_SEAICE_COMPUTE_UVICE
a09ac9d954 Jean*0062 #endif /* OBCS_UVICE_OLD */
8596ecdb4f Dimi*0063
51ad497043 Jean*0064
0065 #undef OBCS_SEAICE_SMOOTH_EDGE
0066
42c525bfb4 Alis*0067 #endif /* ALLOW_OBCS */
6d54cf9ca1 Ed H*0068 #endif /* OBCS_OPTIONS_H */