/[MITgcm]/MITgcm/pkg/ctrl/CTRL_FIELDS.h
ViewVC logotype

Contents of /MITgcm/pkg/ctrl/CTRL_FIELDS.h

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


Revision 1.1 - (show annotations) (download)
Sat Apr 26 19:20:43 2014 UTC (10 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64w, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint65, HEAD
File MIME type: text/plain
move additional anomaly fields of control vars (related to options:
ALLOW_KAPGM_CONTROL, ALLOW_KAPREDI_CONTROL and ALLOW_BOTTOMDRAG_CONTROL)
from DYNVARS.h into new header file: CTRL_FIELDS.h

1 C $Header: /u/gcmpack/MITgcm/model/inc/DYNVARS.h,v 1.46 2013/09/18 01:39:01 m_bates Exp $
2 C $Name: $
3
4 CBOP
5 C !ROUTINE: CTRL_FIELDS.h
6 C !INTERFACE:
7 C include "CTRL_FIELDS.h"
8 C !DESCRIPTION:
9 C \bv
10 C *==============================================================*
11 C | CTRL_FIELDS.h
12 C | o Additional control fields (from main model or pkgs)
13 C | which are only used when specific CTRL options are defined.
14 C *==============================================================*
15 C | Note: Other model or pkg variables which can also be used
16 C | independently from CTRL options remain in their respective
17 C | header files.
18 C *==============================================================*
19 C \ev
20 CEOP
21
22 #ifdef ALLOW_KAPGM_CONTROL
23 COMMON /CTRL_FIELDS_KAPGM/
24 & kapGM
25 _RL kapGM (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
26 #endif
27 #ifdef ALLOW_KAPREDI_CONTROL
28 COMMON /CTRL_FIELDS_KAPREDI/
29 & kapRedi
30 _RL kapRedi (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
31 #endif
32 #ifdef ALLOW_BOTTOMDRAG_CONTROL
33 COMMON /CTRL_FIELDS_BOTTOMDRAG/
34 & bottomDragFld
35 _RL bottomDragFld (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
36 #endif

  ViewVC Help
Powered by ViewVC 1.1.22