/[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.3 - (show annotations) (download)
Fri May 20 21:19:19 2016 UTC (8 years ago) by dimitri
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1 lines
commenting out debulevel 0 and -1

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 hFacMinDr=50.,
34 hFacMin=0.3,
35 hFacInf=0.1,
36 hFacSup=5.,
37 # z* - begin
38 select_rStar=2,
39 nonlinFreeSurf=4,
40 # * - end
41 implicitDiffusion=.true.,
42 implicitViscosity=.true.,
43 allowFreezing=.false.,
44 viscA4 = 0.,
45 viscA4Grid = 2e-3,
46 viscAh = 0.,
47 bottomDragQuadratic = 0.002,
48 tempAdvScheme=33
49 saltAdvScheme=33
50 StaggerTimeStep=.true.
51 multiDimAdvection=.true.
52 vectorInvariantMomentum=.TRUE.,
53 rigidLid=.FALSE.,
54 implicitFreeSurface=.TRUE.,
55 exactConserv=.TRUE.,
56 # debuglevel=0
57 &
58
59 # Elliptic solver parameters
60 &PARM02
61 cg2dMaxIters=100,
62 cg2dTargetResidual=1.E-5,
63 &
64
65 # Time stepping parameters
66 &PARM03
67 startTime=0.0,
68 endTime=639998400
69 abEps=0.1,
70 deltaT=2400.0,
71 cAdjFreq=0.,
72 pChkptFreq=31557600.
73 tavefreq =2629800
74 tauSaltClimRelax = 15552000.,
75 forcing_In_AB = .FALSE.
76 monitorFreq=240000
77 &
78
79 # Gridding parameters
80 &PARM04
81 usingCartesianGrid=.FALSE.,
82 usingSphericalPolarGrid=.FALSE.,
83 usingCurvilinearGrid=.TRUE.,
84 delX=130*0.35979,
85 delY=102*0.35979,
86 delR= 1.000000e+01, 1.000000e+01, 1.000000e+01, 1.000000e+01,
87 1.000000e+01, 1.143000e+01, 1.850000e+01, 2.747000e+01,
88 3.883000e+01, 5.283000e+01, 7.000000e+01, 9.050000e+01,
89 1.147300e+02, 1.428300e+02, 1.749300e+02, 2.108700e+02,
90 2.503300e+02, 2.929000e+02, 3.418300e+02, 4.018300e+02,
91 4.651700e+02, 5.335000e+02, 6.093300e+02, 6.901700e+02,
92 7.885000e+02,
93 phimin=-19.78818,
94 thetamin=-22.66646,
95 rSphere = 6371.D3
96 &
97
98 # Input datasets
99 &PARM05
100 bathyFile = 'topog.bin_130_102',
101 hydrogThetaFile = 'theta.phc_130_102_25_12',
102 hydrogSaltFile = 'salt.phc_130_102_25_12',
103 &
104
105 # Open-boundaries
106 &PARM06
107 &

  ViewVC Help
Powered by ViewVC 1.1.22