/[MITgcm]/MITgcm/verification/seaice_itd/input.melt/data
ViewVC logotype

Contents of /MITgcm/verification/seaice_itd/input.melt/data

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


Revision 1.2 - (show annotations) (download)
Tue Apr 2 19:24:56 2013 UTC (11 years, 1 month ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64g
Changes since 1.1: +1 -1 lines
Forgot to actually check in the data files

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 #
7 # tRef - Reference vertical potential temperature (deg C)
8 # sRef - Reference vertical salinity (PSU)
9 # viscAh - Horizontal eddy viscosity coefficient (m^2/s)
10 # viscAz - Vertical eddy viscosity coefficient (m^2/s)
11 # diffKhT - Horizontal temperature diffusivity (m^2/s)
12 # diffKzT - Vertical temperature diffusivity (m^2/s)
13 # diffKhS - Horizontal salt diffusivity (m^2/s)
14 # diffKzS - Vertical salt diffusivity (m^2/s)
15 # f0 - Reference coriolis parameter,
16 # south edge of f on beta plane (1/s)
17 # beta - df/dy (s^-1.m^-1)
18 # tAlpha - Linear EOS thermal expansion coefficient (1/oC)
19 # sBeta - Linear EOS haline contraction coefficient (1/ppt)
20 # gravity - Acceleration due to gravity (m/s^2)
21 # gBaro - Accel. due to gravity used in barotropic equation (m/s^2)
22 # rigidLid - Set to true to use rigid lid
23 # implicitFreeSurface - Set to true to use implicit free surface
24 # eosType - Flag for linear or polynomial equation of state
25 # momAdvection - On/Off flag for momentum self transport
26 # momViscosity - On/Off flag for momentum mixing
27 #
28 &PARM01
29 # an's T,S profiles @ 23 levels
30 tRef = -1.930,-1.931,-1.932,-1.2854,-0.6,-0.6,-0.9,-1.2,-1.2,-1.3,
31 -1.4,-1.4,-1.5,-1.5,-1.5,-1.5,-1.3,-0.9,-0.3, 0.2,
32 0.5, 0.5, 0.5,
33 # tRef to use for 11,000 time step adjoint calculations
34 # tRef = -1.8420,-1.8464,-1.8392,-1.2854,-0.6,-0.6,-0.9,-1.2,-1.2,-1.3,
35 # -1.4,-1.4,-1.5,-1.5,-1.5,-1.5,-1.3,-0.9,-0.3, 0.2,
36 # 0.5, 0.5, 0.5
37 sRef = 29.0079,29.0080,29.0086,29.0775,30.7,31.6,31.9,32.1,32.3,32.4,
38 32.5,32.7,32.8,32.9,33.1,33.4,33.8,34.2,34.5,34.7,
39 34.8,34.8,34.8,
40 no_slip_sides=.FALSE.,
41 no_slip_bottom=.TRUE.,
42 viscAz=1.93e-5,
43 viscAh=5.E4,
44 diffKhT=0.0,
45 diffKzT=1.46e-7,
46 diffKhS=0.0,
47 diffKzS=1.46e-7,
48 # beta=1.E-11,
49 # 1-D setups work best with an f-plane due to unequal Coriolis force on north
50 # and south faces
51 selectCoriMap=0,
52 rigidLid=.FALSE.,
53 implicitFreeSurface=.TRUE.,
54 eosType='JMD95Z',
55 readBinaryPrec=32,
56 writeBinaryPrec=32,
57 saltStepping=.TRUE.,
58 tempStepping=.TRUE.,
59 momStepping=.TRUE.,
60 implicitDiffusion=.TRUE.,
61 implicitViscosity=.TRUE.,
62 allowFreezing=.FALSE.,
63 #- set wrong celsius2K to reproduce old results:
64 celsius2K=273.16,
65 HeatCapacity_Cp = 3986.0,
66 gravity = 9.8156,
67 rhoConst = 1027.0,
68 rhoConstFresh = 999.8,
69 useCDscheme=.FALSE.,
70 staggerTimeStep=.TRUE.,
71 multiDimAdvection=.false.,
72 tempAdvScheme=30,
73 saltAdvScheme=30,
74 vectorInvariantMomentum=.TRUE.,
75 useRealFreshWaterFlux = .TRUE.,
76 # debugLevel=1,
77 &
78
79 # Elliptic solver parameters
80 #
81 # cg2dMaxIters - Maximum number of 2d solver iterations
82 # cg2dTargetResidual - Solver target residual
83 #
84 &PARM02
85 cg2dMaxIters=1000,
86 cg2dTargetResidual=1.D-13,
87 &
88
89 # Time stepping parameters
90 #
91 # startTime - Integration starting time (s)
92 # endTime - Integration ending time (s)
93 # tauCD - CD scheme coupling timescale (s)
94 # deltaTMom - Timestep for momemtum equations (s)
95 # deltaTtracer - Tracer timestep (s)
96 # deltaTClock - Timestep used as model "clock" (s)
97 # abEps - Adams-Bashforth stabilising factor
98 # pChkPtFreq - Frequency of permanent check pointing (s)
99 # chkPtFreq - Frequency of rolling check pointing (s)
100 # dumpFreq - Frequency at which model state is stored (s)
101 # tauThetaClimRelax - Relaxation to climatology time scale (s)
102 # tauSaltClimRelax - Relaxation to climatology time scale (s)
103 #
104 &PARM03
105 nIter0=91248,
106 # startTime=0.0,
107 nTimeSteps= 10,
108 # nTimeSteps= 11000,
109 ### 10 days:
110 # endTime=864000.,
111 ### 365 days:
112 # endTime=31536000.,
113 ### 2 years:
114 # endTime=63072000.,
115 ### 10 years:
116 # endTime=315360000.,
117 ### 10 years spin up + 1 year for verification pick ups:
118 # endTime=346896000.,
119 deltaTtracer=3600.0,
120 deltaTClock =3600.0,
121 cAdjFreq=0.,
122 abEps=0.1,
123 tracForcingOutAB=1,
124 pChkptFreq=0.,
125 ### create winter checkpoint after 10 years
126 ### for 1-D varification experiment SEAICE_ITD_growth
127 ### write pick up in December 1 of 10th year:
128 # pChkptFreq=312768000.,
129 ### and for 1-D varification experiment SEAICE_ITD_melt
130 ### write pick up on June 1 of 11th year:
131 # pChkptFreq=328492800.,
132 ### write a pickup file every month (86400*365/12)
133 chkptFreq= 31536000.,
134 dumpFreq = 31536000.,
135 # taveFreq = 0.,
136 # monitorFreq=86400.,
137 # adjDumpFreq=86400.,
138 # adjMonitorFreq = 86400.,
139 monitorFreq=1.,
140 adjDumpFreq=0.,
141 adjMonitorFreq = 0.,
142
143 &
144
145 # Gridding parameters
146 #
147 # usingSphericalPolarGrid - On/Off flag for spherical polar coordinates
148 # delX - Zonal grid spacing (degrees)
149 # delY - Meridional grid spacing (degrees)
150 # delZ - Vertical grid spacing (m)
151 # ygOrigin - Southern boundary latitude (degrees)
152 #
153 &PARM04
154 usingCartesianGrid=.TRUE.,
155 dXspacing=5000.,
156 dYspacing=5000.,
157 # usingSphericalPolarGrid=.TRUE.,
158 # delX=1*2.E0,
159 # delY=1*2.E0,
160 delZ = 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.01,
161 10.03, 10.11, 10.32, 10.80, 11.76, 13.42, 16.04 , 19.82, 24.85,
162 31.10, 38.42, 46.50, 55.00, 63.50, 71.58,
163 # ygOrigin=65.,
164 # xgOrigin=280.,
165 # rSphere = 6371.D3,
166 &
167
168 &PARM05
169 bathyFile = 'bathy_1x1_1105m_testpool',
170 &

  ViewVC Help
Powered by ViewVC 1.1.22