/[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.2 - (show annotations) (download)
Thu Feb 13 19:28:39 2003 UTC (21 years, 2 months ago) by dimitri
Branch: ecco-branch
CVS Tags: ecco_c50_e29, ecco_c50_e28, ecco_c44_e26, ecco_c44_e27, icebear5, icebear4, icebear3, icebear2, ecco_c50_e33a, ecco_c50_e32, ecco_c50_e33, ecco_c50_e30, ecco_c50_e31
Branch point for: icebear
Changes since 1.1.2.1: +12 -5 lines
o Merging pkg/exf and pkg/seaice from cvs tag ecco_ice2

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 &
70
71 # **************************
72 # Elliptic solver parameters
73 # **************************
74 #
75 # cg2dMaxIters - Maximum number of 2d solver iterations
76 # cg2dTargetResidual - Solver target residual
77 #
78 &PARM02
79 cg2dMaxIters=1000,
80 cg2dTargetResidual=1.E-13,
81 &
82
83 # ************************
84 # Time stepping parameters
85 # ************************
86 #
87 # startTime - Integration starting time (s)
88 # endTime - Integration ending time (s)
89 # tauCD - CD scheme coupling timescale (s)
90 # deltaTMom - Timestep for momemtum equations (s)
91 # deltaTtracer - Tracer timestep (s)
92 # deltaTClock - Timestep used as model "clock" (s)
93 # abEps - Adams-Bashforth stabilising factor
94 # pChkPtFreq - Frequency of permanent check pointing (s)
95 # chkPtFreq - Frequency of rolling check pointing (s)
96 # dumpFreq - Frequency at which model state is stored (s)
97 # tauThetaClimRelax - Relaxation to climatology time scale (s)
98 # tauSaltClimRelax - Relaxation to climatology time scale (s)
99 #
100 &PARM03
101 startTime = 0.0,
102 endTime = 72000.0,
103 deltaTmom = 3600.0,
104 deltaTtracer = 3600.0,
105 deltaTClock = 3600.0,
106 tauCD = 172800.0,
107 abEps = 0.1,
108 cAdjFreq = 0.0,
109 pChkptFreq = 0.0,
110 chkptFreq = 0.0,
111 dumpFreq = 72000.0,
112 tauThetaClimRelax = 2592000.0,
113 tauSaltClimRelax = 2592000.0,
114 &
115
116 # *******************
117 # Gridding parameters
118 # *******************
119 #
120 # usingSphericalPolarGrid - On/Off flag for spherical polar coordinates
121 # usingCartesianGrid - On/Off flag for selecting cartesian coordinates
122 # delX - Zonal grid spacing (degrees)
123 # delY - Meridional grid spacing (degrees)
124 # delZ - Vertical grid spacing (m)
125 # phiMin - Southern boundary latitude (degrees)
126 #
127 &PARM04
128 usingCartesianGrid=.FALSE.,
129 usingSphericalPolarGrid=.TRUE.,
130 delX = 20*2.E0,
131 delY = 16*2.E0,
132 delZ = 10.,10.,15.,20.,20.,25.,35.,50.,75.,100.,
133 150.,200.,275.,350.,415.,450.,500.,500.,
134 500.,500.,500.,500.,500.,
135 phimin=10.,
136 thetamin=-42.,
137 &
138 # **********
139 # Data Files
140 # **********
141 #
142 # bathyFile - File containing bathymetry
143 # hydrogThetaFile - File containing initial potential temperature data
144 # hydrogSaltFile - File containing initial salinity data
145 # zonalWindFile - File containing zonal wind data
146 # meridWindFile - File containing meridional wind data
147 # thetaClimFile - File containing theta climatology used for relaxation
148 # saltClimFile - File containing salt climatology used for relaxation
149 #
150 &PARM05
151 bathyFile = 'kf_topog',
152 hydrogThetaFile = 'kf_climtheta',
153 hydrogSaltFile = 'kf_climsalt',
154 &
155
156 # Open boundaries
157 &PARM06
158 &
159
160 # Note: Some systems use & as the
161 # namelist terminator. Other systems
162 # use a / character (as shown here).

  ViewVC Help
Powered by ViewVC 1.1.22