/[MITgcm]/MITgcm/verification/OpenAD/input_oad.kpp/data
ViewVC logotype

Annotation of /MITgcm/verification/OpenAD/input_oad.kpp/data

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


Revision 1.2 - (hide annotations) (download)
Thu Jan 14 22:09:13 2016 UTC (8 years, 3 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, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, HEAD
Changes since 1.1: +1 -1 lines
change to match the reference output file (results/output_oadm.kpp.txt)

1 heimbach 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef = 15*20.,
8     sRef = 15*35.,
9     viscAr=1.E-3,
10     viscAh=5.E5,
11     diffKhT=0.0,
12     diffKrT=3.E-5,
13     diffKhS=0.0,
14     diffKrS=3.E-5,
15     rhoConst=1035.,
16     rotationPeriod=86400.,
17     gravity=9.81,
18     eosType = 'JMD95Z',
19     ### ivdc_kappa=100.,
20     implicitDiffusion=.TRUE.,
21     implicitViscosity=.TRUE.,
22     allowFreezing=.TRUE.,
23     useRealFreshWaterFlux=.TRUE.,
24     useCDscheme=.TRUE.,
25     # turn on looped cells
26     hFacMin=.05,
27     hFacMindr=50.,
28     # set precision of data files
29     readBinaryPrec=32,
30     &
31    
32     # Elliptic solver parameters
33     &PARM02
34     cg2dMaxIters=1000,
35     cg2dTargetResidual=1.E-19,
36     &
37    
38     # Time stepping parameters
39     &PARM03
40     nIter0 = 0,
41 jmc 1.2 nTimeSteps = 4,
42 heimbach 1.1 # 100 years of integration will yield a reasonable flow field
43     # startTime = 0.,
44     # endTime = 3110400000.,
45     deltaTMom = 1200.0,
46     tauCD = 321428.,
47     deltaTtracer= 43200.0,
48     deltaTClock = 43200.0,
49     # if you are using a version later than checkpoint45d on the main branch
50     # you can uncomment the following line and increase the time step
51     # deltaTtracer and deltaTClock to 172800.0 as well to speed up the
52     # asynchronous time stepping
53     # deltaTfreesurf = 172800.0,
54     abEps = 0.1,
55     pChkptFreq= 311040000.,
56     dumpFreq = 2592000.,
57     adjDumpFreq = 2592000.,
58     monitorFreq = 0.,
59     adjMonitorFreq = 0.,
60     # 2 months restoring timescale for temperature
61     tauThetaClimRelax = 5184000.0,
62     # 6 months restoring timescale for salinity
63     tauSaltClimRelax = 15552000.0,
64     periodicExternalForcing=.TRUE.,
65     externForcingPeriod=2592000.,
66     externForcingCycle=31104000.,
67     &
68    
69     # Gridding parameters
70     &PARM04
71     usingSphericalPolarGrid=.TRUE.,
72     delR= 50., 70., 100., 140., 190.,
73     240., 290., 340., 390., 440.,
74     490., 540., 590., 640., 690.,
75     ygOrigin=-80.,
76     dySpacing=4.,
77     dxSpacing=4.,
78     &
79    
80     # Input datasets
81     &PARM05
82     bathyFile= 'bathymetry.bin',
83     hydrogThetaFile='lev_t.bin',
84     hydrogSaltFile= 'lev_s.bin',
85     zonalWindFile= 'trenberth_taux.bin',
86     meridWindFile= 'trenberth_tauy.bin',
87     thetaClimFile= 'lev_sst.bin',
88     saltClimFile= 'lev_sss.bin',
89     surfQFile= 'ncep_qnet.bin',
90     surfQswFile= 'NCEP_4x4_sw_monav_48-03av',
91     # fresh water flux is turned off, uncomment next line to turn on
92     # (not recommened together with surface salinity restoring)
93     # EmPmRFile= 'ncep_emp.bin',
94     &

  ViewVC Help
Powered by ViewVC 1.1.22