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

Annotation of /MITgcm/verification/exp2/data-z

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


Revision 1.3 - (hide annotations) (download)
Mon Dec 14 23:57:16 1998 UTC (25 years, 3 months ago) by adcroft
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
FILE REMOVED
Restructuring verification experiments.

1 cnh 1.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     1.5 , 1.1 , 0.8 , 0.66, 0.63,
11     sRef= 34.65, 34.75, 34.82, 34.87, 34.90,
12     34.90, 34.86, 34.78, 34.69, 34.60,
13     34.58, 34.62, 34.68, 34.72, 34.73,
14     34.74, 34.73, 34.73, 34.72, 34.72,
15     viscAz=1.E-3,
16     viscAh=5.E5,
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 cnh 1.2 tAlpha=2.E-4,
24     sBeta =7.4E-4,
25     #tAlpha=0.,
26     #sBeta =0.,
27 cnh 1.1 gravity=9.81,
28     gBaro=9.81,
29     rigidLid=.FALSE.,
30     implicitFreeSurface=.TRUE.,
31     eosType='LINEAR',
32     GMkBackground=0000.d0,
33     momAdvection=.TRUE.
34     momViscosity=.TRUE.
35     &
36    
37     # Elliptic solver parameters
38     &PARM02
39     cg2dMaxIters=1000,
40     cg2dTargetResidual=1.E-13,
41     &
42    
43     # Time stepping parameters
44     &PARM03
45     startTime=0,
46     #endTime=3110400000,
47     endTime=2808000.,
48     #endTime=216000.,
49     deltaTmom=2400.0,
50     tauCD=321428.,
51     deltaTtracer=108000.0,
52     deltaTClock =108000.0,
53     abEps=0.1,
54     pChkptFreq=0.0,
55     chkptFreq=0.0,
56     dumpFreq=2592000.0,
57     #dumpFreq=108000.,
58     tauThetaClimRelax=2592000.0,
59     tauSaltClimRelax=2592000.0,
60     &
61    
62     # Gridding parameters
63     &PARM04
64     usingCartesianGrid=.FALSE.,
65     usingSphericalPolarGrid=.TRUE.,
66 cnh 1.2 delZ= 5.000000e+01,
67     5.000000e+01,
68     5.500000e+01,
69     6.000000e+01,
70     6.500000e+01,
71     7.000000e+01,
72     8.000000e+01,
73     9.500000e+01,
74     1.200000e+02,
75     1.550000e+02,
76     2.000000e+02,
77     2.600000e+02,
78     3.200000e+02,
79     4.000000e+02,
80     4.800000e+02,
81     5.700000e+02,
82     6.550000e+02,
83     7.250000e+02,
84     7.750000e+02,
85     8.150000e+02,
86 cnh 1.1 phiMin=-80.,
87     delY=40*4,
88     delX=90*4,
89     &
90    
91     # Input datasets
92     &PARM05
93     bathyFile='topog',
94     hydrogThetaFile='thetaLevCli',
95     hydrogSaltFile='saltLevCli',
96     zonalWindFile='windx',
97     meridWindFile='windy',
98     thetaClimFile='SST.bin'
99     saltClimFile='SSS.bin'
100     &

  ViewVC Help
Powered by ViewVC 1.1.22