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

Annotation of /MITgcm/verification/natl_box_forward/input/data

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


Revision 1.1.2.1 - (hide annotations) (download)
Tue Feb 5 20:34:44 2002 UTC (22 years, 3 months ago) by heimbach
Branch: ecco-branch
CVS Tags: ecco_c44_e19, ecco_c44_e18, ecco_c44_e16, ecco-branch-mod1, ecco-branch-mod2, ecco-branch-mod3, ecco-branch-mod4, ecco-branch-mod5, ecco_c44_e17, ecco_c44_e22, ecco_c44_e23, ecco_c44_e20, ecco_c44_e21, ecco_c44_e24, ecco_c44_e25
Branch point for: c24_e25_ice
Changes since 1.1: +155 -0 lines
o Updating adjoint/makefile to ECCO code
o Adding optim and lsopt for line search optimization.
o Adding verif. experiments for ECCO
Code will be tagged ecco-branch-mod1.

1 heimbach 1.1.2.1 #
2     # ******************************
3     # Model parameters
4     # Continuous equation parameters
5     # ******************************
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     viscAz = 1.E-3,
40     viscAh = 5.E4,
41     viscA4 = 5.E12,
42     diffKzT = 1.E-5,
43     diffKzS = 1.E-5,
44     diffKhT = 1.E3,
45     diffKhS = 1.E3,
46     f0 = 1.E-4,
47     beta = 1.E-11,
48     tAlpha = 2.E-4,
49     sBeta = 7.4E-4,
50     gravity = 9.81,
51     gBaro = 9.81,
52     rigidLid = .FALSE.,
53     implicitFreeSurface = .TRUE.,
54     implicitDiffusion = .TRUE.,
55     implicitViscosity = .TRUE.,
56     no_slip_sides = .FALSE.,
57     no_slip_bottom = .TRUE.,
58     saltStepping = .TRUE.,
59     tempStepping = .TRUE.,
60     momStepping = .TRUE.,
61     momAdvection = .TRUE.,
62     momViscosity = .TRUE.,
63     eosType = 'POLY3',
64     readBinaryPrec = 32,
65     writeBinaryPrec = 32,
66     &
67    
68     # **************************
69     # Elliptic solver parameters
70     # **************************
71     #
72     # cg2dMaxIters - Maximum number of 2d solver iterations
73     # cg2dTargetResidual - Solver target residual
74     #
75     &PARM02
76     cg2dMaxIters=1000,
77     cg2dTargetResidual=1.E-13,
78     &
79    
80     # ************************
81     # Time stepping parameters
82     # ************************
83     #
84     # startTime - Integration starting time (s)
85     # endTime - Integration ending time (s)
86     # tauCD - CD scheme coupling timescale (s)
87     # deltaTMom - Timestep for momemtum equations (s)
88     # deltaTtracer - Tracer timestep (s)
89     # deltaTClock - Timestep used as model "clock" (s)
90     # abEps - Adams-Bashforth stabilising factor
91     # pChkPtFreq - Frequency of permanent check pointing (s)
92     # chkPtFreq - Frequency of rolling check pointing (s)
93     # dumpFreq - Frequency at which model state is stored (s)
94     # tauThetaClimRelax - Relaxation to climatology time scale (s)
95     # tauSaltClimRelax - Relaxation to climatology time scale (s)
96     #
97     &PARM03
98     startTime = 0.0,
99     endTime = 2613600.0,
100     deltaTmom = 3600.0,
101     deltaTtracer = 3600.0,
102     deltaTClock = 3600.0,
103     tauCD = 172800.0,
104     abEps = 0.1,
105     cAdjFreq = 0.0,
106     pChkptFreq = 0.0,
107     chkptFreq = 0.0,
108     dumpFreq = 864000.0,
109     tauThetaClimRelax = 2592000.0,
110     tauSaltClimRelax = 2592000.0,
111     &
112    
113     # *******************
114     # Gridding parameters
115     # *******************
116     #
117     # usingSphericalPolarGrid - On/Off flag for spherical polar coordinates
118     # usingCartesianGrid - On/Off flag for selecting cartesian coordinates
119     # delX - Zonal grid spacing (degrees)
120     # delY - Meridional grid spacing (degrees)
121     # delZ - Vertical grid spacing (m)
122     # phiMin - Southern boundary latitude (degrees)
123     #
124     &PARM04
125     usingCartesianGrid=.FALSE.,
126     usingSphericalPolarGrid=.TRUE.,
127     delX = 20*2.E0,
128     delY = 16*2.E0,
129     delZ = 10.,10.,15.,20.,20.,25.,35.,50.,75.,100.,
130     150.,200.,275.,350.,415.,450.,500.,500.,500.,500.,
131     500.,500.,500.,
132     phimin=10.,
133     thetamin=-42.,
134     &
135     # **********
136     # Data Files
137     # **********
138     #
139     # bathyFile - File containing bathymetry
140     # hydrogThetaFile - File containing initial potential temperature data
141     # hydrogSaltFile - File containing initial salinity data
142     #
143     &PARM05
144     bathyFile = 'kf_topog',
145     hydrogThetaFile = 'kf_climtheta',
146     hydrogSaltFile = 'kf_climsalt',
147     &
148    
149     # Open boundaries
150     &PARM06
151     &
152    
153     # Note: Some systems use & as the
154     # namelist terminator. Other systems
155     # use a / character (as shown here).

  ViewVC Help
Powered by ViewVC 1.1.22