/[MITgcm]/MITgcm/verification/natl_box_adjoint/input_bulk/data
ViewVC logotype

Contents of /MITgcm/verification/natl_box_adjoint/input_bulk/data

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


Revision 1.2 - (show annotations) (download)
Thu Nov 6 22:32:28 2003 UTC (20 years, 7 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint53f_post, checkpoint54a_pre, checkpoint53b_pre, checkpoint52l_pre, checkpoint52e_pre, checkpoint52n_post, checkpoint52j_post, checkpoint53d_post, checkpoint52e_post, checkpoint53c_post, checkpoint52j_pre, checkpoint54a_post, branch-netcdf, checkpoint52l_post, checkpoint52k_post, checkpoint52b_pre, checkpoint54b_post, checkpoint54d_post, checkpoint54e_post, checkpoint52m_post, checkpoint53a_post, checkpoint54, checkpoint54f_post, checkpoint53b_post, checkpoint53, checkpoint52, checkpoint52d_post, checkpoint52a_post, checkpoint52b_post, checkpoint53g_post, checkpoint52f_post, checkpoint52c_post, ecco_c52_e35, checkpoint52a_pre, checkpoint52i_post, checkpoint53d_pre, checkpoint54c_post, checkpoint52i_pre, checkpoint51u_post, checkpoint52h_pre, checkpoint52f_pre
Branch point for: netcdf-sm0
Changes since 1.1: +97 -0 lines
o merging from ecco-branch
o adding runtime flags for various natl_box_adjoint configs

1 #
2 # ******************************
3 # Model parameters
4 # Continuous equation parameters
5 # ******************************
6 &PARM01
7 tRef= 24.0 , 23.0 , 22.0 , 21.0 , 20.0 ,
8 19.0 , 18.0 , 17.0 , 16.0 , 15.0 ,
9 14.0 , 13.0 , 12.0 , 11.0 , 10.0 ,
10 9.0 , 8.0 , 7.0 , 6.0, 5.0 ,
11 4.0 , 3.0 , 2.0 ,
12 sRef= 34.65, 34.75, 34.82, 34.87, 34.90,
13 34.90, 34.86, 34.78, 34.69, 34.60,
14 34.58, 34.62, 34.68, 34.72, 34.73,
15 34.74, 34.73, 34.73, 34.72, 34.72,
16 34.71, 34.70, 34.69,
17 no_slip_sides=.FALSE.,
18 no_slip_bottom=.TRUE.,
19 viscAz=1.E-3,
20 viscAh=5.E4,
21 diffKhT=1.E3,
22 diffKzT=1.E-5,
23 diffKhS=1.E3,
24 diffKzS=1.E-5,
25 beta=1.E-11,
26 tAlpha=2.E-4,
27 sBeta =7.4E-4,
28 gravity=9.81,
29 gBaro=9.81,
30 rigidLid=.FALSE.,
31 implicitFreeSurface=.TRUE.,
32 eosType='POLY3',
33 readBinaryPrec=64,
34 writeBinaryPrec=64,
35 saltStepping=.TRUE.,
36 tempStepping=.TRUE.,
37 momStepping=.TRUE.,
38 implicitDiffusion=.TRUE.,
39 implicitViscosity=.TRUE.,
40 useCDscheme=.TRUE.,
41 &
42
43 # **************************
44 # Elliptic solver parameters
45 # **************************
46 &PARM02
47 cg2dMaxIters=1000,
48 cg2dTargetResidual=1.E-13,
49 &
50
51 # ************************
52 # Time stepping parameters
53 # ************************
54 &PARM03
55 tauCD=172800.,
56 startTime=0.0,
57 nTimeSteps=4,
58 deltaTmom=3600.0,
59 deltaTtracer=3600.0,
60 deltaTClock =3600.0,
61 cAdjFreq=0.,
62 abEps=0.1,
63 pChkptFreq=15552000.0,
64 chkptFreq=15552000.0,
65 dumpFreq =86400.0,
66 tauThetaClimRelax=0.,
67 tauSaltClimRelax=0.,
68 &
69
70 # *******************
71 # Gridding parameters
72 # *******************
73 &PARM04
74 usingCartesianGrid=.FALSE.,
75 usingSphericalPolarGrid=.TRUE.,
76 delX=20*2.E0,
77 delY=16*2.E0,
78 delZ=10.,10.,15.,20.,20.,25.,35.,50.,75.,100.,150.,200.,275.,350.,415.,450.,500.,500.,500.,500.,500.,500.,500.,
79 phimin=10.,
80 thetamin=-42.,
81 &
82 # **********
83 # Data Files
84 # **********
85 &PARM05
86 bathyFile='Bathy_subAtl',
87 hydrogThetaFile='PH_LevCli.ptmp__020_016_23',
88 hydrogSaltFile='PH_LevCli.salt__020_016_23',
89 &
90
91 # Open boundaries
92 &PARM06
93 &
94
95 # KPP Mixing scheme
96 &PARM07
97 &

  ViewVC Help
Powered by ViewVC 1.1.22