/[MITgcm]/MITgcm/verification/exp4/input/data
ViewVC logotype

Annotation of /MITgcm/verification/exp4/input/data

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


Revision 1.1 - (hide annotations) (download)
Tue Dec 15 00:02:27 1998 UTC (25 years, 4 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint19
Restructuring verification experiments.

1 adcroft 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef= 0.696834, 0.497738, 0.298643, 0.0995477, -0.0995477, -0.298643, -0.497738, -0.696834,
8     sRef= 8*35.,
9     viscAz=1.E-3,
10     viscAh=1.E3,
11     no_slip_sides=.FALSE.,
12     no_slip_bottom=.FALSE.,
13     viscA4=0.E12,
14     diffKhT=1.E3,
15     diffKzT=1.E-5,
16     diffKhS=1.E3,
17     diffKzS=1.E-5,
18     GMkBackground=0.d3,
19     f0=1.e-4,
20     beta=0.E-11,
21     tAlpha=2.E-4,
22     sBeta =0.E-4,
23     gravity=9.81,
24     gBaro=9.81,
25     rigidLid=.FALSE.,
26     implicitFreeSurface=.TRUE.,
27     eosType='LINEAR',
28     hFacMin=0.2,
29     openBoundaries=.TRUE.,
30     readBinaryPrec=64,
31     &
32    
33     # Elliptic solver parameters
34     &PARM02
35     cg2dMaxIters=1000,
36     cg2dTargetResidual=1.E-13,
37     &
38    
39     # Time stepping parameters
40     &PARM03
41     startTime=0,
42     #endTime=3110400000,
43     endTime=864000.,
44     deltaT=600.0,
45     abEps=0.1,
46     pChkptFreq=0.0,
47     chkptFreq=0.0,
48     dumpFreq=86400.0,
49     &
50    
51     # Gridding parameters
52     &PARM04
53     usingCartesianGrid=.TRUE.,
54     usingSphericalPolarGrid=.FALSE.,
55     delX=80*5.e3,
56     delY=42*5.e3,
57     delZ= 8*562.5,
58     &
59    
60     # Input datasets
61     &PARM05
62     bathyFile='topog.bump',
63     &
64    
65     # Open-boundaries
66     &PARM06
67     OB_Jnorth=80*-1,
68     OB_Jsouth=80*1,
69     OB_Ieast=42*-1,
70     OB_Iwest=42*1,
71     &

  ViewVC Help
Powered by ViewVC 1.1.22