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

Contents of /MITgcm_contrib/sannino/OASIS_3.0_Coupler/pkg/OASIS_PARAMS.h

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


Revision 1.1 - (show 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 C $Header: /u/gcmpack/MITgcm/pkg/oasis/OASIS_PARAMS.h,v 1.1 2005/07/18 21:54:17 gianmaria sannino Exp $
2 C $Name: $
3
4 C /==========================================================\
5 C | OASIS_PARAMS.h |
6 C | o Basic parameter header for OASIS coupler |
7 C | parameterization. These parameters are initialized by |
8 C | and/or read in from data.oasis file. |
9 C \==========================================================/
10
11 C Parameters used in oasis routine arguments (needed for compilation
12 C of oasis routines even if ALLOW_OASIS is not defined)
13 C oasispar - ????
14
15 integer oasispar
16 parameter( oasispar = 1 )
17
18 #ifdef ALLOW_OASIS
19
20 INTEGER oasis2D ( 1-OLx:sNx+OLx, 1-OLy:sNy+OLy, nSx, nSy )
21 _OASIS_RL oasis1V
22 _RL oasis2V
23
24 COMMON /oasis_i/ oasis2D
25
26 COMMON /kpp_r1/ oasis1V
27
28 COMMON /kpp_r2/ oasis2V
29
30 C-----------------------------------------------------------------------
31 LOGICAL OASISLogical
32
33 COMMON /OASIS_PARM_L/
34 & OASISLogical
35
36 #endif /* ALLOW_OASIS */
37
38
39 CEH3 ;;; Local Variables: ***
40 CEH3 ;;; mode:fortran ***
41 CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22