/[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.2 - (show annotations) (download)
Sat Feb 8 02:27:52 2003 UTC (21 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint48f_post, checkpoint48d_pre, checkpoint48d_post, checkpoint48e_post
Changes since 1.1: +2 -1 lines
set integr_GeoPot=1 in file "data" to select the finite volume form
 of calc_phi_hyd.F

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 gravitySign=-1.D0,
25 rhonil=1035.,
26 buoyancyRelation='OCEANICP',
27 integr_GeoPot=1,
28 eosType='JMD95P',
29 rigidLid=.FALSE.,
30 implicitFreeSurface=.TRUE.,
31 exactConserv=.TRUE.,
32 nonlinFreeSurf=3,
33 hFacInf=0.2,
34 hFacSup=2.0,
35 #useRealFreshWaterFlux=.TRUE.,
36 readBinaryPrec=64,
37 writeBinaryPrec=64,
38 cosPower=0.5,
39 &
40
41 # Elliptic solver parameters
42 &PARM02
43 cg2dMaxIters=200,
44 cg2dTargetResidual=1.E-9,
45 &
46
47 # Time stepping parameters
48 &PARM03
49 startTime = 0.,
50 endTime = 3456000.,
51 # after 100 years of intergration, one gets a reasonable flow field
52 #endTime = 3110400000.,
53 deltaTmom = 1200.0,
54 deltaTtracer = 172800.0,
55 deltaTfreesurf = 172800.0,
56 deltaTClock = 172800.0,
57 pChkptFreq = 3110400000.,
58 dumpFreq = 3110400000.,
59 taveFreq = 3110400000.,
60 monitorFreq = 1.,
61 periodicExternalForcing=.TRUE.,
62 externForcingPeriod=2592000.,
63 externForcingCycle=31104000.,
64 tauThetaClimRelax=5184000.0,
65 abEps=0.1,
66 &
67
68 # Gridding parameters
69 &PARM04
70 usingCartesianGrid=.FALSE.,
71 usingSphericalPolarGrid=.TRUE.,
72 dXspacing=4.,
73 dYspacing=4.,
74 Ro_SeaLevel=53023122.566084,
75 groundAtK1=.TRUE.,
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 phiMin=-80.,
82 &
83
84 # Input datasets
85 &PARM05
86 topoFile ='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