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

Annotation of /MITgcm/verification/offline_exf_seaice/input_ad/data

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


Revision 1.1 - (hide annotations) (download)
Mon Jun 25 20:15:44 2007 UTC (16 years, 10 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint60, checkpoint61, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59e, checkpoint59g, checkpoint59f, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61h
Adding verification for seaice stand-alone adjoint.

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= 3*4.0 ,
30     sRef= 3*34.65,
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     eosType='JMD95Z',
43     saltStepping=.FALSE.,
44     tempStepping=.FALSE.,
45     momStepping=.FALSE.
46     readBinaryPrec=32,
47     writeBinaryPrec=32,
48     globalFiles=.TRUE.,
49     allowFreezing=.FALSE.,
50     HeatCapacity_Cp = 3986.0,
51     gravity = 9.8156,
52     gBaro = 9.8156,
53     rhoNil = 1027.0,
54     &
55    
56     # Elliptic solver parameters
57     #
58     # cg2dMaxIters - Maximum number of 2d solver iterations
59     # cg2dTargetResidual - Solver target residual
60     #
61     &PARM02
62     cg2dMaxIters=500,
63     cg2dTargetResidual=1.D-8
64     &
65    
66     # Time stepping parameters
67     #
68     # startTime - Integration starting time (s)
69     # endTime - Integration ending time (s)
70     # tauCD - CD scheme coupling timescale (s)
71     # deltaTMom - Timestep for momemtum equations (s)
72     # deltaTtracer - Tracer timestep (s)
73     # deltaTClock - Timestep used as model "clock" (s)
74     # abEps - Adams-Bashforth stabilising factor
75     # pChkPtFreq - Frequency of permanent check pointing (s)
76     # chkPtFreq - Frequency of rolling check pointing (s)
77     # dumpFreq - Frequency at which model state is stored (s)
78     # tauThetaClimRelax - Relaxation to climatology time scale (s)
79     # tauSaltClimRelax - Relaxation to climatology time scale (s)
80     #
81     &PARM03
82     niter0=0,
83     nTimeSteps=48,
84     deltaTmom=3600.0,
85     deltaTtracer=3600.0,
86     deltaTClock =3600.0,
87     cAdjFreq=0.,
88     abEps=0.1,
89     forcing_In_AB = .FALSE.,
90     # pChkptFreq=36000.,
91     # chkptFreq= 0.,
92     # dumpFreq = 0.,
93     tavefreq = 864000.,
94     monitorFreq=864000.,
95     # adjDumpFreq=86400.,
96     tauSaltClimRelax = 4142330.,
97     tauThetaClimRelax = 0.,
98     &
99    
100     # Gridding parameters
101     #
102     # usingSphericalPolarGrid - On/Off flag for spherical polar coordinates
103     # usingCartesianGrid - On/Off flag for selecting cartesian coordinates
104     # delX - Zonal grid spacing (degrees)
105     # delY - Meridional grid spacing (degrees)
106     # delZ - Vertical grid spacing (m)
107     # phiMin - Southern boundary latitude (degrees)
108     #
109     &PARM04
110     usingCartesianGrid=.FALSE.,
111     usingSphericalPolarGrid=.TRUE.,
112     delX=20*2.E0,
113     delY=16*2.E0,
114     delZ= 10.,10.,10.,
115     phimin=46.,
116     thetamin=280.,
117     rSphere = 6371.D3
118     &
119    
120     # Input datasets
121     #
122     # bathyFile - File containing bathymetry
123     # hydrogThetaFile - File containing initial potential temperature data
124     # hydrogSaltFile - File containing initial salinity data
125     # zonalWindFile - File containing zonal wind data
126     # meridWindFile - File containing meridional wind data
127     # thetaClimFile - File containing theta climatology used for relaxation
128     # saltClimFile - File containing salt climatology used for relaxation
129     #
130     &PARM05
131     bathyFile = 'bathy.labsea1979',
132     hydrogThetaFile = 'LevCli_temp.labsea1979',
133     hydrogSaltFile = 'LevCli_salt.labsea1979',
134     &

  ViewVC Help
Powered by ViewVC 1.1.22