Ignore:
Timestamp:
11/04/21 16:26:20 (3 years ago)
Author:
dmenemen
Message:

updating code and code_4003 to MItgcm checkpoint68c+

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/MITgcm/code_4003/OBCS_OPTIONS.h

    r24121 r26544  
    11C CPP options file for OBCS package
    2 C
    32C Use this file for selecting options within the OBCS package
    4 C
    5 C OBCS is enabled with ALLOW_OBCS in CPP_OPTIONS.h
    63
    74#ifndef OBCS_OPTIONS_H
     
    118
    129#ifdef ALLOW_OBCS
     10C Package-specific Options & Macros go here
    1311
    1412C Enable individual open boundaries
     
    2523#define ALLOW_OBCS_PRESCRIBE
    2624
    27 C This includes hooks to sponge layer treatment of uvel, vvel
     25C Enable OB conditions following Stevens (1990)
     26#undef ALLOW_OBCS_STEVENS
     27
     28C Allow sponge layer treatment of open boundary conditions
    2829#define ALLOW_OBCS_SPONGE
    2930
     31C Include hooks to sponge layer treatment of pkg/seaice variables
     32#undef ALLOW_OBCS_SEAICE_SPONGE
     33
    3034C balance barotropic velocity
    31 C KS16 turn this on
    3235#define ALLOW_OBCS_BALANCE
    3336
     37C add tidal contributions to normal OB flow
     38C NOTE that at the moment tidal forcing is applied
     39C only to "normal" flow.
     40#undef ALLOW_OBCS_TIDES
     41
     42C Use older implementation of obcs in seaice-dynamics
     43C note: most of the "experimental" options listed below have not yet
     44C       been implementated in new version.
     45#undef OBCS_UVICE_OLD
     46
     47#ifdef OBCS_UVICE_OLD
    3448C     The following five CPP options are experimental and aim to deal
    3549C     with artifacts due to the low-frequency specification of sea-ice
     
    4660#undef OBCS_SEAICE_SMOOTH_UVICE_PAR
    4761
     62C     Compute rather than specify seaice velocities at the edges.
     63#undef OBCS_SEAICE_COMPUTE_UVICE
     64#endif /* OBCS_UVICE_OLD */
     65
    4866C     Smooth the tracer sea-ice variables near the edges.
    4967#undef OBCS_SEAICE_SMOOTH_EDGE
    5068
    51 C     Compute rather than specify seaice velocities at the edges.
    52 #undef OBCS_SEAICE_COMPUTE_UVICE
    53 
    5469#endif /* ALLOW_OBCS */
    5570#endif /* OBCS_OPTIONS_H */
Note: See TracChangeset for help on using the changeset viewer.