C $Header: /u/gcmpack/MITgcm/pkg/ctrl/CTRL_FIELDS.h,v 1.1 2014/04/26 19:20:43 jmc Exp $
C $Name: $
CBOP
C !ROUTINE: CTRL_FIELDS.h
C !INTERFACE:
C include "CTRL_FIELDS.h"
C !DESCRIPTION:
C \bv
C *==============================================================*
C | CTRL_FIELDS.h
C | o Additional control fields (from main model or pkgs)
C | which are only used when specific CTRL options are defined.
C *==============================================================*
C | Note: Other model or pkg variables which can also be used
C | independently from CTRL options remain in their respective
C | header files.
C *==============================================================*
C \ev
CEOP
#ifdef ALLOW_KAPGM_CONTROL
COMMON /CTRL_FIELDS_KAPGM/
& kapGM
_RL kapGM (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
#endif
#ifdef ALLOW_KAPREDI_CONTROL
COMMON /CTRL_FIELDS_KAPREDI/
& kapRedi
_RL kapRedi (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
#endif
#ifdef ALLOW_BOTTOMDRAG_CONTROL
COMMON /CTRL_FIELDS_BOTTOMDRAG/
& bottomDragFld
_RL bottomDragFld (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
#endif