/[MITgcm]/MITgcm/model/inc/SET_GRID.h
ViewVC logotype

Contents of /MITgcm/model/inc/SET_GRID.h

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


Revision 1.1 - (show annotations) (download)
Mon Dec 12 18:58:51 2011 UTC (12 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64o, checkpoint64a, checkpoint63r, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint64n, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint64b, checkpoint63h, checkpoint63m, checkpoint64e, checkpoint63i, checkpoint63q, checkpoint64d, checkpoint64c, checkpoint64g, checkpoint64f, checkpoint63j, checkpoint63l, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint63n, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint63k, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint64i, checkpoint63o, checkpoint63p, checkpoint64h, checkpoint63s, checkpoint64k, checkpoint64, checkpoint65, checkpoint64j, checkpoint64m, checkpoint63g, checkpoint64l, HEAD
File MIME type: text/plain
move delX,delY to new header file (SET_GRID.h) and adjust length to 1rst
face dimensions.

1 C $Header: /u/gcmpack/MITgcm/model/inc/PARAMS.h,v 1.255 2011/12/07 22:08:12 jmc Exp $
2 C $Name: $
3 C
4
5 CBOP
6 C !ROUTINE: SET_GRID.h
7 C !INTERFACE:
8 C #include SET_GRID.h
9
10 C !DESCRIPTION:
11 C Header file holding some 1-D arrays which are used to set-up the model grid.
12 C==========================================================================
13 C IMPORTANT : This header file can only be included after the options
14 C file PACKAGES_CONFIG.h and the header file W2_EXCH2_SIZE.h
15 C==========================================================================
16
17 CEOP
18
19 C grid_maxNx :: Maximum length of delX vector
20 C grid_maxNy :: Maximum length of delY vector
21 INTEGER grid_maxNx, grid_maxNy
22 #ifdef ALLOW_EXCH2
23 PARAMETER( grid_maxNx = W2_maxXStackNx )
24 PARAMETER( grid_maxNy = W2_maxYStackNy )
25 #else /* ALLOW_EXCH2 */
26 PARAMETER( grid_maxNx = Nx )
27 PARAMETER( grid_maxNy = Ny )
28 #endif /* ALLOW_EXCH2 */
29
30 C-- COMMON /SET_GRID_R/ "Real" valued parameters used to set-up the model grid.
31 C delX :: Separation between cell faces (m) or (deg), depending on type
32 C delY type of horizontal grid choice (cartesian/spherical-polar ...)
33 COMMON /SET_GRID_R/
34 & delX, delY
35
36 _RL delX(grid_maxNx)
37 _RL delY(grid_maxNy)
38
39 CEH3 ;;; Local Variables: ***
40 CEH3 ;;; mode:fortran ***
41 CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22