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

Contents of /MITgcm/verification/seaice_obcs/input/data

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


Revision 1.10 - (show annotations) (download)
Tue Jan 31 15:29:14 2012 UTC (12 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64a, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63j, checkpoint63k, checkpoint64
Changes since 1.9: +5 -3 lines
set wrong celsius2K to reproduce old results (apart from machine truncation)

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 #- put small value (<< stab.limit ~ 2.e15) only to test biharmonic-diffusivity:
42 diffK4T=1.E11,
43 diffK4S=1.E11,
44 #-
45 rigidLid=.FALSE.,
46 implicitFreeSurface=.TRUE.,
47 eosType='JMD95Z',
48 saltStepping=.TRUE.,
49 tempStepping=.TRUE.,
50 momStepping=.TRUE.,
51 useEnergyConservingCoriolis=.TRUE.,
52 implicitDiffusion=.TRUE.,
53 implicitViscosity=.TRUE.,
54 staggerTimeStep=.TRUE.,
55 tempAdvScheme =7,
56 saltAdvScheme =7,
57 convertFW2Salt=-1,
58 allowFreezing=.FALSE.,
59 #- set wrong celsius2K to reproduce old results:
60 celsius2K=273.16,
61 HeatCapacity_Cp = 3986.0,
62 gravity = 9.8156,
63 rhoConst = 1027.0,
64 rhoConstFresh = 999.8,
65 readBinaryPrec=32,
66 writeBinaryPrec=32,
67 useSingleCpuIO=.TRUE.,
68 &
69
70 # Elliptic solver parameters
71 #
72 # cg2dMaxIters - Maximum number of 2d solver iterations
73 # cg2dTargetResidual - Solver target residual
74 #
75 &PARM02
76 cg2dMaxIters=500,
77 cg2dTargetResidual=1.E-12,
78 &
79
80 # Time stepping parameters
81 #
82 # startTime - Integration starting time (s)
83 # endTime - Integration ending time (s)
84 # deltaTMom - Timestep for momemtum equations (s)
85 # deltaTtracer - Tracer timestep (s)
86 # deltaTClock - Timestep used as model "clock" (s)
87 # abEps - Adams-Bashforth stabilising factor
88 # pChkPtFreq - Frequency of permanent check pointing (s)
89 # chkPtFreq - Frequency of rolling check pointing (s)
90 # dumpFreq - Frequency at which model state is stored (s)
91 # tauThetaClimRelax - Relaxation to climatology time scale (s)
92 # tauSaltClimRelax - Relaxation to climatology time scale (s)
93 #
94 &PARM03
95 startTime=0.0,
96 #- with current input files, cannot run longer than 10 hours
97 endTime=21600.,
98 deltaTmom=3600.0,
99 deltaTtracer=3600.0,
100 deltaTClock =3600.0,
101 cAdjFreq=0.,
102 abEps=0.1,
103 forcing_In_AB = .FALSE.,
104 pChkptFreq=3600000.,
105 dumpFreq = 86400.,
106 monitorFreq=1.,
107 &
108
109 # Gridding parameters
110 #
111 # usingSphericalPolarGrid - On/Off flag for spherical polar coordinates
112 # delX - Zonal grid spacing (degrees)
113 # delY - Meridional grid spacing (degrees)
114 # delZ - Vertical grid spacing (m)
115 # ygOrigin - Southern boundary latitude (degrees)
116 #
117 &PARM04
118 usingSphericalPolarGrid=.TRUE.,
119 delX=10*2.E0,
120 delY= 8*2.E0,
121 delZ= 10., 10., 15., 20., 20., 25., 35., 50., 75.,
122 100., 150., 200., 275., 350., 415., 450.,
123 500., 500., 500., 500., 500., 500., 500.,
124 ygOrigin=46.,
125 xgOrigin=280.,
126 rSphere = 6371.D3,
127 &
128
129 # Input datasets
130 #
131 # bathyFile - File containing bathymetry
132 # hydrogThetaFile - File containing initial potential temperature data
133 # hydrogSaltFile - File containing initial salinity data
134 # zonalWindFile - File containing zonal wind data
135 # meridWindFile - File containing meridional wind data
136 # thetaClimFile - File containing theta climatology used for relaxation
137 # saltClimFile - File containing salt climatology used for relaxation
138 #
139 &PARM05
140 bathyFile = 'bathy.seaice_obcs',
141 hydrogThetaFile = 'T.seaice_obcs',
142 hydrogSaltFile = 'S.seaice_obcs',
143 uVelInitFile = 'U.seaice_obcs',
144 vVelInitFile = 'V.seaice_obcs',
145 &

  ViewVC Help
Powered by ViewVC 1.1.22