|
||||
File indexing completed on 2022-07-07 05:09:12 UTC
view on githubraw file Latest commit 94a8024b on 2022-07-06 19:35:20 UTCa6350907f1 Jean*0001 CBOP 0002 C !ROUTINE: CTRL_FIELDS.h 0003 C !INTERFACE: 0004 C include "CTRL_FIELDS.h" 0005 C !DESCRIPTION: 0006 C \bv 0007 C *==============================================================* 0008 C | CTRL_FIELDS.h 0009 C | o Additional control fields (from main model or pkgs) 0010 C | which are only used when specific CTRL options are defined. 0011 C *==============================================================* 0012 C | Note: Other model or pkg variables which can also be used 0013 C | independently from CTRL options remain in their respective 0014 C | header files. 0015 C *==============================================================* 0016 C \ev 0017 CEOP 0018 0019 #ifdef ALLOW_BOTTOMDRAG_CONTROL 0020 COMMON /CTRL_FIELDS_BOTTOMDRAG/ 0021 & bottomDragFld 0022 _RL bottomDragFld (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy) 0023 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated from https://github.com/MITgcm/MITgcm by the 2.2.1-MITgcm-0.1 LXR engine. The LXR team |