/[MITgcm]/MITgcm/pkg/exch2/W2_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm/pkg/exch2/W2_OPTIONS.h

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


Revision 1.2 - (hide annotations) (download)
Sun Jul 24 01:35:06 2005 UTC (18 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint57t_post, checkpoint57o_post, checkpoint58e_post, mitgcm_mapl_00, checkpoint58u_post, checkpoint58w_post, checkpoint57m_post, checkpoint57s_post, checkpoint58r_post, checkpoint57y_post, checkpoint58n_post, checkpoint58x_post, checkpoint58t_post, checkpoint58h_post, checkpoint57y_pre, checkpoint58q_post, checkpoint57v_post, checkpoint58j_post, checkpoint59d, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint57r_post, checkpoint59, checkpoint58, checkpoint58f_post, checkpoint57x_post, checkpoint57n_post, checkpoint58d_post, checkpoint58c_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint58a_post, checkpoint58i_post, checkpoint57q_post, checkpoint58g_post, checkpoint58o_post, checkpoint57z_post, checkpoint58y_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint58p_post, checkpoint58b_post, checkpoint58m_post
Changes since 1.1: +17 -0 lines
File MIME type: text/plain
filling of face-corner halo regions is now optional (ifdef W2_FILL_NULL_REGIONS)
 and using a filling value (non necessary zero, for testing purpose).
Default is #undef W2_FILL_NULL_REGIONS

1 jmc 1.2 C $Header: $
2     C $Name: $
3    
4     C CPP options file for EXCH2 package
5    
6     #ifndef W2_OPTIONS_H
7     #define W2_OPTIONS_H
8    
9     C ... W2_USE_E2_SAFEMODE description ...
10 afe 1.1 #define W2_USE_E2_SAFEMODE
11 jmc 1.2
12     C Debug mode option:
13 afe 1.1 #undef W2_E2_DEBUG_ON
14 jmc 1.2
15     C Fill null regions (face-corner halo regions) with e2FillValue_RX (=0)
16     C notes: for testing (allow to check that results are not affected)
17     #undef W2_FILL_NULL_REGIONS
18    
19     #endif /* W2_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22