/[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.12 - (show annotations) (download)
Thu Oct 26 18:50:45 2006 UTC (17 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59, checkpoint58y_post, checkpoint58t_post, checkpoint60, checkpoint61, checkpoint58w_post, checkpoint58r_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint58v_post, checkpoint58x_post, checkpoint61e, checkpoint58u_post, checkpoint58s_post, checkpoint61d, checkpoint61b, checkpoint61c, checkpoint61a
Changes since 1.11: +4 -12 lines
use std version of EXTERNAL_FIELDS_LOAD with baseTime=externForcingPeriod/2
 to mimic the former local version (in ../code) of this S/R.

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

  ViewVC Help
Powered by ViewVC 1.1.22