/[MITgcm]/MITgcm/verification/natl_box_forward/input/data
ViewVC logotype

Contents of /MITgcm/verification/natl_box_forward/input/data

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


Revision 1.1.2.3 - (show annotations) (download)
Tue Jun 24 23:14:05 2003 UTC (20 years, 11 months ago) by heimbach
Branch: ecco-branch
CVS Tags: ecco_c51_e34d, ecco_c51_e34e, ecco_c51_e34f, ecco_c51_e34g, ecco_c51_e34a, ecco_c51_e34b, ecco_c51_e34c, ecco_c51_e34
Changes since 1.1.2.2: +1 -0 lines
Merging from c51
Now needs useCDscheme=.TRUE. in data file.

1 #
2 # ====================
3 # | Model parameters |
4 # ====================
5 #
6 # ******************************
7 # Continuous equation parameters
8 # ******************************
9 #
10 # tRef - Reference vertical potential temperature (deg C)
11 # sRef - Reference vertical salinity (PSU)
12 # viscAh - Horizontal eddy viscosity coefficient (m^2/s)
13 # viscAz - Vertical eddy viscosity coefficient (m^2/s)
14 # diffKhT - Horizontal temperature diffusivity (m^2/s)
15 # diffKzT - Vertical temperature diffusivity (m^2/s)
16 # diffKhS - Horizontal salt diffusivity (m^2/s)
17 # diffKzS - Vertical salt diffusivity (m^2/s)
18 # f0 - Reference coriolis parameter,
19 # south edge of f on beta plane (1/s)
20 # beta - df/dy (s^-1.m^-1)
21 # tAlpha - Linear EOS thermal expansion coefficient (1/oC)
22 # sBeta - Linear EOS haline contraction coefficient (1/ppt)
23 # gravity - Acceleration due to gravity (m/s^2)
24 # gBaro - Accel. due to gravity used in barotropic equation (m/s^2)
25 # rigidLid - Set to true to use rigid lid
26 # implicitFreeSurface - Set to true to use implicit free surface
27 # eosType - Flag for linear or polynomial equation of state
28 # momAdvection - On/Off flag for momentum self transport
29 # momViscosity - On/Off flag for momentum mixing
30 #
31 &PARM01
32 tRef= 24.0 , 23.0 , 22.0 , 21.0 , 20.0 ,
33 19.0 , 18.0 , 17.0 , 16.0 , 15.0 ,
34 14.0 , 13.0 , 12.0 , 11.0 , 10.0 ,
35 9.0 , 8.0 , 7.0 , 6.0, 5.0 ,
36 4.0 , 3.0 , 2.0 ,
37 sRef= 34.65, 34.75, 34.82, 34.87, 34.90,
38 34.90, 34.86, 34.78, 34.69, 34.60,
39 34.58, 34.62, 34.68, 34.72, 34.73,
40 34.74, 34.73, 34.73, 34.72, 34.72,
41 34.71, 34.70, 34.69,
42 viscAz = 1.E-3,
43 viscAh = 5.E4,
44 viscA4 = 5.E12,
45 diffKzT = 1.E-5,
46 diffKzS = 1.E-5,
47 diffKhT = 1.E3,
48 diffKhS = 1.E3,
49 f0 = 1.E-4,
50 beta = 1.E-11,
51 tAlpha = 2.E-4,
52 sBeta = 7.4E-4,
53 gravity = 9.81,
54 gBaro = 9.81,
55 rigidLid = .FALSE.,
56 implicitFreeSurface = .TRUE.,
57 implicitDiffusion = .TRUE.,
58 implicitViscosity = .TRUE.,
59 no_slip_sides = .FALSE.,
60 no_slip_bottom = .TRUE.,
61 saltStepping = .TRUE.,
62 tempStepping = .TRUE.,
63 momStepping = .TRUE.,
64 momAdvection = .TRUE.,
65 momViscosity = .TRUE.,
66 eosType = 'POLY3',
67 readBinaryPrec = 32,
68 writeBinaryPrec = 32,
69 useCDscheme=.TRUE.,
70 &
71
72 # **************************
73 # Elliptic solver parameters
74 # **************************
75 #
76 # cg2dMaxIters - Maximum number of 2d solver iterations
77 # cg2dTargetResidual - Solver target residual
78 #
79 &PARM02
80 cg2dMaxIters=1000,
81 cg2dTargetResidual=1.E-13,
82 &
83
84 # ************************
85 # Time stepping parameters
86 # ************************
87 #
88 # startTime - Integration starting time (s)
89 # endTime - Integration ending time (s)
90 # tauCD - CD scheme coupling timescale (s)
91 # deltaTMom - Timestep for momemtum equations (s)
92 # deltaTtracer - Tracer timestep (s)
93 # deltaTClock - Timestep used as model "clock" (s)
94 # abEps - Adams-Bashforth stabilising factor
95 # pChkPtFreq - Frequency of permanent check pointing (s)
96 # chkPtFreq - Frequency of rolling check pointing (s)
97 # dumpFreq - Frequency at which model state is stored (s)
98 # tauThetaClimRelax - Relaxation to climatology time scale (s)
99 # tauSaltClimRelax - Relaxation to climatology time scale (s)
100 #
101 &PARM03
102 startTime = 0.0,
103 endTime = 72000.0,
104 deltaTmom = 3600.0,
105 deltaTtracer = 3600.0,
106 deltaTClock = 3600.0,
107 tauCD = 172800.0,
108 abEps = 0.1,
109 cAdjFreq = 0.0,
110 pChkptFreq = 0.0,
111 chkptFreq = 0.0,
112 dumpFreq = 72000.0,
113 tauThetaClimRelax = 2592000.0,
114 tauSaltClimRelax = 2592000.0,
115 &
116
117 # *******************
118 # Gridding parameters
119 # *******************
120 #
121 # usingSphericalPolarGrid - On/Off flag for spherical polar coordinates
122 # usingCartesianGrid - On/Off flag for selecting cartesian coordinates
123 # delX - Zonal grid spacing (degrees)
124 # delY - Meridional grid spacing (degrees)
125 # delZ - Vertical grid spacing (m)
126 # phiMin - Southern boundary latitude (degrees)
127 #
128 &PARM04
129 usingCartesianGrid=.FALSE.,
130 usingSphericalPolarGrid=.TRUE.,
131 delX = 20*2.E0,
132 delY = 16*2.E0,
133 delZ = 10.,10.,15.,20.,20.,25.,35.,50.,75.,100.,
134 150.,200.,275.,350.,415.,450.,500.,500.,
135 500.,500.,500.,500.,500.,
136 phimin=10.,
137 thetamin=-42.,
138 &
139 # **********
140 # Data Files
141 # **********
142 #
143 # bathyFile - File containing bathymetry
144 # hydrogThetaFile - File containing initial potential temperature data
145 # hydrogSaltFile - File containing initial salinity data
146 # zonalWindFile - File containing zonal wind data
147 # meridWindFile - File containing meridional wind data
148 # thetaClimFile - File containing theta climatology used for relaxation
149 # saltClimFile - File containing salt climatology used for relaxation
150 #
151 &PARM05
152 bathyFile = 'kf_topog',
153 hydrogThetaFile = 'kf_climtheta',
154 hydrogSaltFile = 'kf_climsalt',
155 &
156
157 # Open boundaries
158 &PARM06
159 &
160
161 # Note: Some systems use & as the
162 # namelist terminator. Other systems
163 # use a / character (as shown here).

  ViewVC Help
Powered by ViewVC 1.1.22