Changeset 26544 for issm/trunk-jpl/test/MITgcm/code_4003/OBCS_OPTIONS.h
- Timestamp:
- 11/04/21 16:26:20 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/MITgcm/code_4003/OBCS_OPTIONS.h
r24121 r26544 1 1 C CPP options file for OBCS package 2 C3 2 C Use this file for selecting options within the OBCS package 4 C5 C OBCS is enabled with ALLOW_OBCS in CPP_OPTIONS.h6 3 7 4 #ifndef OBCS_OPTIONS_H … … 11 8 12 9 #ifdef ALLOW_OBCS 10 C Package-specific Options & Macros go here 13 11 14 12 C Enable individual open boundaries … … 25 23 #define ALLOW_OBCS_PRESCRIBE 26 24 27 C This includes hooks to sponge layer treatment of uvel, vvel 25 C Enable OB conditions following Stevens (1990) 26 #undef ALLOW_OBCS_STEVENS 27 28 C Allow sponge layer treatment of open boundary conditions 28 29 #define ALLOW_OBCS_SPONGE 29 30 31 C Include hooks to sponge layer treatment of pkg/seaice variables 32 #undef ALLOW_OBCS_SEAICE_SPONGE 33 30 34 C balance barotropic velocity 31 C KS16 turn this on32 35 #define ALLOW_OBCS_BALANCE 33 36 37 C add tidal contributions to normal OB flow 38 C NOTE that at the moment tidal forcing is applied 39 C only to "normal" flow. 40 #undef ALLOW_OBCS_TIDES 41 42 C Use older implementation of obcs in seaice-dynamics 43 C note: most of the "experimental" options listed below have not yet 44 C been implementated in new version. 45 #undef OBCS_UVICE_OLD 46 47 #ifdef OBCS_UVICE_OLD 34 48 C The following five CPP options are experimental and aim to deal 35 49 C with artifacts due to the low-frequency specification of sea-ice … … 46 60 #undef OBCS_SEAICE_SMOOTH_UVICE_PAR 47 61 62 C Compute rather than specify seaice velocities at the edges. 63 #undef OBCS_SEAICE_COMPUTE_UVICE 64 #endif /* OBCS_UVICE_OLD */ 65 48 66 C Smooth the tracer sea-ice variables near the edges. 49 67 #undef OBCS_SEAICE_SMOOTH_EDGE 50 68 51 C Compute rather than specify seaice velocities at the edges.52 #undef OBCS_SEAICE_COMPUTE_UVICE53 54 69 #endif /* ALLOW_OBCS */ 55 70 #endif /* OBCS_OPTIONS_H */
Note:
See TracChangeset
for help on using the changeset viewer.