First 1992-2002, 1/6-deg cube-sphere integration:
=================================================

Driven by NCEP reanalysis, 6-hourly, atmospheric state.
Uses bulk formulae and thermodynamic sea-ice model.
Lacks sea-surface salinity relaxation and dynamic sea-ice model.

Output files are in
lou.nas.nasa.gov:/u/menemenl/cube/cube01

Directory contents:
-------------------
grid   : grid description
output : output files (see below)
matlab : example matlab scripts for reading and visualizing data
jobs   : input data files, etc.

All output fields are computed at the tracer grid points (XC,YC),
with following exceptions.
uVeltave, FUtave, uFluxtave, UUtave: Southwest C-grid U position (XG,YC)
vVeltave, FVtave, vFluxtave, VVtave: Southwest C-grid V position (XC,YG)
UICEtave, VICEtave                 : South-West B-grid U,V point (XG,YG)


Available output files are 3-day averages:
------------------------------------------

ETAtave.*.data   : sea-surface height (m)
uVeltave.*.data  : uVel (m/s)
vVeltave.*.data  : vVel (m/s)
wVeltave.*.data  : wVel (m/s)
Ttave.*.data     : theta (deg C)
Stave.*.data     : salinity (PSU)

UTtave.*.data    : uVel * theta
VTtave.*.data    : vVel * theta
WTtave.*.data    : wVel * theta

AREAtave.*.data  : sea-ice area
HEFFtave.*.data  : sea-ice thickness
EmPmRtave.*.data : following are surface flux diagnostics,
QNETtave.*.data  : some redundant, some not, will describe
QSWtave.*.data   : in detail later ...
FUtave.*.data    :     
FVtave.*.data    :     
sFluxtave.*.data :
tFluxtave.*.data :
uFluxtave.*.data :
vFluxtave.*.data :


===============================================================
!!! Note that viscA4 below corresponds to what's visca4Grid
!!! in later integrations.

# ====================
# | Model parameters |
# ====================
#
# Continuous equation parameters
 &PARM01
 tRef               = 3*23.,3*22.,21.,2*20.,19.,2*18.,17.,2*16.,15.,14.,13.,
                      12.,11.,2*9.,8.,7.,2*6.,2*5.,3*4.,3*3.,4*2.,12*1.,
 sRef               = 50*34.5,
 viscAr=1.E-3,
 no_slip_sides=.TRUE.,
 no_slip_bottom=.TRUE.,
 diffKhT=0.,
 diffK4T=0.,
 diffKrT=3.E-5,
 diffKhS=0.,
 diffK4S=0.,
 diffKrS=3.E-5,
 tAlpha=2.E-4,
 sBeta =7.4E-4,
 gravity=9.81,
 rigidLid=.FALSE.,
 implicitFreeSurface=.TRUE.,
 eosType='JMD95Z',
 readBinaryPrec=32,
 writeBinaryPrec=32,
 useSingleCPUio=.TRUE.
 hFacMinDr=50.,
 hFacMin=0.1,
 hFacInf=0.1,
 hFacSup=5.,
# z* - begin
    select_rStar=2,
    nonlinFreeSurf=4,
# * - end
 implicitDiffusion=.true.,
 implicitViscosity=.true.,
 allowFreezing=.false.,
 viscA4 = 4e-3,
 viscAh = 0.,
 bottomDragQuadratic = 0.002,
 tempAdvScheme=33
 saltAdvScheme=33
 StaggerTimeStep=.true.
 multiDimAdvection=.true.
 vectorInvariantMomentum=.TRUE.,
 rigidLid=.FALSE.,
 implicitFreeSurface=.TRUE.,
 exactConserv=.TRUE.,
 debuglevel=0
 &

# Elliptic solver parameters
 &PARM02
 cg2dMaxIters=100,
 cg2dTargetResidual=1.E-5,
 &

# Time stepping parameters
 &PARM03
 niter0=73440
 nTimeSteps=5616
 abEps=0.1,
 deltaT=1200.,
 cAdjFreq=0.,
# 369 days
 pChkptFreq=94867200,
 chkptFreq=2592000
 tavefreq=259200
# tauSaltClimRelax = 62208000.,
 monitorFreq=86400
 &

# Gridding parameters
 &PARM04
 usingCartesianGrid=.FALSE.,
 usingSphericalPolarGrid=.FALSE.,
 usingCurvilinearGrid=.TRUE.,
 delR   = 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.01,
 10.03, 10.11, 10.32, 10.80, 11.76, 13.42, 16.04 , 19.82, 24.85, 
 31.10, 38.42, 46.50, 55.00, 63.50, 71.58, 78.90, 85.15, 90.18, 
 93.96, 96.58, 98.25, 99.25,100.01,101.33,104.56,111.33,122.83,
 139.09,158.94,180.83,203.55,226.50,249.50,272.50,295.50,318.50,
 341.50,364.50,387.50,410.50,433.50,456.50,
 &

# Input datasets
 &PARM05
 bathyFile      ='ETOPO2_18360x85_ver3b_filled.bin',
 hydrogThetaFile='LEVT01_JAN_18360x85x50.bin',
 hydrogSaltFile ='LEVS01_JAN_18360x85x50.bin',
#zonalWindFile  ='trenberth_taux.bin',
#meridWindFile  ='trenberth_tauy.bin',
#thetaClimFile  ='lev_surfT_cs_12m.bin',
#saltClimFile   ='lev_surfS_cs_12m.bin',
#surfQFile      ='shiQnet_cs32.bin',
#EmPmRFile      ='shiEmPR_cs32.bin',
 &