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

Contents of /MITgcm/verification/vero/input/data

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


Revision 1.3 - (show annotations) (download)
Mon May 14 21:59:44 2001 UTC (23 years, 1 month ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint39
Changes since 1.2: +21 -25 lines
Updating verification exp.
* bug fixes in code/
* correct pickup files in input/

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef= 16.0 , 15.2 , 14.5 , 13.9 , 13.3 ,
8 12.4 , 11.3 , 9.9 , 8.4 , 6.7 ,
9 5.2 , 3.8 , 2.9 , 2.3 , 1.8 ,
10 sRef= 34.65, 34.75, 34.82, 34.87, 34.90,
11 34.90, 34.86, 34.78, 34.69, 34.60,
12 34.58, 34.62, 34.68, 34.72, 34.73,
13 viscAz=1.E-3,
14 viscAh=5.E5,
15 no_slip_sides=.FALSE.,
16 no_slip_bottom=.TRUE.,
17 diffKhT=1.E3,
18 diffKzT=3.E-5,
19 diffKhS=1.E3,
20 diffKzS=3.E-5,
21 beta=1.E-11,
22 f0=1.e-4,
23 tAlpha=2.E-4,
24 sBeta =7.4E-4,
25 gravity=9.81,
26 rigidLid=.FALSE.,
27 implicitFreeSurface=.TRUE.,
28 eosType='POLY3',
29 readBinaryPrec=32,
30 usePickupBeforeC35=.FALSE.,
31 implicitDiffusion=.TRUE.,
32 &
33
34 # Elliptic solver parameters
35 &PARM02
36 cg2dMaxIters=1000,
37 cg2dTargetResidual=1.E-17,
38 &
39
40 # Time stepping parameters
41 &PARM03
42 startTime = 62208000000.,
43 endTime = 62239104000.,
44 deltaTmom=2400.0,
45 tauCD=321428.,
46 deltaTtracer=21600.0,
47 deltaTClock =21600.0,
48 cAdjFreq=-1.,
49 abEps=0.1,
50 #
51 pChkptFreq = 5184000.,
52 chkptFreq = 5184000.,
53 dumpFreq = 432000.,
54 taveFreq = 0.,
55 #
56 tauThetaClimRelax = 5184000.0,
57 tauSaltClimRelax = 5184000.0,
58 &
59
60 # Gridding parameters
61 &PARM04
62 usingCartesianGrid=.FALSE.,
63 usingSphericalPolarGrid=.TRUE.,
64 delZ = 50., 70., 100., 140., 190.,
65 240., 290., 340., 390., 440.,
66 490., 540., 590., 640., 690.,
67 phiMin=-80.,
68 delY=40*4,
69 delX=20*4,
70 &
71
72 # Input datasets
73 &PARM05
74 hydrogThetaFile = 'thetaZonCli.be',
75 hydrogSaltFile = 'saltZonCli.be',
76 bathyFile = 'topog.be',
77 zonalWindFile = 'windx.be',
78 meridWindFile = ' ',
79 thetaClimFile = 'thetaZonCli.be',
80 saltClimFile = 'saltZonCli.be',
81 surfQFile = 'qnetZon.be',
82 EmPmRfile = 'empZon.be'
83 &

  ViewVC Help
Powered by ViewVC 1.1.22