/[MITgcm]/MITgcm/verification/global_ocean.90x40x15/code/GMREDI_OPTIONS.h
ViewVC logotype

Contents of /MITgcm/verification/global_ocean.90x40x15/code/GMREDI_OPTIONS.h

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


Revision 1.2.4.1 - (show annotations) (download)
Tue Feb 26 16:05:20 2002 UTC (22 years, 2 months ago) by adcroft
Branch: release1
CVS Tags: release1_p12, release1_p13, release1_p10, release1_p11, release1_p16, release1_p17, release1_p15, release1_p14, release1_p8, release1_p9, release1_p2, release1_p3, release1_p4, release1_p6, release1_p1, release1_p5, release1_p7, release1_p13_pre, release1_p12_pre, release1_chkpt44d_post
Branch point for: release1_50yr
Changes since 1.2: +2 -2 lines
File MIME type: text/plain
Merging changes on MAIN between checkpoint43 and checkpoint43a-release1mods
Command: cvs -q update -jcheckpoint43 -jcheckpoint43a-release1mods -d -P

These changes are most of the changes between c43 and c44 except those
that occured after "12:45 11 Jan 2002". As far as I can tell it is
checkpoint43 with the following mods:

  o fix bug in mom_vi_del2uv
  o select when filters are applied ; add options to zonal_filter (data.zonfilt)  o gmredi: fix Pb in the adiabatic form ; add options (.e.g. Bolus advection)
  o update AIM experiments (NCEP input files)
  o improve and extend diagnostics (Monitor, TimeAve with NonLin-FrSurf)
  o added some stuff for AD
  o Jamar wet-points

This update does not contain the following mods that are in checkpoint44

  o bug fix in pkg/generic_advdiff/
    - thread related bug, bi,bj arguments in vertical advection routines
  o some changes to pkg/autodiff, pkg/cost, pkg/exf, pkg/ecco,
    verification/carbon and model/src/ related to adjoint
  o some new Matlab scripts for diagnosing model density
    - utils/matlab/dens_poly3.m and ini_poly3.m

The list of exclusions is accurate based on a "cvs diff". The list of
inclusions is based on the record in doc/tag-index which may not be complete.

1 C $Header: /u/gcmpack/MITgcm/verification/global_ocean.90x40x15/code/GMREDI_OPTIONS.h,v 1.2 2001/12/16 19:21:21 jmc Exp $
2 C $Name: checkpoint43a-release1mods $
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
15 C This allows the leading diagonal (top two rows) to be non-unity
16 C (a feature required when tapering adiabatically).
17 #define GM_NON_UNITY_DIAGONAL
18
19 C Allows to use different values of K_GM and K_Redi ; also to
20 C be used with the advective form (Bolus velocity) of GM
21 #undef GM_EXTRA_DIAGONAL
22
23 C Allows to use the advective form (Bolus velocity) of GM
24 C instead of the Skew-Flux form (=default)
25 #undef GM_BOLUS_ADVEC
26
27 C This allows to use Visbeck et al formulation to compute K_GM+Redi
28 #undef GM_VISBECK_VARIABLE_K
29
30
31 #endif /* ALLOW_GMREDI */

  ViewVC Help
Powered by ViewVC 1.1.22