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

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

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


Revision 1.3 - (hide annotations) (download)
Sat Feb 12 23:11:40 2005 UTC (19 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint57t_post, checkpoint57o_post, checkpoint58e_post, checkpoint57v_post, checkpoint58u_post, checkpoint58w_post, checkpoint57m_post, checkpoint57s_post, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint57k_post, checkpoint57g_post, checkpoint60, checkpoint61, checkpoint62, checkpoint63, checkpoint58r_post, checkpoint57i_post, checkpoint57y_post, checkpoint57e_post, checkpoint58n_post, checkpoint58x_post, checkpoint57g_pre, checkpoint58t_post, checkpoint58h_post, checkpoint57y_pre, checkpoint57f_pre, checkpoint58q_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint58j_post, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint57r_post, checkpoint59, checkpoint58, eckpoint57e_pre, checkpoint57h_done, checkpoint58f_post, checkpoint57x_post, checkpoint58d_post, checkpoint58c_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint57f_post, checkpoint58a_post, checkpoint58i_post, checkpoint57q_post, checkpoint58g_post, checkpoint58o_post, checkpoint57z_post, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint58y_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint58p_post, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint57j_post, checkpoint61z, checkpoint61x, checkpoint61y, checkpoint58b_post, checkpoint57h_pre, checkpoint58m_post, checkpoint57l_post, checkpoint57h_post
Changes since 1.2: +23 -5 lines
File MIME type: text/plain
use pkg/shap_filt/shap_filt_relvort3.F (#define USE_SHAP_CALC_VORTICITY)

1 jmc 1.3 C $Header: /u/gcmpack/MITgcm/pkg/shap_filt/SHAP_FILT_OPTIONS.h,v 1.5 2003/10/09 04:19:20 edhill Exp $
2 cnh 1.1 C $Name: $
3    
4     C Header file for package pkg/shap_filt
5    
6 jmc 1.3 #ifndef SHAP_FILT_OPTIONS_H
7     #define SHAP_FILT_OPTIONS_H
8     #include "PACKAGES_CONFIG.h"
9     #ifdef ALLOW_SHAP_FILT
10    
11 cnh 1.1 #include "CPP_OPTIONS.h"
12    
13     C Use [1-d_yy^n)(1-d_xx^n] instead of [1-d_xx^n-d_yy^n]
14     C This changes the spectral response function dramatically.
15     C You need to do some analysis before changing this option. ;^)
16     #define SEQUENTIAL_2D_SHAP
17    
18     C This invokes the older code which produces the same numbers
19     C and might even be faster because it does not do multiple
20     C exchanges within the filter. However, this requires the
21     C overlap to be sufficiently wide and also does not work
22     C for arbitrarily arranged tiles (ie. as in cubed-sphere).
23     C *DO NOT USE THIS OPTION UNLESS YOU REALLY WANT TO* :-(
24     #undef USE_OLD_SHAPIRO_FILTERS
25 jmc 1.3
26     #ifdef USE_OLD_SHAPIRO_FILTERS
27     C Boundary conditions for U,V Shapiro code
28     C Horizontal shear is calculated as if the boundaries are no-slip
29     C Note: option NO_SLIP_SHAP only used in OLD_SHAPIRO_FILTERS ;
30     C it is replaced by parameter "Shap_noSlip=1." in new S/R.
31     #undef NO_SLIP_SHAP
32     #endif
33    
34     C Masking of vorticity in dissipation terms (and Shap-Filt)
35     C can be different from the masking applied for momentum advection;
36     C This option allows to use the local S/R: SHAP_FILT_RELVORT3 to
37     C compute vorticity, instead of pkg/mom_common S/R: MOM_CALC_RELVORT3
38     #define USE_SHAP_CALC_VORTICITY
39    
40     #endif /* ALLOW_SHAP_FILT */
41     #endif /* SHAP_FILT_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22