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

Contents of /MITgcm_contrib/arctic40km/input_ad/data

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


Revision 1.2 - (show annotations) (download)
Fri Jun 2 21:23:09 2006 UTC (19 years, 1 month ago) by heimbach
Branch: MAIN
Changes since 1.1: +21 -13 lines
Updating to latest.

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

  ViewVC Help
Powered by ViewVC 1.1.22