/[MITgcm]/MITgcm/verification/1D_ocean_ice_column/input/data
ViewVC logotype

Contents of /MITgcm/verification/1D_ocean_ice_column/input/data

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


Revision 1.9 - (show annotations) (download)
Mon Jun 27 16:36:22 2011 UTC (12 years, 10 months ago) by ifenty
Branch: MAIN
CVS Tags: checkpoint63h, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint63
Changes since 1.8: +3 -3 lines
Updated results of 1D ocean-ice verification experiment so that the testresport
passes on baudelaire after making it an f-plane 1x1x23 domain.

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
34 # tRef to use for 11,000 time step adjoint calculations
35 # tRef = -1.8420,-1.8464,-1.8392,-1.2854,-0.6,-0.6,-0.9,-1.2,-1.2,-1.3,
36 # -1.4,-1.4,-1.5,-1.5,-1.5,-1.5,-1.3,-0.9,-0.3, 0.2,
37 # 0.5, 0.5, 0.5
38
39 sRef = 29.0079,29.0080,29.0086,29.0775,30.7,31.6,31.9,32.1,32.3,32.4,
40 32.5,32.7,32.8,32.9,33.1,33.4,33.8,34.2,34.5,34.7,
41 34.8,34.8,34.8,
42 no_slip_sides=.FALSE.,
43 no_slip_bottom=.TRUE.,
44 viscAz=1.93e-5,
45 viscAh=5.E4,
46 diffKhT=0.0,
47 diffKzT=1.46e-7,
48 diffKhS=0.0,
49 diffKzS=1.46e-7,
50 # beta=1.E-11,
51 # 1-D setups work best with an f-plane due to unequal Coriolis force on north
52 # and south faces
53 selectCoriMap=0
54 tAlpha=2.E-4,
55 sBeta =7.4E-4,
56 rigidLid=.FALSE.,
57 implicitFreeSurface=.TRUE.,
58 eosType='JMD95Z',
59 readBinaryPrec=32,
60 writeBinaryPrec=32,
61 saltStepping=.TRUE.,
62 tempStepping=.TRUE.,
63 momStepping=.TRUE.,
64 implicitDiffusion=.TRUE.,
65 implicitViscosity=.TRUE.,
66 #globalFiles=.TRUE.,
67 #- not safe to use globalFiles in multi-processors runs; set instead useSingleCpuIO
68 useSingleCpuIO=.FALSE.,
69 allowFreezing=.FALSE.,
70 HeatCapacity_Cp = 3986.D0
71 gravity = 9.8156,
72 rhoNil = 1027.D0
73 rhoConstFresh = 999.8,
74 useCDscheme=.FALSE.,
75 inAdExact=.TRUE.,
76 staggerTimeStep=.TRUE.,
77 multiDimAdvection=.false.,
78 tempAdvScheme=30,
79 saltAdvScheme=30,
80
81 vectorInvariantMomentum=.TRUE.,
82 useRealFreshWaterFlux = .TRUE.,
83 # debugLevel=1,
84 &
85
86 # Elliptic solver parameters
87 #
88 # cg2dMaxIters - Maximum number of 2d solver iterations
89 # cg2dTargetResidual - Solver target residual
90 #
91 &PARM02
92 cg2dMaxIters=1000,
93 cg2dTargetResidual=1.D-13,
94 &
95
96 # Time stepping parameters
97 #
98 # startTime - Integration starting time (s)
99 # endTime - Integration ending time (s)
100 # tauCD - CD scheme coupling timescale (s)
101 # deltaTMom - Timestep for momemtum equations (s)
102 # deltaTtracer - Tracer timestep (s)
103 # deltaTClock - Timestep used as model "clock" (s)
104 # abEps - Adams-Bashforth stabilising factor
105 # pChkPtFreq - Frequency of permanent check pointing (s)
106 # chkPtFreq - Frequency of rolling check pointing (s)
107 # dumpFreq - Frequency at which model state is stored (s)
108 # tauThetaClimRelax - Relaxation to climatology time scale (s)
109 # tauSaltClimRelax - Relaxation to climatology time scale (s)
110 #
111 &PARM03
112
113 startTime=0.0,
114 nTimeSteps= 10,
115 # nTimeSteps= 11000,
116
117 deltaTtracer=3600.0,
118 deltaTClock =3600.0,
119
120 cAdjFreq=0.,
121 abEps=0.1,
122 pChkptFreq=0.,
123 chkptFreq= 0.,
124 dumpFreq = 0.,
125 tavefreq = 0.,
126 monitorFreq=1.,
127 adjDumpFreq=1.,
128 adjMonitorFreq = 1.,
129
130 # monitorFreq=86400.,
131 # adjDumpFreq=86400.,
132 # adjMonitorFreq = 86400.,
133 tracForcingOutAB=1,
134
135 &
136
137 # Gridding parameters
138 #
139 # usingSphericalPolarGrid - On/Off flag for spherical polar coordinates
140 # delX - Zonal grid spacing (degrees)
141 # delY - Meridional grid spacing (degrees)
142 # delZ - Vertical grid spacing (m)
143 # ygOrigin - Southern boundary latitude (degrees)
144 #
145 &PARM04
146 usingCartesianGrid=.TRUE.,
147 dXspacing=5000.,
148 dYspacing=5000.,
149
150 # usingSphericalPolarGrid=.TRUE.,
151 # delX=1*2.E0,
152 # delY=1*2.E0,
153
154 delZ = 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.01,
155 10.03, 10.11, 10.32, 10.80, 11.76, 13.42, 16.04 , 19.82, 24.85,
156 31.10, 38.42, 46.50, 55.00, 63.50, 71.58,
157
158 # ygOrigin=65.,
159 # xgOrigin=280.,
160 # rSphere = 6371.D3,
161 &
162
163 &PARM05
164 bathyFile = 'bathy_1x1_1105m_testpool',
165 &

  ViewVC Help
Powered by ViewVC 1.1.22