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

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

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


Revision 1.2 - (show annotations) (download)
Tue Jan 8 09:14:12 2008 UTC (16 years, 4 months ago) by dimitri
Branch: MAIN
Changes since 1.1: +8 -11 lines
preparing for a pkg/obcs + pkg/seaice verification experiment,
which will be carved out of lab_sea/input.salt_plume

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 # gravity - Acceleration due to gravity (m/s^2)
16 # rigidLid - Set to true to use rigid lid
17 # implicitFreeSurface - Set to true to use implicit free surface
18 # eosType - Flag for linear or polynomial equation of state
19 # momAdvection - On/Off flag for momentum self transport
20 # momViscosity - On/Off flag for momentum mixing
21 #
22 &PARM01
23 tRef= 24.0 , 23.0 , 22.0 , 21.0 , 20.0 ,
24 19.0 , 18.0 , 17.0 , 16.0 , 15.0 ,
25 14.0 , 13.0 , 12.0 , 11.0 , 10.0 ,
26 9.0 , 8.0 , 7.0 , 6.0, 5.0 ,
27 4.0 , 3.0 , 2.0 ,
28 sRef= 34.65, 34.75, 34.82, 34.87, 34.90,
29 34.90, 34.86, 34.78, 34.69, 34.60,
30 34.58, 34.62, 34.68, 34.72, 34.73,
31 34.74, 34.73, 34.73, 34.72, 34.72,
32 34.71, 34.70, 34.69,
33 no_slip_sides=.FALSE.,
34 no_slip_bottom=.TRUE.,
35 viscAz=1.93e-5,
36 viscAh=5.E4,
37 diffKhT=0.0,
38 diffKzT=1.46e-5,
39 diffKhS=0.0,
40 diffKzS=1.46e-5,
41 rigidLid=.FALSE.,
42 implicitFreeSurface=.TRUE.,
43 eosType='JMD95Z',
44 readBinaryPrec=32,
45 writeBinaryPrec=32,
46 saltStepping=.TRUE.,
47 tempStepping=.TRUE.,
48 momStepping=.TRUE.,
49 implicitDiffusion=.TRUE.,
50 implicitViscosity=.TRUE.,
51 tempAdvScheme=7,
52 saltAdvScheme=7,
53 useSingleCpuIO=.TRUE.,
54 allowFreezing=.FALSE.,
55 HeatCapacity_Cp = 3986.D0,
56 gravity = 9.8156,
57 rhoNil = 1027.D0,
58 convertFW2Salt=-1,
59 &
60
61 # Elliptic solver parameters
62 #
63 # cg2dMaxIters - Maximum number of 2d solver iterations
64 # cg2dTargetResidual - Solver target residual
65 #
66 &PARM02
67 cg2dMaxIters=500,
68 cg2dTargetResidual=1.E-12,
69 &
70
71 # Time stepping parameters
72 #
73 # startTime - Integration starting time (s)
74 # endTime - Integration ending time (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 # dumpFreq - Frequency at which model state is stored (s)
80 # tauThetaClimRelax - Relaxation to climatology time scale (s)
81 # tauSaltClimRelax - Relaxation to climatology time scale (s)
82 #
83 &PARM03
84 startTime=0.0,
85 endTime=36000.,
86 deltaTmom=3600.0,
87 deltaTtracer=3600.0,
88 deltaTClock =3600.0,
89 cAdjFreq=0.,
90 abEps=0.1,
91 pChkptFreq=3600000.,
92 dumpFreq = 3600.,
93 tauSaltClimRelax = 4142330.,
94 tauThetaClimRelax = 0.,
95 monitorFreq=1.,
96 forcing_In_AB = .FALSE.,
97 &
98
99 # Gridding parameters
100 #
101 # usingSphericalPolarGrid - On/Off flag for spherical polar coordinates
102 # delX - Zonal grid spacing (degrees)
103 # delY - Meridional grid spacing (degrees)
104 # delZ - Vertical grid spacing (m)
105 # phiMin - Southern boundary latitude (degrees)
106 #
107 &PARM04
108 usingSphericalPolarGrid=.TRUE.,
109 delX=20*2.E0,
110 delY=16*2.E0,
111 delZ= 10., 10., 15., 20., 20., 25., 35., 50., 75.,
112 100., 150., 200., 275., 350., 415., 450.,
113 500., 500., 500., 500., 500., 500., 500.,
114 phimin=46.,
115 thetamin=280.,
116 rSphere = 6371.D3,
117 &
118
119 # Input datasets
120 #
121 # bathyFile - File containing bathymetry
122 # hydrogThetaFile - File containing initial potential temperature data
123 # hydrogSaltFile - File containing initial salinity data
124 # zonalWindFile - File containing zonal wind data
125 # meridWindFile - File containing meridional wind data
126 # thetaClimFile - File containing theta climatology used for relaxation
127 # saltClimFile - File containing salt climatology used for relaxation
128 #
129 &PARM05
130 bathyFile = 'bathy.labsea1979',
131 # hydrogThetaFile = 'LevCli_temp.labsea1979.m8',
132 # hydrogSaltFile = 'LevCli_salt.labsea1979',
133 hydrogThetaFile = 'T.0000001000.data',
134 hydrogSaltFile = 'S.0000001000.data',
135 uVelInitFile = 'U.0000001000.data',
136 vVelInitFile = 'V.0000001000.data',
137 &

  ViewVC Help
Powered by ViewVC 1.1.22