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

Contents of /MITgcm/verification/natl_box/input/data

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


Revision 1.3 - (show annotations) (download)
Fri Feb 2 21:36:34 2001 UTC (23 years, 3 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint36, checkpoint35
Changes since 1.2: +0 -4 lines
Merged changes from branch "branch-atmos-merge" into MAIN (checkpoint34)
 - substantial modifications to algorithm sequence (dynamics.F)
 - packaged OBCS, Shapiro filter, Zonal filter, Atmospheric Physics

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 # GMkbackground - background value of GM/Redi coefficient
26 # momAdvection - On/Off flag for momentum self transport
27 # momViscosity - On/Off flag for momentum mixing
28 #
29 &PARM01
30 viscAz = 1.E-3,
31 diffKzT = 1.E-5,
32 diffKzS = 1.E-5,
33 viscAh = 5.0E4,
34 viscA4 = 5.e12,
35 diffKhT = 1.0E3,
36 diffKhS = 1.0E3,
37 f0 = 1.e-4,
38 beta = 1.E-11,
39 tAlpha = 2.E-4,
40 sBeta = 7.4E-4,
41 gravity = 9.81,
42 gBaro = 9.81,
43 rigidLid = .FALSE.,
44 implicitFreeSurface= .TRUE.,
45 implicitDiffusion = .TRUE.,
46 eosType = 'POLY3',
47 momAdvection = .TRUE.,
48 momViscosity = .TRUE.,
49 implicitDiffusion = .TRUE.,
50 implicitViscosity = .TRUE.,
51 no_slip_bottom = .TRUE.,
52 no_slip_sides = .FALSE.,
53 readBinaryPrec = 32,
54 &
55
56 # Elliptic solver parameters
57 #
58 # cg2dMaxIters - Maximum number of 2d solver iterations
59 # cg2dTargetResidual - Solver target residual
60 #
61 &PARM02
62 cg2dMaxIters = 1000,
63 cg2dTargetResidual = 1.E-13,
64 &
65
66 # Time stepping parameters
67 #
68 # startTime - Integration starting time (s)
69 # endTime - Integration ending time (s)
70 # tauCD - CD scheme coupling timescale (s)
71 # deltaTMom - Timestep for momemtum equations (s)
72 # deltaTtracer - Tracer timestep (s)
73 # deltaTClock - Timestep used as model "clock" (s)
74 # abEps - Adams-Bashforth stabilising factor
75 # pChkPtFreq - Frequency of permanent check pointing (s)
76 # chkPtFreq - Frequency of rolling check pointing (s)
77 # dumpFreq - Frequency at which model state is stored (s)
78 # tauThetaClimRelax - Relaxation to climatology time scale (s)
79 # tauSaltClimRelax - Relaxation to climatology time scale (s)
80 #
81 &PARM03
82 startTime = 0.0,
83 endTime = 2592000.0,
84 deltaTmom = 3600.0,
85 TauCD = 172800.
86 cAdjFreq = 0.,
87 abEps = 0.1,
88 pChkptFreq = 0.0,
89 chkptFreq = 0.0,
90 dumpFreq = 864000.0,
91 tauSaltClimRelax = 2592000.0,
92 tauThetaClimRelax = 2592000.0,
93 periodicExternalForcing = .TRUE.,
94 externForcingPeriod = 43200.0,
95 externForcingCycle = 2764800.0,
96 &
97
98 # Gridding parameters
99 #
100 # usingSphericalPolarGrid - On/Off flag for spherical polar coordinates
101 # usingCartesianGrid - On/Off flag for selecting cartesian coordinates
102 # delX - Zonal grid spacing (degrees)
103 # delY - Meridional grid spacing (degrees)
104 # delZ - Vertical grid spacing (m)
105 # phiMin - Southern boundary latitude (degrees)
106 #
107 &PARM04
108 usingCartesianGrid = .FALSE.,
109 usingSphericalPolarGrid = .TRUE.,
110 delX = 20*2.,
111 delY = 16*2.,
112 delZ= 10., 10., 15., 20., 20., 25., 35., 50., 75.,
113 100., 150., 200., 275., 350., 415., 450.,
114 500., 500., 500., 500., 500., 500., 500.
115 phiMin = 10.,
116 thetaMin= -42.
117 &
118
119 # Input datasets
120 #
121 # bathyFile - File containing bathymetry
122 # hydrogThetaFile - File containing initial potential temperature data
123 # hydrogSaltFile - File containing initial salinity data
124 # zonalWindFile - File containing zonal wind data
125 # meridWindFile - File containing meridional wind data
126 # thetaClimFile - File containing theta climatology used for relaxation
127 # saltClimFile - File containing salt climatology used for relaxation
128 #
129 &PARM05
130 bathyFile = 'kf_topog',
131 hydrogThetaFile = 'kf_climtheta',
132 hydrogSaltFile = 'kf_climsalt',
133 zonalWindFile = 'kf_fu',
134 meridWindFile = 'kf_fv',
135 thetaClimFile = 'kf_sst',
136 saltClimFile = 'kf_sss',
137 surfQFile = 'kf_qnet',
138 EmPmRFile = 'kf_empmr',
139 surfQswFile = 'kf_sw',
140 &

  ViewVC Help
Powered by ViewVC 1.1.22