/[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.3 - (show annotations) (download)
Tue Jan 27 15:38:48 2009 UTC (15 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint62, checkpoint63, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y
Changes since 1.2: +1 -2 lines
rename thetaMin,phiMin -> xgOrigin,ygOrigin

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 implicitDiffusion=.TRUE.,
21 ivdc_kappa=1.030905162225000e9,
22 #ivdc_kappa=10.0,
23 rotationPeriod=86400.,
24 gravity=9.81,
25 rhonil=1035.,
26 rhoConstFresh=999.8,
27 buoyancyRelation='OCEANICP',
28 integr_GeoPot=1,
29 eosType='JMD95P',
30 useNHMTerms=.TRUE.,
31 rigidLid=.FALSE.,
32 implicitFreeSurface=.TRUE.,
33 exactConserv=.TRUE.,
34 nonlinFreeSurf=4,
35 hFacInf=0.2,
36 hFacSup=2.0,
37 #useRealFreshWaterFlux=.TRUE.,
38 readBinaryPrec=64,
39 writeBinaryPrec=64,
40 cosPower=0.5,
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 pChkptFreq = 3110400000.,
60 dumpFreq = 3110400000.,
61 taveFreq = 3110400000.,
62 monitorFreq = 1.,
63 periodicExternalForcing=.TRUE.,
64 externForcingPeriod=2592000.,
65 externForcingCycle=31104000.,
66 tauThetaClimRelax=5184000.0,
67 abEps=0.1,
68 &
69
70 # Gridding parameters
71 &PARM04
72 usingSphericalPolarGrid=.TRUE.,
73 dXspacing=4.,
74 dYspacing=4.,
75 Ro_SeaLevel=53023122.566084,
76 delR=7103300.720021, 6570548.440790, 6041670.010249,
77 5516436.666057, 4994602.034410, 4475903.435290,
78 3960063.245801, 3446790.312651, 2935781.405664,
79 2426722.705046, 1919291.315988, 1413156.804970,
80 1008846.750166, 705919.025481, 504089.693499,
81 ygOrigin=-80.,
82 &
83
84 # Input datasets
85 &PARM05
86 bathyFile ='topog.bin',
87 pLoadFile ='deltageopotjmd95.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 ='shi_qnet.bin',
95 EmPmRFile ='shi_empmr.bin',
96 &

  ViewVC Help
Powered by ViewVC 1.1.22