/[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.15 - (show annotations) (download)
Mon Jun 29 22:10:19 2009 UTC (14 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint62c, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint64, checkpoint65, checkpoint62, checkpoint63, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint65o, checkpoint62b, checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, checkpoint61z, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61s, checkpoint61x, checkpoint61y, HEAD
Changes since 1.14: +1 -1 lines
use default rotation period.

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 # ygOrigin - 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 ygOrigin = 10.,
114 xgOrigin= -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