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

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

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


Revision 1.1.1.1 - (hide annotations) (download) (as text) (vendor branch)
Wed Aug 8 16:16:14 2001 UTC (23 years, 11 months ago) by adcroft
Branch: dummy
CVS Tags: checkpoint57l_post, Import
Changes since 1.1: +0 -0 lines
File MIME type: application/x-tex
Importing model documentation into CVS

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

  ViewVC Help
Powered by ViewVC 1.1.22