/[MITgcm]/MITgcm/pkg/my82/MY82_OPTIONS.h
ViewVC logotype

Diff of /MITgcm/pkg/my82/MY82_OPTIONS.h

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

revision 1.2 by jmc, Tue Oct 9 00:13:15 2007 UTC revision 1.3 by jmc, Sat Dec 24 01:09:39 2011 UTC
# Line 1  Line 1 
1  C $Header$  C $Header$
2  C $Name$  C $Name$
3    
4  C     /===========================================================\  C     *===========================================================*
5  C     | MY82_OPTIONS.h                                            |  C     | MY82_OPTIONS.h
6  C     | o CPP options file for MY82 package.                      |  C     | o CPP options file for MY82 package.
7  C     |===========================================================|  C     *===========================================================*
8  C     | Use this file for selecting options within the MY82       |  C     | Use this file for selecting options within the MY82
9  C     | package. MY82 is enabled with ALLOW_MY82 in CPP_OPTIONS.h |  C     | package.
10  C     \===========================================================/  C     *===========================================================*
11    
12  #ifndef MY82_OPTIONS_H  #ifndef MY82_OPTIONS_H
13  #define MY82_OPTIONS_H  #define MY82_OPTIONS_H
14  #include "PACKAGES_CONFIG.h"  #include "PACKAGES_CONFIG.h"
15    #include "CPP_OPTIONS.h"
16    
17  #ifdef ALLOW_MY82  #ifdef ALLOW_MY82
18    C     Package-specific Options & Macros go here
 #include "CPP_OPTIONS.h"  
19    
20  C o When set, smooth vertical diffusivity horizontally  C o When set, smooth vertical diffusivity horizontally
21  #undef MY82_SMOOTH_RI  #undef MY82_SMOOTH_RI
22    
23  #endif /* ALLOW_MY82 */  #endif /* ALLOW_MY82 */
24  #endif /* MY82_OPTIONS_H */  #endif /* MY82_OPTIONS_H */
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22