/[MITgcm]/MITgcm/verification/global_ocean.cs32x15/input.thsice/data
ViewVC logotype

Contents of /MITgcm/verification/global_ocean.cs32x15/input.thsice/data

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


Revision 1.12 - (show annotations) (download)
Mon Aug 21 18:22:51 2017 UTC (7 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, HEAD
Changes since 1.11: +1 -0 lines
Error occurred while calculating annotation data.
set "plotLevel" to zero.

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef=15*20.,
8 sRef=15*35.,
9 viscAh =3.E5,
10 viscAr =1.E-3,
11 diffKrT=3.E-5,
12 diffKrS=3.E-5,
13 ivdc_kappa=10.,
14 implicitDiffusion=.TRUE.,
15 implicitViscosity=.TRUE.,
16 selectImplicitDrag=2,
17 gravity=9.81,
18 rhoConst=1035.,
19 rhoConstFresh=1000.,
20 eosType='JMD95Z',
21 staggerTimeStep=.TRUE.,
22 vectorInvariantMomentum=.TRUE.,
23 implicitFreeSurface=.TRUE.,
24 exactConserv=.TRUE.,
25 select_rStar=2,
26 nonlinFreeSurf=4,
27 hFacInf=0.2,
28 hFacSup=2.0,
29 useRealFreshWaterFlux=.TRUE.,
30 hFacMin=.1,
31 hFacMinDr=20.,
32 readBinaryPrec=64,
33 #writeBinaryPrec=64,
34 plotLevel=0,
35 &
36
37 # Elliptic solver parameters
38 &PARM02
39 cg2dMaxIters=200,
40 #cg2dTargetResidual=1.E-9,
41 cg2dTargetResWunit=1.E-14,
42 &
43
44 # Time stepping parameters
45 &PARM03
46 nIter0=36000,
47 nTimeSteps=20,
48 deltaTMom =1200.,
49 deltaTtracer=86400.,
50 deltaTFreeSurf=86400.,
51 deltaTClock =86400.,
52 abEps = 0.1,
53 #forcing_In_AB=.FALSE.,
54 tracForcingOutAB=1,
55 pChkptFreq =31104000.,
56 taveFreq =31104000.,
57 dumpFreq =31104000.,
58 monitorFreq =2592000.,
59 #tave_lastIter=0.,
60 periodicExternalForcing=.TRUE.,
61 externForcingPeriod=2592000.,
62 externForcingCycle=31104000.,
63 # 2 months restoring timescale for temperature
64 tauThetaClimRelax = 5184000.,
65 # 6 months restoring timescale for salinity
66 tauSaltClimRelax = 15552000.,
67 latBandClimRelax=50.,
68 monitorFreq =1.,
69 &
70
71 # Gridding parameters
72 &PARM04
73 usingCurvilinearGrid=.TRUE.,
74 horizGridFile='grid_cs32',
75 radius_fromHorizGrid=6370.E3,
76 delR= 50., 70., 100., 140., 190.,
77 240., 290., 340., 390., 440.,
78 490., 540., 590., 640., 690.,
79 &
80
81 # Input datasets
82 &PARM05
83 bathyFile ='bathy_Hmin50.bin',
84 hydrogThetaFile='lev_T_cs_15k.bin',
85 hydrogSaltFile ='lev_S_cs_15k.bin',
86 zonalWindFile ='trenberth_taux.bin',
87 meridWindFile ='trenberth_tauy.bin',
88 thetaClimFile ='lev_surfT_cs_12m.bin',
89 saltClimFile ='lev_surfS_cs_12m.bin',
90 &

  ViewVC Help
Powered by ViewVC 1.1.22