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

Annotation of /MITgcm/verification/lab_sea/input_ad/data

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


Revision 1.9 - (hide annotations) (download)
Wed Feb 17 21:10:28 2010 UTC (14 years, 2 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint62c, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62v, checkpoint62u, checkpoint62t
Changes since 1.8: +0 -2 lines
surface relaxation -- separating data and data.exf options

1 heimbach 1.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     beta=1.E-11,
48     tAlpha=2.E-4,
49     sBeta =7.4E-4,
50     rigidLid=.FALSE.,
51     implicitFreeSurface=.TRUE.,
52     eosType='JMD95Z',
53     readBinaryPrec=32,
54     writeBinaryPrec=32,
55     saltStepping=.TRUE.,
56     tempStepping=.TRUE.,
57     momStepping=.TRUE.,
58     implicitDiffusion=.TRUE.,
59     implicitViscosity=.TRUE.,
60     #globalFiles=.TRUE.,
61     #- not safe to use globalFiles in multi-processors runs; set instead useSingleCpuIO
62     useSingleCpuIO=.FALSE.,
63     allowFreezing=.FALSE.,
64     HeatCapacity_Cp = 3986.D0
65     gravity = 9.8156,
66     rhoNil = 1027.D0
67     useCDscheme=.TRUE.,
68     inAdExact=.TRUE.,
69 heimbach 1.5 #ph(
70 heimbach 1.8 staggerTimeStep=.TRUE.,
71 heimbach 1.5 multiDimAdvection=.TRUE.,
72     tempAdvScheme=30,
73     saltAdvScheme=30,
74     #ph)
75 heimbach 1.1 &
76    
77     # Elliptic solver parameters
78     #
79     # cg2dMaxIters - Maximum number of 2d solver iterations
80     # cg2dTargetResidual - Solver target residual
81     #
82     &PARM02
83 heimbach 1.5 cg2dMaxIters=1000,
84     cg2dTargetResidual=1.D-13,
85 heimbach 1.1 &
86    
87     # Time stepping parameters
88     #
89     # startTime - Integration starting time (s)
90     # endTime - Integration ending time (s)
91     # tauCD - CD scheme coupling timescale (s)
92     # deltaTMom - Timestep for momemtum equations (s)
93     # deltaTtracer - Tracer timestep (s)
94     # deltaTClock - Timestep used as model "clock" (s)
95     # abEps - Adams-Bashforth stabilising factor
96     # pChkPtFreq - Frequency of permanent check pointing (s)
97     # chkPtFreq - Frequency of rolling check pointing (s)
98     # dumpFreq - Frequency at which model state is stored (s)
99     # tauThetaClimRelax - Relaxation to climatology time scale (s)
100     # tauSaltClimRelax - Relaxation to climatology time scale (s)
101     #
102     &PARM03
103     tauCD=172800.,
104     startTime=0.0,
105 heimbach 1.6 nTimeSteps=4,
106 heimbach 1.1 deltaTmom=3600.0,
107     deltaTtracer=3600.0,
108     deltaTClock =3600.0,
109     cAdjFreq=0.,
110     abEps=0.1,
111     pChkptFreq=36000.,
112     chkptFreq= 0.,
113     dumpFreq = 0.,
114     tavefreq = 36000.,
115     monitorFreq=1.,
116     adjMonitorFreq=1.,
117 heimbach 1.3 adjDumpFreq=1.,
118 heimbach 1.1 #forcing_In_AB = .FALSE.
119     tracForcingOutAB=1,
120     &
121    
122     # Gridding parameters
123     #
124     # usingSphericalPolarGrid - On/Off flag for spherical polar coordinates
125     # delX - Zonal grid spacing (degrees)
126     # delY - Meridional grid spacing (degrees)
127     # delZ - Vertical grid spacing (m)
128 jmc 1.7 # ygOrigin - Southern boundary latitude (degrees)
129 heimbach 1.1 #
130     &PARM04
131     usingSphericalPolarGrid=.TRUE.,
132     delX=20*2.E0,
133     delY=16*2.E0,
134     delZ= 10., 10., 15., 20., 20., 25., 35., 50., 75.,
135     100., 150., 200., 275., 350., 415., 450.,
136     500., 500., 500., 500., 500., 500., 500.
137 jmc 1.7 ygOrigin=46.,
138     xgOrigin=280.,
139 heimbach 1.1 rSphere = 6371.D3
140     &
141    
142     # Input datasets
143     #
144     # bathyFile - File containing bathymetry
145     # hydrogThetaFile - File containing initial potential temperature data
146     # hydrogSaltFile - File containing initial salinity data
147     # zonalWindFile - File containing zonal wind data
148     # meridWindFile - File containing meridional wind data
149     # thetaClimFile - File containing theta climatology used for relaxation
150     # saltClimFile - File containing salt climatology used for relaxation
151     #
152     &PARM05
153     bathyFile = 'bathy.labsea1979',
154     hydrogThetaFile = 'LevCli_temp.labsea1979',
155     hydrogSaltFile = 'LevCli_salt.labsea1979',
156     &

  ViewVC Help
Powered by ViewVC 1.1.22