/[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.14 - (show annotations) (download)
Wed Jul 4 18:09:14 2012 UTC (11 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint64, checkpoint65, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, HEAD
Changes since 1.13: +6 -21 lines
remove inAdExact=.TRUE., (this is already the default value for inAdExact)

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 startTime=0.0,
106 nTimeSteps= 10,
107 # nTimeSteps= 11000,
108 deltaTtracer=3600.0,
109 deltaTClock =3600.0,
110 cAdjFreq=0.,
111 abEps=0.1,
112 tracForcingOutAB=1,
113 pChkptFreq=0.,
114 chkptFreq= 0.,
115 dumpFreq = 0.,
116 taveFreq = 0.,
117 # monitorFreq=86400.,
118 # adjDumpFreq=86400.,
119 # adjMonitorFreq = 86400.,
120 monitorFreq=1.,
121 adjDumpFreq=1.,
122 adjMonitorFreq = 1.,
123 &
124
125 # Gridding parameters
126 #
127 # usingSphericalPolarGrid - On/Off flag for spherical polar coordinates
128 # delX - Zonal grid spacing (degrees)
129 # delY - Meridional grid spacing (degrees)
130 # delZ - Vertical grid spacing (m)
131 # ygOrigin - Southern boundary latitude (degrees)
132 #
133 &PARM04
134 usingCartesianGrid=.TRUE.,
135 dXspacing=5000.,
136 dYspacing=5000.,
137 # usingSphericalPolarGrid=.TRUE.,
138 # delX=1*2.E0,
139 # delY=1*2.E0,
140 delZ = 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.01,
141 10.03, 10.11, 10.32, 10.80, 11.76, 13.42, 16.04 , 19.82, 24.85,
142 31.10, 38.42, 46.50, 55.00, 63.50, 71.58,
143 # ygOrigin=65.,
144 # xgOrigin=280.,
145 # rSphere = 6371.D3,
146 &
147
148 &PARM05
149 bathyFile = 'bathy_1x1_1105m_testpool',
150 &

  ViewVC Help
Powered by ViewVC 1.1.22