/[MITgcm]/MITgcm/verification/lab_sea/code/GMREDI_OPTIONS.h
ViewVC logotype

Contents of /MITgcm/verification/lab_sea/code/GMREDI_OPTIONS.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Tue Feb 18 05:33:56 2003 UTC (21 years, 4 months ago) by dimitri
Branch: MAIN
Changes since 1.2: +1 -1 lines
File MIME type: text/plain
FILE REMOVED
Merging from release1_p12:
o Modifications for using pkg/exf with pkg/seaice
  - improved description of the various forcing configurations
  - added basic radiation bulk formulae to pkg/exf
  - units/sign fix for evap computation in exf_getffields.F
  - updated verification/global_with_exf/results/output.txt
o Added pkg/sbo for computing IERS Special Bureau for the Oceans
  (SBO) core products, including oceanic mass, center-of-mass,
  angular, and bottom pressure (see pkg/sbo/README.sbo).
o Lower bound for viscosity/diffusivity in pkg/kpp/kpp_routines.F
  to avoid negative values in shallow regions.
  - updated verification/natl_box/results/output.txt
  - updated verification/lab_sea/results/output.txt
o MPI gather, scatter: eesupp/src/gather_2d.F and scatter_2d.F
o Added useSingleCpuIO option (see PARAMS.h).
o Updated useSingleCpuIO option in mdsio_writefield.F to
  work with multi-field files, e.g., for single-file pickup.
o pkg/seaice:
  - bug fix in growth.F: QNET for no shortwave case
  - added HeffFile for specifying initial sea-ice thickness
  - changed SEAICE_EXTERNAL_FLUXES wind stress implementation
o Added missing /* */ to CPP comments in pkg/seaice, pkg/exf,
  kpp_transport_t.F, forward_step.F, and the_main_loop.F
o pkg/seaice:
  - adjoint-friendly modifications
  - added a SEAICE_WRITE_PICKUP at end of the_model_main.F

1 C $Header: /u/gcmpack/MITgcm/verification/lab_sea/code/GMREDI_OPTIONS.h,v 1.2 2003/01/13 19:49:25 jmc Exp $
2 C $Name: $
3
4 C CPP options file for GM/Redi package
5 C
6 C Use this file for selecting options within the GM/Redi package
7 C
8 C GM/Redi is enabled with ALLOW_GMREDI in CPP_OPTIONS.h
9
10 #include "CPP_OPTIONS.h"
11
12 #ifdef ALLOW_GMREDI
13
14 C Designed to simplify the Ajoint code:
15 C exclude the clipping/tapering part of the code that is not used
16 C #define GM_EXCLUDE_CLIPPING
17 C #define GM_EXCLUDE_AC02_TAP
18 C #define GM_EXCLUDE_TAPERING
19
20 C This allows the leading diagonal (top two rows) to be non-unity
21 C (a feature required when tapering adiabatically).
22 #undef GM_NON_UNITY_DIAGONAL
23
24 C Allows to use different values of K_GM and K_Redi ; also to
25 C be used with the advective form (Bolus velocity) of GM
26 #undef GM_EXTRA_DIAGONAL
27
28 C Allows to use the advective form (Bolus velocity) of GM
29 C instead of the Skew-Flux form (=default)
30 #undef GM_BOLUS_ADVEC
31
32 C This allows to use Visbeck et al formulation to compute K_GM+Redi
33 #undef GM_VISBECK_VARIABLE_K
34
35
36 #endif /* ALLOW_GMREDI */

  ViewVC Help
Powered by ViewVC 1.1.22