/[MITgcm]/manual/s_examples/global_oce_latlon/input/data
ViewVC logotype

Annotation of /manual/s_examples/global_oce_latlon/input/data

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


Revision 1.3 - (hide annotations) (download)
Thu Apr 21 20:10:04 2011 UTC (14 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
FILE REMOVED
use script tools/preprocess.sh to get updated parameter file from MITgcm

1 cnh 1.2 \begin{verbatim}
2 adcroft 1.1 # ====================
3     # | Model parameters |
4     # ====================
5     #
6     # Continuous equation parameters
7     &PARM01
8     tRef= 16.0 , 15.2 , 14.5 , 13.9 , 13.3 ,
9     12.4 , 11.3 , 9.9 , 8.4 , 6.7 ,
10     5.2 , 3.8 , 2.9 , 2.3 , 1.8 ,
11     1.5 , 1.1 , 0.8 , 0.66, 0.63,
12     sRef= 34.65, 34.75, 34.82, 34.87, 34.90,
13     34.90, 34.86, 34.78, 34.69, 34.60,
14     34.58, 34.62, 34.68, 34.72, 34.73,
15     34.74, 34.73, 34.73, 34.72, 34.72,
16     viscAz=1.E-3,
17     viscAh=5.E5,
18     no_slip_sides=.FALSE.,
19     no_slip_bottom=.TRUE.,
20     diffKhT=1.E3,
21     diffKzT=3.E-5,
22     diffKhS=1.E3,
23     diffKzS=3.E-5,
24     beta=1.E-11,
25     f0=1.e-4,
26     tAlpha=2.E-4,
27     sBeta =7.4E-4,
28     gravity=9.81,
29     rigidLid=.FALSE.,
30     implicitFreeSurface=.TRUE.,
31     eosType='LINEAR',
32     readBinaryPrec=32,
33     &
34    
35     # Elliptic solver parameters
36     &PARM02
37     cg2dMaxIters=1000,
38     cg2dTargetResidual=1.E-13,
39     &
40    
41     # Time stepping parameters
42     &PARM03
43     startTime=311040000,
44     endTime=622080000,
45     #endTime=2808000.,
46     deltaTmom=2400.0,
47     tauCD=321428.,
48     deltaTtracer=108000.0,
49     deltaTClock =108000.0,
50     cAdjFreq=-1.,
51     abEps=0.1,
52     pChkptFreq=0.0,
53     chkptFreq=0.0,
54     dumpFreq=2592000.0,
55     dumpFreq=31104000.,
56     tauThetaClimRelax=2592000.0,
57     tauSaltClimRelax=2592000.0,
58     &
59    
60     # Gridding parameters
61     &PARM04
62     usingCartesianGrid=.FALSE.,
63     usingSphericalPolarGrid=.TRUE.,
64     delZ= 5.000000e+01, 5.000000e+01, 5.500000e+01, 6.000000e+01,
65     6.500000e+01, 7.000000e+01, 8.000000e+01, 9.500000e+01,
66     1.200000e+02, 1.550000e+02, 2.000000e+02, 2.600000e+02,
67     3.200000e+02, 4.000000e+02, 4.800000e+02, 5.700000e+02,
68     6.550000e+02, 7.250000e+02, 7.750000e+02, 8.150000e+02,
69     phiMin=-80.,
70     delY=40*4,
71     delX=90*4,
72     &
73    
74     # Input datasets
75     &PARM05
76     hydrogThetaFile='theta.bin',
77     hydrogSaltFile='salt.bin',
78     bathyFile='topog.bin',
79     zonalWindFile='windx.bin',
80     meridWindFile='windy.bin',
81     thetaClimFile='SST.bin'
82     saltClimFile='SSS.bin'
83     &
84 cnh 1.2 \end{verbatim}

  ViewVC Help
Powered by ViewVC 1.1.22