/[MITgcm]/MITgcm/verification/tutorial_global_oce_in_p/input/data
ViewVC logotype

Contents of /MITgcm/verification/tutorial_global_oce_in_p/input/data

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


Revision 1.6 - (show annotations) (download)
Tue Apr 5 21:11:10 2016 UTC (8 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65v, checkpoint65w, HEAD
Changes since 1.5: +3 -2 lines
Comment out "Ro_SeaLevel" and set "top_Pres" to the complement (1.e-6 Pa)
between previous Ro_SeaLevel and Sum(delR); Expecting machine truncation
differences given large number of digits in delR & Ro_SeaLevel setting.

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 no_slip_sides=.TRUE.,
11 viscAr =1.721611620915750e5,
12 #viscAz =1.67E-3,
13 no_slip_bottom=.FALSE.,
14 diffKhT=1.E3,
15 diffKrT=5.154525811125000e3,
16 #diffKzT=0.5E-4,
17 diffKhS=1.E3,
18 diffKrS=5.154525811125000e3,
19 #diffKzS=0.5E-4,
20 cosPower=0.5,
21 implicitDiffusion=.TRUE.,
22 ivdc_kappa=1.030905162225000e9,
23 #ivdc_kappa=10.0,
24 gravity=9.81,
25 rhoConst=1035.,
26 rhoConstFresh=1000.,
27 buoyancyRelation='OCEANICP',
28 integr_GeoPot=1,
29 eosType='JMD95P',
30 useNHMTerms=.TRUE.,
31 implicitFreeSurface=.TRUE.,
32 exactConserv=.TRUE.,
33 nonlinFreeSurf=4,
34 hFacInf=0.2,
35 hFacSup=2.0,
36 #- to check that it has no impact:
37 doResetHFactors=.TRUE.,
38 #useRealFreshWaterFlux=.TRUE.,
39 readBinaryPrec=64,
40 writeBinaryPrec=64,
41 &
42
43 # Elliptic solver parameters
44 &PARM02
45 cg2dMaxIters=200,
46 cg2dTargetResidual=1.E-9,
47 &
48
49 # Time stepping parameters
50 &PARM03
51 startTime = 0.,
52 endTime = 3456000.,
53 # after 100 years of intergration, one gets a reasonable flow field
54 #endTime = 3110400000.,
55 deltaTMom = 1200.0,
56 deltaTtracer = 172800.0,
57 deltaTFreeSurf = 172800.0,
58 deltaTClock = 172800.0,
59 abEps = 0.1,
60 pChkptFreq = 3110400000.,
61 dumpFreq = 3110400000.,
62 taveFreq = 3110400000.,
63 monitorFreq = 1.,
64 periodicExternalForcing=.TRUE.,
65 externForcingPeriod=2592000.,
66 externForcingCycle=31104000.,
67 tauThetaClimRelax=5184000.0,
68 &
69
70 # Gridding parameters
71 &PARM04
72 usingSphericalPolarGrid=.TRUE.,
73 dxSpacing=4.,
74 dySpacing=4.,
75 #Ro_SeaLevel=53023122.566084,
76 top_Pres=1.E-6,
77 delR=7103300.720021, 6570548.440790, 6041670.010249,
78 5516436.666057, 4994602.034410, 4475903.435290,
79 3960063.245801, 3446790.312651, 2935781.405664,
80 2426722.705046, 1919291.315988, 1413156.804970,
81 1008846.750166, 705919.025481, 504089.693499,
82 ygOrigin=-80.,
83 &
84
85 # Input datasets
86 &PARM05
87 bathyFile ='topog.bin',
88 pLoadFile ='deltageopotjmd95.bin',
89 hydrogThetaFile='lev_t.bin',
90 hydrogSaltFile ='lev_s.bin',
91 zonalWindFile ='trenberth_taux.bin',
92 meridWindFile ='trenberth_tauy.bin',
93 thetaClimFile ='lev_sst.bin',
94 #saltClimFile ='lev_sss.bin',
95 surfQFile ='shi_qnet.bin',
96 EmPmRFile ='shi_empmr.bin',
97 &

  ViewVC Help
Powered by ViewVC 1.1.22