| 1 |
% $Header: $ |
| 2 |
% $Name: $ |
| 3 |
|
| 4 |
\begin{verbatim} |
| 5 |
1 # Model parameters |
| 6 |
2 # Continuous equation parameters |
| 7 |
3 &PARM01 |
| 8 |
4 tRef=20., |
| 9 |
5 sRef=10., |
| 10 |
6 viscAz=1.E-2, |
| 11 |
7 viscAh=4.E2, |
| 12 |
8 diffKhT=4.E2, |
| 13 |
9 diffKzT=1.E-2, |
| 14 |
10 beta=1.E-11, |
| 15 |
11 tAlpha=2.E-4, |
| 16 |
12 sBeta =0., |
| 17 |
13 gravity=9.81, |
| 18 |
14 gBaro=9.81, |
| 19 |
15 rigidLid=.FALSE., |
| 20 |
16 implicitFreeSurface=.TRUE., |
| 21 |
17 eosType='LINEAR', |
| 22 |
18 readBinaryPrec=64, |
| 23 |
19 & |
| 24 |
20 # Elliptic solver parameters |
| 25 |
21 &PARM02 |
| 26 |
22 cg2dMaxIters=1000, |
| 27 |
23 cg2dTargetResidual=1.E-7, |
| 28 |
24 & |
| 29 |
25 # Time stepping parameters |
| 30 |
26 &PARM03 |
| 31 |
27 startTime=0, |
| 32 |
28 #endTime=311040000, |
| 33 |
29 endTime=12000.0, |
| 34 |
30 deltaTmom=1200.0, |
| 35 |
31 deltaTtracer=1200.0, |
| 36 |
32 abEps=0.1, |
| 37 |
33 pChkptFreq=2592000.0, |
| 38 |
34 chkptFreq=120000.0, |
| 39 |
35 dumpFreq=2592000.0, |
| 40 |
36 & |
| 41 |
37 # Gridding parameters |
| 42 |
38 &PARM04 |
| 43 |
39 usingCartesianGrid=.TRUE., |
| 44 |
40 usingSphericalPolarGrid=.FALSE., |
| 45 |
41 delX=60*20E3, |
| 46 |
42 delY=60*20E3, |
| 47 |
43 delZ=5000., |
| 48 |
44 & |
| 49 |
45 &PARM05 |
| 50 |
46 bathyFile='topog.box', |
| 51 |
47 hydrogThetaFile=, |
| 52 |
48 hydrogSaltFile=, |
| 53 |
49 zonalWindFile='windx.sin_y', |
| 54 |
50 meridWindFile=, |
| 55 |
51 & |
| 56 |
\end{verbatim} |