/[MITgcm]/MITgcm/verification/natl_box_adjoint/input_seaice/data.180
ViewVC logotype

Contents of /MITgcm/verification/natl_box_adjoint/input_seaice/data.180

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


Revision 1.4 - (show annotations) (download)
Thu Jul 28 21:13:04 2005 UTC (18 years, 9 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint57t_post, checkpoint58l_post, checkpoint57o_post, checkpoint58e_post, checkpoint57v_post, checkpoint57s_post, checkpoint58b_post, checkpoint58m_post, checkpoint63h, checkpoint63i, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint58u_post, checkpoint60, checkpoint61, checkpoint62, checkpoint63, checkpoint58r_post, checkpoint57y_post, checkpoint58g_post, checkpoint57x_post, checkpoint58n_post, checkpoint58x_post, checkpoint58t_post, checkpoint58h_post, checkpoint58w_post, checkpoint58j_post, checkpoint57y_pre, checkpoint58q_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint57r_post, checkpoint59, checkpoint58, checkpoint58f_post, checkpoint57n_post, checkpoint58d_post, checkpoint58c_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint58a_post, checkpoint58i_post, checkpoint57q_post, checkpoint58o_post, checkpoint57z_post, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint58y_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint58p_post, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y
Changes since 1.3: +1 -1 lines
Updating natl_box_adjoint after including precip, swflux controls

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.E-3,
42 viscAh=5.E4,
43 diffKhT=1.E3,
44 diffKzT=1.E-5,
45 diffKhS=1.E3,
46 diffKzS=1.E-5,
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 eosType='JMD95Z',
55 readBinaryPrec=64,
56 writeBinaryPrec=64,
57 saltStepping=.TRUE.,
58 tempStepping=.TRUE.,
59 momStepping=.TRUE.,
60 implicitDiffusion=.TRUE.,
61 implicitViscosity=.TRUE.,
62 useCDscheme=.TRUE.,
63 &
64
65 # Elliptic solver parameters
66 #
67 # cg2dMaxIters - Maximum number of 2d solver iterations
68 # cg2dTargetResidual - Solver target residual
69 #
70 &PARM02
71 cg2dMaxIters=1000,
72 cg2dTargetResidual=1.E-13,
73 &
74
75 # Time stepping parameters
76 #
77 # startTime - Integration starting time (s)
78 # endTime - Integration ending time (s)
79 # tauCD - CD scheme coupling timescale (s)
80 # deltaTMom - Timestep for momemtum equations (s)
81 # deltaTtracer - Tracer timestep (s)
82 # deltaTClock - Timestep used as model "clock" (s)
83 # abEps - Adams-Bashforth stabilising factor
84 # pChkPtFreq - Frequency of permanent check pointing (s)
85 # chkPtFreq - Frequency of rolling check pointing (s)
86 # dumpFreq - Frequency at which model state is stored (s)
87 # tauThetaClimRelax - Relaxation to climatology time scale (s)
88 # tauSaltClimRelax - Relaxation to climatology time scale (s)
89 #
90 &PARM03
91 tauCD=172800.,
92 startTime=648000.0,
93 nTimeSteps=4,
94 deltaTmom=3600.0,
95 deltaTtracer=3600.0,
96 deltaTClock =3600.0,
97 cAdjFreq=0.,
98 abEps=0.1,
99 pChkptFreq=15552000.0,
100 chkptFreq=15552000.0,
101 dumpFreq =86400.0,
102 tauThetaClimRelax=0.,
103 tauSaltClimRelax=0.,
104 forcing_In_AB = .FALSE.
105 &
106
107 # Gridding parameters
108 #
109 # usingSphericalPolarGrid - On/Off flag for spherical polar coordinates
110 # usingCartesianGrid - On/Off flag for selecting cartesian coordinates
111 # delX - Zonal grid spacing (degrees)
112 # delY - Meridional grid spacing (degrees)
113 # delZ - Vertical grid spacing (m)
114 # phiMin - Southern boundary latitude (degrees)
115 #
116 &PARM04
117 usingCartesianGrid=.FALSE.,
118 usingSphericalPolarGrid=.TRUE.,
119 delX=20*2.E0,
120 delY=16*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 phimin=46.,
125 thetamin=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 #
135 &PARM05
136 bathyFile = 'bathy.labsea',
137 hydrogThetaFile = 'LevCli_temp.labsea',
138 hydrogSaltFile = 'LevCli_salt.labsea',
139 &
140
141 # Open boundaries
142 &PARM06
143 &

  ViewVC Help
Powered by ViewVC 1.1.22