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

Contents 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.2 - (show annotations) (download)
Tue May 29 14:01:48 2001 UTC (22 years, 11 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint40pre3, checkpoint40pre2, checkpoint40pre1, checkpoint44b_post, checkpoint40pre6, checkpoint44e_post, release1_beta1, checkpoint40pre9, checkpoint40pre8, release1_b1, release1-branch_tutorials, checkpoint43a-release1mods, release1-branch_branchpoint, chkpt44d_post, checkpoint42, checkpoint40pre5, release1_p12, release1_p13, release1_p10, release1_p11, release1_p16, release1_p17, release1_p14, release1_p15, release1_p8, release1_p9, release1_p1, release1_p2, release1_p3, release1_p4, release1_p5, release1_p6, release1_p7, release1_p13_pre, checkpoint40pre7, chkpt44a_pre, chkpt44a_post, release1-branch-end, chkpt44c_post, release1_final_v1, release1_chkpt44d_post, checkpoint40pre4, checkpoint44b_pre, chkpt44c_pre, release1_p12_pre, checkpoint44e_pre, checkpoint43, checkpoint40, checkpoint41, checkpoint44
Branch point for: release1, release1_coupled, release1-branch, release1_50yr, release1_final
Changes since 1.1: +23 -0 lines
File MIME type: text/plain
Merge from branch pre38:
 o essential mods for cubed sphere
 o debugged atmosphere, dynamcis + physics (aim)
 o new packages (mom_vecinv, mom_fluxform, ...)

1 C $Header: /u/gcmpack/models/MITgcmUV/verification/aim.5l_LatLon/code/Attic/SHAP_FILT_OPTIONS.h,v 1.1.2.1 2001/04/17 01:43:27 jmc Exp $
2 C $Name: pre38-close $
3
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