/[MITgcm]/MITgcm/pkg/shap_filt/SHAP_FILT_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm/pkg/shap_filt/SHAP_FILT_OPTIONS.h

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


Revision 1.3 - (hide annotations) (download)
Sun Feb 4 14:38:50 2001 UTC (23 years, 3 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint44e_post, release1_p13_pre, checkpoint43a-release1mods, release1_p13, checkpoint40pre3, checkpoint40pre1, checkpoint40pre7, checkpoint40pre6, checkpoint40pre9, checkpoint40pre8, chkpt44d_post, release1_p8, release1_p9, release1_p1, release1_p2, release1_p3, release1_p4, release1_p5, release1_p6, release1_p7, checkpoint44e_pre, release1_b1, checkpoint43, checkpoint38, release1_chkpt44d_post, icebear5, icebear4, icebear3, icebear2, checkpoint40pre2, release1-branch_tutorials, chkpt44a_post, checkpoint40pre4, chkpt44c_pre, ecco_c44_e19, ecco_c44_e18, ecco_c44_e17, ecco_c44_e16, release1_p12, release1_p10, release1_p11, release1_p16, release1_p17, release1_p14, release1_p15, pre38tag1, release1-branch-end, c37_adj, release1_final_v1, checkpoint44b_post, ecco_ice2, ecco_ice1, pre38-close, release1_p12_pre, checkpoint39, checkpoint37, checkpoint36, checkpoint35, ecco_c44_e22, ecco_c44_e25, checkpoint40pre5, chkpt44a_pre, ecco_c44_e23, ecco_c44_e20, ecco_c44_e21, ecco_c44_e26, ecco_c44_e27, ecco_c44_e24, ecco-branch-mod1, ecco-branch-mod2, ecco-branch-mod3, ecco-branch-mod4, ecco-branch-mod5, release1_beta1, checkpoint44b_pre, checkpoint42, checkpoint40, checkpoint41, checkpoint44, chkpt44c_post, release1-branch_branchpoint
Branch point for: c24_e25_ice, release1_final, release1-branch, release1, ecco-branch, release1_50yr, icebear, pre38, release1_coupled
Changes since 1.2: +2 -1 lines
File MIME type: text/plain
Made sure each .F and .h file had
the CVS keywords Header and Name at its start.
Most had header but very few currently have Name, so
lots of changes!

1 cnh 1.3 C $Header: /u/gcmpack/models/MITgcmUV/pkg/shap_filt/SHAP_FILT_OPTIONS.h,v 1.2 2001/02/02 21:36:30 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     #undef 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