/[MITgcm]/MITgcm_contrib/sannino/OASIS_3.0_Coupler/pkg/OASIS_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm_contrib/sannino/OASIS_3.0_Coupler/pkg/OASIS_OPTIONS.h

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


Revision 1.1 - (hide annotations) (download)
Thu Jul 20 21:08:16 2006 UTC (19 years ago) by sannino
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/plain
o Adding OASIS package
o Adding grid refinement package

1 sannino 1.1 C /==========================================================\
2     C | OASIS_OPTIONS.h |
3     C | o CPP options file for OASIS package. |
4     C |==========================================================|
5     C | Use this file for selecting options within the OASIS |
6     C | package. OASIS is enabled with ALLOW_OASIS in |
7     C | CPP_OPTIONS.h |
8     C \==========================================================/
9    
10     #ifndef OASIS_OPTIONS_H
11     #define OASIS_OPTIONS_H
12     #include "PACKAGES_CONFIG.h"
13    
14    
15     #ifdef ALLOW_OASIS
16    
17     #include "CPP_OPTIONS.h"
18    
19     C o Set precision for OASIS variables (Real*4 or Real*8)
20     #define _OASIS_RL Real*8
21    
22    
23     #endif /* ALLOW_OASIS */
24    
25    
26     CEH3 ;;; Local Variables: ***
27     CEH3 ;;; mode:fortran ***
28     CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22