/[MITgcm]/MITgcm_contrib/PRM/multi_comp_setup/fg/code/MYPACKAGE_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm_contrib/PRM/multi_comp_setup/fg/code/MYPACKAGE_OPTIONS.h

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


Revision 1.1 - (hide annotations) (download)
Tue Jan 29 21:03:03 2008 UTC (18 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63m, checkpoint63n, HEAD
File MIME type: text/plain
use "mypackage" to get the advective tendencies for export to the CG-component

1 jmc 1.1 C $Header: /u/gcmpack/MITgcm/pkg/mypackage/MYPACKAGE_OPTIONS.h,v 1.2 2008/01/27 20:52:11 jmc Exp $
2     C $Name: $
3    
4     C CPP options file for GM/Redi package
5     C
6     C Use this file for selecting options within the GM/Redi package
7    
8     #ifndef MYPACKAGE_OPTIONS_H
9     #define MYPACKAGE_OPTIONS_H
10     #include "PACKAGES_CONFIG.h"
11     #ifdef ALLOW_MYPACKAGE
12    
13     #include "CPP_OPTIONS.h"
14    
15     C Place CPP define/undef flag here
16    
17     C to reduce memory storage, disable unused array with those CPP flags :
18     #define MYPACKAGE_3D_STATE
19     #undef MYPACKAGE_2D_STATE
20     #undef MYPACKAGE_TENDENCY
21    
22     #undef MYPA_SPECIAL_COMPILE_OPTION1
23    
24     #define MYPA_SPECIAL_COMPILE_OPTION2
25    
26     #endif /* ALLOW_MYPACKAGE */
27     #endif /* MYPACKAGE_OPTIONS_H */
28    
29     CEH3 ;;; Local Variables: ***
30     CEH3 ;;; mode:fortran ***
31     CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22