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

Annotation of /MITgcm/verification/tutorial_dic_adjoffline/input_ad/data

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


Revision 1.4 - (hide annotations) (download)
Wed Jul 3 15:32:49 2013 UTC (10 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64j
Changes since 1.3: +1 -2 lines
comment out "allowFreezing" (we don't want to change loaded temperature)

1 heimbach 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef=15*20.,
8     sRef=15*35.,
9     viscA4=0.,
10     viscAh=2.E5,
11     diffKhT=0.E3,
12     diffKhS=0.E3,
13     viscAz=1.E-3,
14     #diffKzT=3.E-5,
15     #diffKzS=3.E-5,
16     diffKrBL79surf= 3.E-5,
17     diffKrBL79deep= 13.E-5,
18     diffKrBL79Ho = -2000.,
19     diffKrBL79scl = 150.,
20     gravity=9.81,
21     rhoConst=1035.,
22     rhoConstFresh=1000.,
23     implicitFreeSurface=.TRUE.,
24     eosType='JMD95Z',
25     implicitDiffusion=.TRUE.,
26     implicitViscosity=.TRUE.,
27     ivdc_kappa=100.,
28     tempAdvScheme = 2,
29     saltAdvScheme = 2,
30 jmc 1.4 #allowFreezing=.TRUE.,
31 heimbach 1.1 # turn on looped cells
32     hFacMin=.1,
33     hFacMindz=50.,
34     useCDscheme=.FALSE.,
35     &
36    
37     # Elliptic solver parameters
38     &PARM02
39     cg2dMaxIters=1000,
40     cg2dTargetResidual=1.E-13,
41     &
42    
43     # Time stepping parameters
44     &PARM03
45     nIter0=0,
46     # for verification
47 jmc 1.3 nTimeSteps = 5,
48 heimbach 1.1 # for longer run
49     # nTimeSteps = 720,
50     deltaTmom = 900.,
51     #tauCD = 321428.,
52     deltaTtracer= 43200.,
53     deltaTClock = 43200.,
54     abEps = 0.1,
55     # for longer run
56     pChkptFreq = 31104000.,
57     chkptFreq = 31104000.,
58     dumpFreq = 2592000.,
59     taveFreq = 2592000.,
60 jmc 1.3 # for verification
61 heimbach 1.1 monitorFreq= 1.,
62     #
63 gforget 1.2 # tauThetaClimRelax = 5184000.,
64     # tauSaltClimRelax = 7776000.,
65 heimbach 1.1 periodicExternalForcing=.TRUE.,
66     externForcingPeriod=2592000.,
67     externForcingCycle=31104000.,
68     &
69    
70     # Gridding parameters
71     &PARM04
72     usingSphericalPolarGrid=.TRUE.,
73 jmc 1.3 delZ= 50., 70., 100., 140., 190.,
74     240., 290., 340., 390., 440.,
75 heimbach 1.1 490., 540., 590., 640., 690.,
76     ygOrigin=-90.,
77     delX=128*2.8125,
78     delY=64*2.8125,
79     &
80    
81     # Input datasets
82     &PARM05
83     bathyFile= 'bathy.bin',
84     hydrogThetaFile='',
85     hydrogSaltFile= '',
86     zonalWindFile= '',
87     meridWindFile= '',
88 gforget 1.2 # thetaClimFile= '',
89     # saltClimFile= '',
90 heimbach 1.1 surfQFile= '',
91     EmPmRFile= '',
92     the_run_name= 'Offline dic',
93     &

  ViewVC Help
Powered by ViewVC 1.1.22