/[MITgcm]/MITgcm/verification/exp2/data
ViewVC logotype

Contents of /MITgcm/verification/exp2/data

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


Revision 1.2 - (show annotations) (download)
Fri Jun 12 19:33:34 1998 UTC (25 years, 10 months ago) by cnh
Branch: MAIN
Changes since 1.1: +25 -27 lines
Chages to make default setup correct for 4 degreee global comparison

1 # Model parameters
2 # Continuous equation parameters
3 &PARM01
4 tRef= 16.0 , 15.2 , 14.5 , 13.9 , 13.3 ,
5 12.4 , 11.3 , 9.9 , 8.4 , 6.7 ,
6 5.2 , 3.8 , 2.9 , 2.3 , 1.8 ,
7 1.5 , 1.1 , 0.8 , 0.66, 0.63,
8 sRef= 34.65, 34.75, 34.82, 34.87, 34.90,
9 34.90, 34.86, 34.78, 34.69, 34.60,
10 34.58, 34.62, 34.68, 34.72, 34.73,
11 34.74, 34.73, 34.73, 34.72, 34.72,
12 viscAz=1.E-2,
13 viscAh=4.E2,
14 diffKhT=4.E2,
15 diffKzT=1.E-2,
16 beta=1.E-11,
17 f0=1.e-4,
18 tAlpha=2.E-4,
19 sBeta =0.,
20 gravity=9.81,
21 gBaro=9.81,
22 rigidLid=.FALSE.,
23 implicitFreeSurface=.TRUE.,
24 eosType='LINEAR',
25 GMkBackground=0000.d0,
26 momAdvection=.TRUE.
27 momViscosity=.TRUE.
28 tempAdvection=.TRUE.,
29 tempDiffusion=.TRUE.,
30 /
31 # Elliptic solver parameters
32 &PARM02
33 cg2dMaxIters=1000,
34 cg2dTargetResidual=1.E-13,
35 /
36 # Time stepping parameters
37 &PARM03
38 startTime=0,
39 endTime=12000,
40 deltaTmom=1200.0,
41 tauCD=172800.,
42 #tauCD=1200.,
43 deltaTtracer=1200.0,
44 abEps=0.1,
45 pChkptFreq=0.0,
46 chkptFreq=0.0,
47 dumpFreq=2592000.0,
48 /
49 # Gridding parameters
50 &PARM04
51 usingCartesianGrid=.FALSE.,
52 usingSphericalPolarGrid=.TRUE.,
53 delZ= 5.000000e+01, 5.000000e+01, 5.500000e+01, 6.000000e+01,
54 6.500000e+01, 7.000000e+01, 8.000000e+01, 9.500000e+01,
55 1.200000e+02, 1.550000e+02, 2.000000e+02, 2.600000e+02,
56 3.200000e+02, 4.000000e+02, 4.800000e+02, 5.700000e+02,
57 6.550000e+02, 7.250000e+02, 7.750000e+02, 8.150000e+02,
58 phiMin=-80.,
59 delY=41*4,
60 delX=90*4,
61 /
62 &PARM05
63 bathyFile='topog',
64 hydrogThetaFile='thetaLevCli',
65 #hydrogThetaFile='',
66 hydrogSaltFile='saltLevCli',
67 zonalWindFile='windx',
68 meridWindFile='windy',
69 /

  ViewVC Help
Powered by ViewVC 1.1.22