/[MITgcm]/MITgcm_contrib/arctic/cs_36km/input/data
ViewVC logotype

Annotation of /MITgcm_contrib/arctic/cs_36km/input/data

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


Revision 1.2 - (hide annotations) (download)
Sat Oct 19 05:02:27 2013 UTC (11 years, 9 months ago) by heimbach
Branch: MAIN
Changes since 1.1: +4 -4 lines
Start from t=0.

1 dimitri 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef = 3*23.,3*22.,21.,2*20.,19.,2*18.,17.,2*16.,15.,14.,13.,
8     12.,11.,2*9.,8.,7.,2*6.,2*5.,3*4.,3*3.,4*2.,12*1.,
9     sRef = 50*34.5,
10     ### viscAr= 1e-3,
11     ### viscAhGrid=1.E-1,
12     ### viscAh=1.e3,
13     viscAr= 1e-4,
14     #ph( pre-2010
15     # viscAh=5.e3,
16     #ph lower-visc-201002
17     viscAh=3.e3,
18     #ph)
19     #
20     no_slip_sides=.FALSE.,
21     no_slip_bottom=.TRUE.,
22     diffKhT=1.E1,
23     diffK4T=0.,
24     diffKrT=1.e-7,
25     diffKhS=1.E1,
26     diffK4S=0.,
27     diffKrS=1.e-7,
28     tAlpha=2.E-4,
29     sBeta =7.4E-4,
30     gravity=9.81,
31     eosType='JMD95Z',
32     readBinaryPrec=32,
33     writeBinaryPrec=32,
34     useSingleCPUio=.TRUE.
35     globalfiles=.true.,
36     hFacMinDr=50.,
37     hFacMin=0.3,
38     ### hFacInf=0.1,
39     ### hFacSup=5.,
40     # z* - begin
41     # select_rStar=2,
42     # nonlinFreeSurf=4,
43     # * - end
44     implicitDiffusion=.true.,
45     implicitViscosity=.true.,
46     allowFreezing=.false.,
47     # Following change took place starting in checkpoint57v_post
48     # viscA4GridMax=0.5,
49     ##########################################################
50     #ph(
51     vectorInvariantMomentum=.TRUE.,
52     StaggerTimeStep=.true.,
53     tempAdvScheme=30,
54     saltAdvScheme=30,
55     multiDimAdvection=.TRUE.,
56     ## tempVertAdvScheme=3,
57     ## saltVertAdvScheme=3,
58     ## tempImplVertAdv=.TRUE.,
59     ## saltImplVertAdv=.TRUE.,
60     #ph)
61     sideDragFactor=0.,
62     SadournyCoriolis=.FALSE.,
63     useAbsVorticity=.FALSE.,
64     highOrderVorticity = .FALSE.
65     bottomDragLinear = 0.001,
66     rigidLid=.FALSE.,
67     implicitFreeSurface=.TRUE.,
68     exactConserv=.TRUE.,
69     debuglevel=1,
70     &
71    
72     # Elliptic solver parameters
73     &PARM02
74     cg2dMaxIters=200,
75     cg2dTargetResidual=1.E-9,
76     &
77    
78     # Time stepping parameters
79     &PARM03
80 heimbach 1.2 niter0=0,
81     ### niter0=262980,
82 dimitri 1.1 #
83     ### nTimeSteps=9900,
84     # endtime for December 31, 2002
85     # endtime=347155200.,
86     # for 1 yr
87     # endtime=31536000.,
88     # for 2 yr
89     # endtime=63072000.,
90     # for 4 yr
91     # endtime=126144000.,
92     # for 4 yr + 9 months
93     ### endtime=149860800.,
94     # for 8 yr
95     # endtime=252288000.,
96     # endtime for 10 yr
97     # endtime=315360000.,
98 heimbach 1.2 endtime=631152000.,
99     # endtime=1262304000.,
100 dimitri 1.1 # 2 months
101     # endtime=5270400.,
102     #
103     abEps=0.1,
104     deltaT=2400,
105     cAdjFreq=0.,
106     pChkptFreq=2635200.,
107     chkptFreq=2635200.,
108     # blending: 12/24/06
109     # tauSaltClimRelax = 8722203.,
110     # tauSaltClimRelax = 3842380.,
111     monitorFreq = 864000.,
112     ### dumpFreq = 2635200.,
113     # adjMonitorFreq = 43200.,
114     # adjDumpFreq = 432000.,
115     forcing_In_AB = .FALSE.
116     dumpInitAndLast=.FALSE.
117     &
118    
119     # Gridding parameters
120     &PARM04
121     usingCartesianGrid=.FALSE.,
122     usingSphericalPolarGrid=.FALSE.,
123     usingCurvilinearGrid=.TRUE.,
124     delR = 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.01,
125     10.03, 10.11, 10.32, 10.80, 11.76, 13.42, 16.04 , 19.82, 24.85,
126     31.10, 38.42, 46.50, 55.00, 63.50, 71.58, 78.90, 85.15, 90.18,
127     93.96, 96.58, 98.25, 99.25,100.01,101.33,104.56,111.33,122.83,
128     139.09,158.94,180.83,203.55,226.50,249.50,272.50,295.50,318.50,
129     341.50,364.50,387.50,410.50,433.50,456.50,
130     &
131    
132     # Input datasets
133     &PARM05
134     bathyFile ='ETOPO2_210x192_arctic',
135     hydrogThetaFile='WGHC_T_210x192x50_arctic',
136     hydrogSaltFile ='WGHC_S_210x192x50_arctic',
137     &

  ViewVC Help
Powered by ViewVC 1.1.22