/[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.8 - (show annotations) (download)
Fri Apr 29 18:47:03 2005 UTC (19 years, 1 month ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint57m_post, checkpoint57s_post, checkpoint57r_post, checkpoint57i_post, checkpoint57l_post, checkpoint57t_post, checkpoint57v_post, checkpoint57h_pre, checkpoint57h_post, checkpoint57p_post, checkpint57u_post, checkpoint57q_post, checkpoint57h_done, checkpoint57j_post, checkpoint57o_post, checkpoint57k_post, checkpoint57w_post
Changes since 1.7: +2 -1 lines
o added diagnostics to pkg/kpp, including computation of mixed layer
  depth based on a temperature/density criterion
o updated verification/natl_box to test the new pkg/kpp diagnostics

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

  ViewVC Help
Powered by ViewVC 1.1.22