/[MITgcm]/MITgcm/verification/global_ocean.90x40x15/input/data
ViewVC logotype

Contents of /MITgcm/verification/global_ocean.90x40x15/input/data

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


Revision 1.17 - (show annotations) (download)
Mon Apr 25 19:32:21 2011 UTC (13 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62w, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint63
Changes since 1.16: +9 -3 lines
switch on zStar and viscA4 (not previously tested together with mom_fluxform)

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef = 15*20.,
8 sRef = 15*35.,
9 viscAr=1.E-3,
10 viscAh=5.E5,
11 viscA4=3.E14,
12 diffKhT=0.,
13 diffKrT=3.E-5,
14 diffKhS=0.,
15 diffKrS=3.E-5,
16 rhoConst=1035.,
17 rhoConstFresh=1000.,
18 gravity=9.81,
19 eosType='JMD95P',
20 ivdc_kappa=10.,
21 implicitDiffusion=.TRUE.,
22 allowFreezing=.TRUE.,
23 exactConserv=.TRUE.,
24 select_rStar=2,
25 nonlinFreeSurf=4,
26 hFacInf=0.2,
27 hFacSup=2.0,
28 useRealFreshWaterFlux=.TRUE.,
29 useCDscheme=.TRUE.,
30 quasiHydrostatic=.TRUE.,
31 useNHMTerms=.TRUE.,
32 # turn on looped cells
33 hFacMin=.05,
34 hFacMindr=50.,
35 # set precision of data files
36 readBinaryPrec=32,
37 #writeBinaryPrec=64,
38 #debugMode=.TRUE.,
39 &
40
41 # Elliptic solver parameters
42 &PARM02
43 cg2dMaxIters=500,
44 cg2dTargetResidual=1.E-13,
45 &
46
47 # Time stepping parameters
48 &PARM03
49 nIter0=36000,
50 nTimeSteps=10,
51 # 100 years of integration will yield a reasonable flow field
52 # startTime = 0.,
53 # endTime = 3110400000.,
54 deltaTmom = 1800.,
55 tauCD = 321428.,
56 deltaTtracer= 86400.,
57 deltaTClock = 86400.,
58 deltaTfreesurf= 86400.,
59 abEps = 0.1,
60 pChkPtFreq= 311040000.,
61 dumpFreq= 311040000.,
62 dumpFreq= 864000.,
63 #monitorFreq=31104000.,
64 monitorFreq=1.,
65 # 2 months restoring timescale for temperature
66 tauThetaClimRelax= 5184000.,
67 # 6 months restoring timescale for salinity
68 tauSaltClimRelax = 15552000.,
69 periodicExternalForcing=.TRUE.,
70 externForcingPeriod=2592000.,
71 externForcingCycle=31104000.,
72 &
73
74 # Gridding parameters
75 &PARM04
76 usingSphericalPolarGrid=.TRUE.,
77 delR= 50., 70., 100., 140., 190.,
78 240., 290., 340., 390., 440.,
79 490., 540., 590., 640., 690.,
80 ygOrigin=-80.,
81 dySpacing=4.,
82 dxSpacing=4.,
83 &
84
85 # Input datasets
86 &PARM05
87 bathyFile= 'bathymetry.bin',
88 hydrogThetaFile='lev_t.bin',
89 hydrogSaltFile= 'lev_s.bin',
90 zonalWindFile= 'trenberth_taux.bin',
91 meridWindFile= 'trenberth_tauy.bin',
92 thetaClimFile= 'lev_sst.bin',
93 saltClimFile= 'lev_sss.bin',
94 surfQFile= 'ncep_qnet.bin',
95 the_run_name= 'global_ocean.90x40x15',
96 EmPmRFile= 'ncep_emp.bin',
97 &

  ViewVC Help
Powered by ViewVC 1.1.22