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

Annotation 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.5 - (hide annotations) (download)
Thu Nov 6 23:24:13 2014 UTC (9 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65g, HEAD
Changes since 1.4: +3 -2 lines
comment out diffKrT specification (not used since ALLOW_3D_DIFFKR is defined)

1 heimbach 1.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 jmc 1.2 viscAr=1.E-3,
16 heimbach 1.1 viscAh=5.E5,
17     no_slip_sides=.FALSE.,
18     no_slip_bottom=.TRUE.,
19     diffKhT=1.E3,
20 jmc 1.5 #- diffKrT unused when compiled with ALLOW_3D_DIFFKR
21     #diffKrT=3.E-5,
22 heimbach 1.1 diffKhS=1.E3,
23 jmc 1.2 diffKrS=3.E-5,
24 heimbach 1.1 tAlpha=2.E-4,
25     sBeta =7.4E-4,
26 jmc 1.2 eosType='LINEAR',
27 heimbach 1.1 gravity=9.81,
28 jmc 1.2 implicitDiffusion=.TRUE.,
29 heimbach 1.1 rigidLid=.FALSE.,
30     implicitFreeSurface=.TRUE.,
31     exactConserv=.TRUE.,
32     useCDscheme=.TRUE.,
33 jmc 1.2 #-nonlinear free surface
34 heimbach 1.1 hFacInf=0.2,
35     hFacSup=2.0,
36     nonlinFreeSurf=3,
37 jmc 1.4 select_rStar=1,
38 heimbach 1.1 #
39 jmc 1.2 staggerTimeStep=.TRUE.,
40     tempAdvScheme=80,
41 heimbach 1.1 saltAdvScheme=81,
42 jmc 1.2 #-I/O settings
43     readBinaryPrec=32,
44 heimbach 1.1 &
45    
46     # Elliptic solver parameters
47     &PARM02
48 jmc 1.3 cg2dMaxIters=200,
49     #cg2dTargetResidual=1.E-17,
50     cg2dTargetResWunit=1.E-24,
51 heimbach 1.1 &
52    
53     # Time stepping parameters
54     &PARM03
55     # startTime = 49766400000.,
56     startTime = 0.,
57     # endTime = 49767264000.,
58     endTime = 345600.,
59 jmc 1.2 deltaTClock = 86400.,
60     deltaTFreeSurf = 86400.,
61 jmc 1.5 deltaTMom = 2400.,
62 jmc 1.2 tauCD = 321428.,
63     cAdjFreq = -1.,
64     abEps = 0.1,
65 heimbach 1.1 pChkptFreq = 86400000.,
66     chkptFreq = 86400000.,
67     dumpFreq = 86400.,
68     monitorFreq = 43200.,
69     adjMonitorFreq = 43200.,
70     #
71 jmc 1.2 tauThetaClimRelax = 2592000.,
72     tauSaltClimRelax = 2592000.,
73 heimbach 1.1 #tauTr1ClimRelax = 31104000., <= moved to data.ptracers
74     &
75    
76     # Gridding parameters
77     &PARM04
78     usingSphericalPolarGrid=.TRUE.,
79 jmc 1.2 delR= 50., 50., 55., 60.,
80     65., 70., 80., 95.,
81     120., 155., 200., 260.,
82     320., 400., 480., 570.,
83     655., 725., 775., 815.,
84 heimbach 1.1 ygOrigin=-80.,
85     delY=40*4.,
86     delX=90*4.,
87     &
88    
89     # Input datasets
90     &PARM05
91     hydrogThetaFile='theta.bin',
92     hydrogSaltFile='salt.bin',
93     bathyFile='topog.bin',
94     zonalWindFile='windx.bin',
95     meridWindFile='windy.bin',
96     thetaClimFile='SST.bin'
97     saltClimFile='SSS.bin'
98     &

  ViewVC Help
Powered by ViewVC 1.1.22