/[MITgcm]/MITgcm_contrib/arctic40km/input/data
ViewVC logotype

Contents of /MITgcm_contrib/arctic40km/input/data

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


Revision 1.1 - (show annotations) (download)
Thu Sep 1 14:16:41 2005 UTC (19 years, 10 months ago) by dimitri
Branch: MAIN
adding MITgcm_contrib/arctic40km

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef= 21.0 , 20.0 , 19.0 , 18.0 , 17.0 ,
8 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.6, 0.6,
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 34.73, 34.73, 34.74, 34.74, 34.75,
17 viscAr= 1.77e-5
18 no_slip_sides=.TRUE.,
19 no_slip_bottom=.TRUE.,
20 diffKhT=0.,
21 diffK4T=0.,
22 diffKrT=1.51e-5
23 diffKhS=0.,
24 diffK4S=0.,
25 diffKrS=1.51e-5
26 tAlpha=2.E-4,
27 sBeta =7.4E-4,
28 gravity=9.81,
29 eosType='JMD95Z',
30 readBinaryPrec=32,
31 writeBinaryPrec=32,
32 useSingleCPUio=.TRUE.
33 globalfiles=.TRUE.
34 hFacMinDr=50.,
35 hFacMin=0.3,
36 hFacInf=0.1,
37 hFacSup=5.,
38 # z* - begin
39 select_rStar=2,
40 nonlinFreeSurf=4,
41 # * - end
42 implicitDiffusion=.true.,
43 implicitViscosity=.true.,
44 allowFreezing=.false.,
45 viscA4 = 0.,
46 viscA4Grid = 2e-3,
47 viscAh = 0.,
48 bottomDragQuadratic = 0.002,
49 tempAdvScheme=33
50 saltAdvScheme=33
51 StaggerTimeStep=.true.
52 multiDimAdvection=.true.
53 vectorInvariantMomentum=.TRUE.,
54 rigidLid=.FALSE.,
55 implicitFreeSurface=.TRUE.,
56 exactConserv=.TRUE.,
57 debuglevel=0
58 &
59
60 # Elliptic solver parameters
61 &PARM02
62 cg2dMaxIters=100,
63 cg2dTargetResidual=1.E-5,
64 &
65
66 # Time stepping parameters
67 &PARM03
68 startTime=0.0,
69 endTime=864000.,
70 abEps=0.1,
71 deltaT=2400.0,
72 cAdjFreq=0.,
73 pChkptFreq=31536000.,
74 chkptFreq= 31536000.,
75 dumpfreq=86400
76 tavefreq =86400
77 tauSaltClimRelax = 15552000.,
78 forcing_In_AB = .FALSE.
79 monitorFreq=1.,
80 &
81
82 # Gridding parameters
83 &PARM04
84 usingCartesianGrid=.FALSE.,
85 usingSphericalPolarGrid=.FALSE.,
86 usingCurvilinearGrid=.TRUE.,
87 delX=130*0.35979,
88 delY=102*0.35979,
89 delR= 1.000000e+01, 1.000000e+01, 1.000000e+01, 1.000000e+01,
90 1.000000e+01, 1.143000e+01, 1.850000e+01, 2.747000e+01,
91 3.883000e+01, 5.283000e+01, 7.000000e+01, 9.050000e+01,
92 1.147300e+02, 1.428300e+02, 1.749300e+02, 2.108700e+02,
93 2.503300e+02, 2.929000e+02, 3.418300e+02, 4.018300e+02,
94 4.651700e+02, 5.335000e+02, 6.093300e+02, 6.901700e+02,
95 7.885000e+02,
96 phimin=-19.78818,
97 thetamin=-22.66646,
98 rSphere = 6371.D3
99 &
100
101 # Input datasets
102 &PARM05
103 bathyFile = 'topog.bin_130_102',
104 hydrogThetaFile = 'theta.bin_130_102',
105 hydrogSaltFile = 'salt.bin_130_102',
106 &
107
108 # Open-boundaries
109 &PARM06
110 &

  ViewVC Help
Powered by ViewVC 1.1.22