/[MITgcm]/MITgcm/verification/aim.5l_LatLon/code/SHAP_FILT_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm/verification/aim.5l_LatLon/code/SHAP_FILT_OPTIONS.h

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


Revision 1.3 - (hide annotations) (download)
Mon Mar 4 01:43:54 2002 UTC (22 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +2 -2 lines
File MIME type: text/plain
FILE REMOVED
option NO_SLIP_SHAP has been replaced by parameter Shap_noSlip

1 jmc 1.3 C $Header: /u/gcmpack/MITgcm/verification/aim.5l_LatLon/code/SHAP_FILT_OPTIONS.h,v 1.2 2001/05/29 14:01:48 adcroft Exp $
2     C $Name: $
3 adcroft 1.2
4     C Header file for package pkg/shap_filt
5    
6     #include "CPP_OPTIONS.h"
7    
8     C Use [1-d_yy^n)(1-d_xx^n] instead of [1-d_xx^n-d_yy^n]
9     C This changes the spectral response function dramatically.
10     C You need to do some analysis before changing this option. ;^)
11     #define SEQUENTIAL_2D_SHAP
12    
13     C Boundary conditions for U,V Shapiro code
14     C Horizontal shear is calculated as if the boundaries are no-slip
15     #define NO_SLIP_SHAP
16    
17     C This invokes the older code which produces the same numbers
18     C and might even be faster because it does not do multiple
19     C exchanges within the filter. However, this requires the
20     C overlap to be sufficiently wide and also does not work
21     C for arbitrarily arranged tiles (ie. as in cubed-sphere).
22     C *DO NOT USE THIS OPTION UNLESS YOU REALLY WANT TO* :-(
23     #undef USE_OLD_SHAPIRO_FILTERS

  ViewVC Help
Powered by ViewVC 1.1.22