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

Contents of /MITgcm/verification/global_ocean_pressure/input/data

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


Revision 1.4 - (show annotations) (download)
Wed Oct 15 23:05:03 2003 UTC (20 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.3: +0 -1 lines
remove gravitySign (retired parameter)

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 gravity=9.81,
24 rhonil=1035.,
25 buoyancyRelation='OCEANICP',
26 integr_GeoPot=1,
27 eosType='JMD95P',
28 rigidLid=.FALSE.,
29 implicitFreeSurface=.TRUE.,
30 exactConserv=.TRUE.,
31 nonlinFreeSurf=4,
32 hFacInf=0.2,
33 hFacSup=2.0,
34 #useRealFreshWaterFlux=.TRUE.,
35 readBinaryPrec=64,
36 writeBinaryPrec=64,
37 cosPower=0.5,
38 &
39
40 # Elliptic solver parameters
41 &PARM02
42 cg2dMaxIters=200,
43 cg2dTargetResidual=1.E-9,
44 &
45
46 # Time stepping parameters
47 &PARM03
48 startTime = 0.,
49 endTime = 3456000.,
50 # after 100 years of intergration, one gets a reasonable flow field
51 #endTime = 3110400000.,
52 deltaTmom = 1200.0,
53 deltaTtracer = 172800.0,
54 deltaTfreesurf = 172800.0,
55 deltaTClock = 172800.0,
56 pChkptFreq = 3110400000.,
57 dumpFreq = 3110400000.,
58 taveFreq = 3110400000.,
59 monitorFreq = 1.,
60 periodicExternalForcing=.TRUE.,
61 externForcingPeriod=2592000.,
62 externForcingCycle=31104000.,
63 tauThetaClimRelax=5184000.0,
64 abEps=0.1,
65 &
66
67 # Gridding parameters
68 &PARM04
69 usingCartesianGrid=.FALSE.,
70 usingSphericalPolarGrid=.TRUE.,
71 dXspacing=4.,
72 dYspacing=4.,
73 Ro_SeaLevel=53023122.566084,
74 groundAtK1=.TRUE.,
75 delR=7103300.720021, 6570548.440790, 6041670.010249,
76 5516436.666057, 4994602.034410, 4475903.435290,
77 3960063.245801, 3446790.312651, 2935781.405664,
78 2426722.705046, 1919291.315988, 1413156.804970,
79 1008846.750166, 705919.025481, 504089.693499,
80 phiMin=-80.,
81 &
82
83 # Input datasets
84 &PARM05
85 topoFile ='topog.bin',
86 pLoadFile ='deltageopotjmd95.bin',
87 hydrogThetaFile='lev_t.bin',
88 hydrogSaltFile ='lev_s.bin',
89 zonalWindFile ='trenberth_taux.bin',
90 meridWindFile ='trenberth_tauy.bin',
91 thetaClimFile ='lev_sst.bin',
92 #saltClimFile ='lev_sss.bin',
93 surfQFile ='shi_qnet.bin',
94 EmPmRFile ='shi_empmr.bin',
95 &

  ViewVC Help
Powered by ViewVC 1.1.22