/[MITgcm]/MITgcm/verification/lab_sea/input/DATA.1hour
ViewVC logotype

Contents of /MITgcm/verification/lab_sea/input/DATA.1hour

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


Revision 1.4 - (show annotations) (download)
Fri May 23 21:58:05 2003 UTC (21 years ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint51k_post, checkpoint51j_post, checkpoint52e_pre, checkpoint51n_pre, checkpoint52d_pre, checkpoint50g_post, branchpoint-genmake2, branch-netcdf, checkpoint51r_post, checkpoint52b_pre, checkpoint51o_pre, checkpoint51i_post, checkpoint51e_post, checkpoint51b_post, checkpoint51l_pre, checkpoint51l_post, checkpoint51o_post, checkpoint51f_pre, checkpoint51q_post, checkpoint51, checkpoint52, checkpoint52d_post, checkpoint51b_pre, checkpoint52a_post, checkpoint52b_post, checkpoint52f_post, checkpoint52c_post, checkpoint51h_pre, checkpoint51g_post, ecco_c52_e35, checkpoint51f_post, checkpoint52e_post, checkpoint51c_post, checkpoint52a_pre, checkpoint51d_post, checkpoint51m_post, checkpoint51t_post, checkpoint50h_post, checkpoint52i_post, checkpoint51a_post, checkpoint50i_post, checkpoint51p_post, checkpoint51n_post, checkpoint51i_pre, checkpoint52i_pre, checkpoint51u_post, checkpoint52h_pre, checkpoint52f_pre, checkpoint51s_post
Branch point for: netcdf-sm0, branch-genmake2, branch-nonh, tg2-branch, checkpoint51n_branch
Changes since 1.3: +1 -0 lines
checkpoint50g_post
o merged with release1_p17 (pkg/seaice and verification/lab_sea)
  - added SEAICE_MULTILEVEL for 8-category sea-ice thermodynamics
  - LSR sea-ice dynamic solver moved to SouthWest B-grid location and
    made the default because of faster convergence than ADI

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= 23*-1.9,
30 sRef= 23*35,
31 no_slip_sides=.FALSE.,
32 no_slip_bottom=.TRUE.,
33 viscAz=1.93e-5,
34 viscAh=5.E4,
35 diffKhT=0.0,
36 diffKzT=1.46e-5,
37 diffKhS=0.0,
38 diffKzS=1.46e-5,
39 beta=1.E-11,
40 tAlpha=2.E-4,
41 sBeta =7.4E-4,
42 rigidLid=.FALSE.,
43 implicitFreeSurface=.TRUE.,
44 eosType='LINEAR',
45 readBinaryPrec=32,
46 writeBinaryPrec=32,
47 saltStepping=.TRUE.,
48 tempStepping=.TRUE.,
49 momStepping=.TRUE.,
50 implicitDiffusion=.TRUE.,
51 implicitViscosity=.TRUE.,
52 globalFiles=.TRUE.,
53 allowFreezing=.FALSE.,
54 HeatCapacity_Cp = 3986.D0
55 gravity = 9.8156,
56 gBaro = 9.8156,
57 rhoNil = 1027.D0
58 useCDscheme=.TRUE.
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.D-8
69 &
70
71 # Time stepping parameters
72 #
73 # startTime - Integration starting time (s)
74 # endTime - Integration ending time (s)
75 # tauCD - CD scheme coupling timescale (s)
76 # deltaTMom - Timestep for momemtum equations (s)
77 # deltaTtracer - Tracer timestep (s)
78 # deltaTClock - Timestep used as model "clock" (s)
79 # abEps - Adams-Bashforth stabilising factor
80 # pChkPtFreq - Frequency of permanent check pointing (s)
81 # chkPtFreq - Frequency of rolling check pointing (s)
82 # dumpFreq - Frequency at which model state is stored (s)
83 # tauThetaClimRelax - Relaxation to climatology time scale (s)
84 # tauSaltClimRelax - Relaxation to climatology time scale (s)
85 #
86 &PARM03
87 tauCD=172800.,
88 startTime=0.0,
89 endTime=7200.,
90 deltaTmom=3600.0,
91 deltaTtracer=3600.0,
92 deltaTClock =3600.0,
93 cAdjFreq=0.,
94 abEps=0.1,
95 pChkptFreq=36000.,
96 chkptFreq= 0.,
97 dumpFreq = 0.,
98 tavefreq = 3600.,
99 tauSaltClimRelax = 4142330.,
100 tauThetaClimRelax = 0.,
101 monitorFreq=1.,
102 &
103
104 # Gridding parameters
105 #
106 # usingSphericalPolarGrid - On/Off flag for spherical polar coordinates
107 # usingCartesianGrid - On/Off flag for selecting cartesian coordinates
108 # delX - Zonal grid spacing (degrees)
109 # delY - Meridional grid spacing (degrees)
110 # delZ - Vertical grid spacing (m)
111 # phiMin - Southern boundary latitude (degrees)
112 #
113 &PARM04
114 usingCartesianGrid=.FALSE.,
115 usingSphericalPolarGrid=.TRUE.,
116 delX=20*2.E0,
117 delY=16*2.E0,
118 delZ= 10., 10., 15., 20., 20., 25., 35., 50., 75.,
119 100., 150., 200., 275., 350., 415., 450.,
120 500., 500., 500., 500., 500., 500., 500.
121 phimin=-16.,
122 thetamin=0.,
123 rSphere = 6371.D3
124 &
125
126 # Input datasets
127 #
128 # bathyFile - File containing bathymetry
129 # hydrogThetaFile - File containing initial potential temperature data
130 # hydrogSaltFile - File containing initial salinity data
131 # zonalWindFile - File containing zonal wind data
132 # meridWindFile - File containing meridional wind data
133 # thetaClimFile - File containing theta climatology used for relaxation
134 # saltClimFile - File containing salt climatology used for relaxation
135 #
136 &PARM05
137 bathyFile = ' ',
138 hydrogThetaFile = ' ',
139 hydrogSaltFile = ' ',
140 zonalWindFile = ' ',
141 meridWindFile = ' ',
142 EmPmRFile = ' ',
143 surfQFile = ' ',
144 surfQswFile = ' ',
145 thetaClimFile = ' ',
146 saltClimFile = ' '
147 &
148
149 # Open-boundaries
150 &PARM06
151 &

  ViewVC Help
Powered by ViewVC 1.1.22