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