/[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.9 - (show annotations) (download)
Fri Apr 21 18:45:24 2006 UTC (18 years ago) by jmc
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +0 -0 lines
FILE REMOVED
global_ocean_pressure has been moved to verification/tutorial_global_oce_in_p

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 usingCartesianGrid=.FALSE.,
73 usingSphericalPolarGrid=.TRUE.,
74 dXspacing=4.,
75 dYspacing=4.,
76 Ro_SeaLevel=53023122.566084,
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 phiMin=-80.,
83 &
84
85 # Input datasets
86 &PARM05
87 topoFile ='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