/[MITgcm]/MITgcm/verification/exp4/data.bump
ViewVC logotype

Contents of /MITgcm/verification/exp4/data.bump

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


Revision 1.2 - (show annotations) (download)
Tue Dec 15 00:02:26 1998 UTC (25 years, 3 months ago) by adcroft
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
Restructuring verification experiments.

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

  ViewVC Help
Powered by ViewVC 1.1.22