/[MITgcm]/MITgcm/verification/tutorial_tracer_adjsens/input_ad.som81/data
ViewVC logotype

Contents of /MITgcm/verification/tutorial_tracer_adjsens/input_ad.som81/data

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


Revision 1.3 - (show annotations) (download)
Tue Jul 17 21:29:18 2012 UTC (11 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64a, checkpoint63r, checkpoint64b, checkpoint63q, checkpoint63s, checkpoint64
Changes since 1.2: +3 -2 lines
- increase cg2dMaxIters upt to 200 (needed after changing deltaTFreeSurf)
- change cg2d residual target to be expressed in Wunits
  (=> do not normalise RHS ; this fix global_max Pb with TAF)

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef= 16.0 , 15.2 , 14.5 , 13.9 , 13.3 ,
8 12.4 , 11.3 , 9.9 , 8.4 , 6.7 ,
9 5.2 , 3.8 , 2.9 , 2.3 , 1.8 ,
10 1.5 , 1.1 , 0.8 , 0.66, 0.63,
11 sRef= 34.65, 34.75, 34.82, 34.87, 34.90,
12 34.90, 34.86, 34.78, 34.69, 34.60,
13 34.58, 34.62, 34.68, 34.72, 34.73,
14 34.74, 34.73, 34.73, 34.72, 34.72,
15 viscAr=1.E-3,
16 viscAh=5.E5,
17 no_slip_sides=.FALSE.,
18 no_slip_bottom=.TRUE.,
19 diffKhT=1.E3,
20 diffKrT=3.E-5,
21 diffKhS=1.E3,
22 diffKrS=3.E-5,
23 tAlpha=2.E-4,
24 sBeta =7.4E-4,
25 eosType='LINEAR',
26 gravity=9.81,
27 implicitDiffusion=.TRUE.,
28 rigidLid=.FALSE.,
29 implicitFreeSurface=.TRUE.,
30 exactConserv=.TRUE.,
31 useCDscheme=.TRUE.,
32 #-nonlinear free surface
33 hFacInf=0.2,
34 hFacSup=2.0,
35 nonlinFreeSurf=3,
36 select_rStar=2,
37 #
38 staggerTimeStep=.TRUE.,
39 tempAdvScheme=80,
40 saltAdvScheme=81,
41 #-I/O settings
42 readBinaryPrec=32,
43 &
44
45 # Elliptic solver parameters
46 &PARM02
47 cg2dMaxIters=200,
48 #cg2dTargetResidual=1.E-17,
49 cg2dTargetResWunit=1.E-24,
50 &
51
52 # Time stepping parameters
53 &PARM03
54 # startTime = 49766400000.,
55 startTime = 0.,
56 # endTime = 49767264000.,
57 endTime = 345600.,
58 deltaTClock = 86400.,
59 deltaTFreeSurf = 86400.,
60 deltaTmom = 2400.,
61 tauCD = 321428.,
62 cAdjFreq = -1.,
63 abEps = 0.1,
64 pChkptFreq = 86400000.,
65 chkptFreq = 86400000.,
66 dumpFreq = 86400.,
67 monitorFreq = 43200.,
68 adjMonitorFreq = 43200.,
69 #
70 tauThetaClimRelax = 2592000.,
71 tauSaltClimRelax = 2592000.,
72 #tauTr1ClimRelax = 31104000., <= moved to data.ptracers
73 &
74
75 # Gridding parameters
76 &PARM04
77 usingSphericalPolarGrid=.TRUE.,
78 delR= 50., 50., 55., 60.,
79 65., 70., 80., 95.,
80 120., 155., 200., 260.,
81 320., 400., 480., 570.,
82 655., 725., 775., 815.,
83 ygOrigin=-80.,
84 delY=40*4.,
85 delX=90*4.,
86 &
87
88 # Input datasets
89 &PARM05
90 hydrogThetaFile='theta.bin',
91 hydrogSaltFile='salt.bin',
92 bathyFile='topog.bin',
93 zonalWindFile='windx.bin',
94 meridWindFile='windy.bin',
95 thetaClimFile='SST.bin'
96 saltClimFile='SSS.bin'
97 &

  ViewVC Help
Powered by ViewVC 1.1.22