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

Contents of /MITgcm/verification/lab_sea/input/data

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


Revision 1.17 - (show annotations) (download)
Thu Mar 2 02:02:58 2006 UTC (18 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.16: +1 -0 lines
set rotationPeriod to 1 day (=the previous value) since the default has changed

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 # momAdvection - On/Off flag for momentum self transport
26 # momViscosity - On/Off flag for momentum mixing
27 #
28 &PARM01
29 tRef= 24.0 , 23.0 , 22.0 , 21.0 , 20.0 ,
30 19.0 , 18.0 , 17.0 , 16.0 , 15.0 ,
31 14.0 , 13.0 , 12.0 , 11.0 , 10.0 ,
32 9.0 , 8.0 , 7.0 , 6.0, 5.0 ,
33 4.0 , 3.0 , 2.0 ,
34 sRef= 34.65, 34.75, 34.82, 34.87, 34.90,
35 34.90, 34.86, 34.78, 34.69, 34.60,
36 34.58, 34.62, 34.68, 34.72, 34.73,
37 34.74, 34.73, 34.73, 34.72, 34.72,
38 34.71, 34.70, 34.69,
39 no_slip_sides=.FALSE.,
40 no_slip_bottom=.TRUE.,
41 viscAz=1.93e-5,
42 viscAh=5.E4,
43 diffKhT=0.0,
44 diffKzT=1.46e-5,
45 diffKhS=0.0,
46 diffKzS=1.46e-5,
47 rotationPeriod=86400.,
48 beta=1.E-11,
49 tAlpha=2.E-4,
50 sBeta =7.4E-4,
51 rigidLid=.FALSE.,
52 implicitFreeSurface=.TRUE.,
53 eosType='JMD95Z',
54 readBinaryPrec=32,
55 writeBinaryPrec=32,
56 saltStepping=.TRUE.,
57 tempStepping=.TRUE.,
58 momStepping=.TRUE.,
59 implicitDiffusion=.TRUE.,
60 implicitViscosity=.TRUE.,
61 #globalFiles=.TRUE.,
62 #- not safe to use globalFiles in multi-processors runs; set instead useSingleCpuIO
63 useSingleCpuIO=.TRUE.,
64 allowFreezing=.FALSE.,
65 HeatCapacity_Cp = 3986.D0
66 gravity = 9.8156,
67 gBaro = 9.8156,
68 rhoNil = 1027.D0
69 useCDscheme=.TRUE.,
70 useNHMTerms=.TRUE.,
71 &
72
73 # Elliptic solver parameters
74 #
75 # cg2dMaxIters - Maximum number of 2d solver iterations
76 # cg2dTargetResidual - Solver target residual
77 #
78 &PARM02
79 cg2dMaxIters=500,
80 cg2dTargetResidual=1.D-8
81 &
82
83 # Time stepping parameters
84 #
85 # startTime - Integration starting time (s)
86 # endTime - Integration ending time (s)
87 # tauCD - CD scheme coupling timescale (s)
88 # deltaTMom - Timestep for momemtum equations (s)
89 # deltaTtracer - Tracer timestep (s)
90 # deltaTClock - Timestep used as model "clock" (s)
91 # abEps - Adams-Bashforth stabilising factor
92 # pChkPtFreq - Frequency of permanent check pointing (s)
93 # chkPtFreq - Frequency of rolling check pointing (s)
94 # dumpFreq - Frequency at which model state is stored (s)
95 # tauThetaClimRelax - Relaxation to climatology time scale (s)
96 # tauSaltClimRelax - Relaxation to climatology time scale (s)
97 #
98 &PARM03
99 tauCD=172800.,
100 startTime=0.0,
101 endTime=36000.,
102 deltaTmom=3600.0,
103 deltaTtracer=3600.0,
104 deltaTClock =3600.0,
105 cAdjFreq=0.,
106 abEps=0.1,
107 pChkptFreq=36000.,
108 chkptFreq= 0.,
109 dumpFreq = 0.,
110 tavefreq = 36000.,
111 tauSaltClimRelax = 4142330.,
112 tauThetaClimRelax = 0.,
113 monitorFreq=1.,
114 forcing_In_AB = .FALSE.
115 &
116
117 # Gridding parameters
118 #
119 # usingSphericalPolarGrid - On/Off flag for spherical polar coordinates
120 # usingCartesianGrid - On/Off flag for selecting cartesian coordinates
121 # delX - Zonal grid spacing (degrees)
122 # delY - Meridional grid spacing (degrees)
123 # delZ - Vertical grid spacing (m)
124 # phiMin - Southern boundary latitude (degrees)
125 #
126 &PARM04
127 usingCartesianGrid=.FALSE.,
128 usingSphericalPolarGrid=.TRUE.,
129 delX=20*2.E0,
130 delY=16*2.E0,
131 delZ= 10., 10., 15., 20., 20., 25., 35., 50., 75.,
132 100., 150., 200., 275., 350., 415., 450.,
133 500., 500., 500., 500., 500., 500., 500.
134 phimin=46.,
135 thetamin=280.,
136 rSphere = 6371.D3
137 &
138
139 # Input datasets
140 #
141 # bathyFile - File containing bathymetry
142 # hydrogThetaFile - File containing initial potential temperature data
143 # hydrogSaltFile - File containing initial salinity data
144 # zonalWindFile - File containing zonal wind data
145 # meridWindFile - File containing meridional wind data
146 # thetaClimFile - File containing theta climatology used for relaxation
147 # saltClimFile - File containing salt climatology used for relaxation
148 #
149 &PARM05
150 bathyFile = 'bathy.labsea1979',
151 hydrogThetaFile = 'LevCli_temp.labsea1979',
152 hydrogSaltFile = 'LevCli_salt.labsea1979',
153 &

  ViewVC Help
Powered by ViewVC 1.1.22