/[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.9 - (show annotations) (download)
Sun Nov 6 02:59:15 2005 UTC (19 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57y_post, checkpoint58, checkpoint58a_post, checkpoint57z_post, checkpoint57y_pre, checkpoint57x_post
Changes since 1.8: +2 -1 lines
comment out globalFiles=.TRUE.

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 useCDscheme = .TRUE.,
47 useNHMTerms = .TRUE.,
48 eosType = 'POLY3',
49 momAdvection = .TRUE.,
50 momViscosity = .TRUE.,
51 implicitDiffusion = .TRUE.,
52 implicitViscosity = .TRUE.,
53 no_slip_bottom = .TRUE.,
54 no_slip_sides = .FALSE.,
55 readBinaryPrec = 32,
56 #- not safe to use globalFiles in multi-processors runs
57 #globalFiles = .TRUE.
58 &
59
60 # Elliptic solver parameters
61 #
62 # cg2dMaxIters - Maximum number of 2d solver iterations
63 # cg2dTargetResidual - Solver target residual
64 #
65 &PARM02
66 cg2dMaxIters = 1000,
67 cg2dTargetResidual = 1.E-13,
68 &
69
70 # Time stepping parameters
71 #
72 # startTime - Integration starting time (s)
73 # endTime - Integration ending time (s)
74 # tauCD - CD scheme coupling timescale (s)
75 # deltaTMom - Timestep for momemtum equations (s)
76 # deltaTtracer - Tracer timestep (s)
77 # deltaTClock - Timestep used as model "clock" (s)
78 # abEps - Adams-Bashforth stabilising factor
79 # pChkPtFreq - Frequency of permanent check pointing (s)
80 # chkPtFreq - Frequency of rolling check pointing (s)
81 # dumpFreq - Frequency at which model state is stored (s)
82 # tauThetaClimRelax - Relaxation to climatology time scale (s)
83 # tauSaltClimRelax - Relaxation to climatology time scale (s)
84 #
85 &PARM03
86 startTime = 0.0,
87 endTime = 72000.0,
88 deltaTmom = 3600.0,
89 TauCD = 172800.
90 cAdjFreq = 0.,
91 abEps = 0.1,
92 pChkptFreq = 0.0,
93 chkptFreq = 0.0,
94 dumpFreq = 39600.0,
95 tauSaltClimRelax = 2592000.0,
96 tauThetaClimRelax = 2592000.0,
97 periodicExternalForcing = .TRUE.,
98 externForcingPeriod = 43200.0,
99 externForcingCycle = 2764800.0,
100 monitorFreq=1.,
101 &
102
103 # Gridding parameters
104 #
105 # usingSphericalPolarGrid - On/Off flag for spherical polar coordinates
106 # usingCartesianGrid - On/Off flag for selecting cartesian coordinates
107 # delX - Zonal grid spacing (degrees)
108 # delY - Meridional grid spacing (degrees)
109 # delZ - Vertical grid spacing (m)
110 # phiMin - Southern boundary latitude (degrees)
111 #
112 &PARM04
113 usingCartesianGrid = .FALSE.,
114 usingSphericalPolarGrid = .TRUE.,
115 delX = 20*2.,
116 delY = 16*2.,
117 delZ= 10., 10., 15., 20., 20., 25., 35., 50., 75.,
118 100., 150., 200., 275., 350., 415., 450.,
119 500., 500., 500., 500., 500., 500., 500.
120 phiMin = 10.,
121 thetaMin= -42.
122 &
123
124 # Input datasets
125 #
126 # bathyFile - File containing bathymetry
127 # hydrogThetaFile - File containing initial potential temperature data
128 # hydrogSaltFile - File containing initial salinity data
129 # zonalWindFile - File containing zonal wind data
130 # meridWindFile - File containing meridional wind data
131 # thetaClimFile - File containing theta climatology used for relaxation
132 # saltClimFile - File containing salt climatology used for relaxation
133 #
134 &PARM05
135 bathyFile = 'kf_topog',
136 hydrogThetaFile = 'kf_climtheta',
137 hydrogSaltFile = 'kf_climsalt',
138 zonalWindFile = 'kf_fu',
139 meridWindFile = 'kf_fv',
140 thetaClimFile = 'kf_sst',
141 saltClimFile = 'kf_sss',
142 surfQFile = 'kf_qnet',
143 EmPmRFile = 'kf_empmr',
144 surfQswFile = 'kf_sw',
145 &

  ViewVC Help
Powered by ViewVC 1.1.22