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

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

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


Revision 1.5 - (show annotations) (download)
Sat Mar 2 17:40:59 2013 UTC (11 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64e, checkpoint64g, checkpoint64f, checkpoint65, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, HEAD
Changes since 1.4: +0 -1 lines
remove debugMode from main parameter file "data" (add it back, but
 commented out, in eedata)

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

  ViewVC Help
Powered by ViewVC 1.1.22