/[MITgcm]/MITgcm/verification/global_ocean.90x40x15/input_oad/data
ViewVC logotype

Annotation of /MITgcm/verification/global_ocean.90x40x15/input_oad/data

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


Revision 1.1 - (hide annotations) (download)
Wed Apr 3 21:17:59 2013 UTC (11 years, 1 month ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64o, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64n, checkpoint64g, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65d, checkpoint65e, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint65, checkpoint64j, checkpoint64m, checkpoint64l
Add verification for OpenAD.
Is identical to the one in input_ad except that
  multiDimAdvection=.FALSE.,
There is still an issue with this.

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     diffKhT=0.0,
11     diffKrT=3.E-5,
12     diffKhS=0.0,
13     diffKrS=3.E-5,
14     #ph(
15     #ph Many of the following params. are just for AD testing;
16     #ph not necesarily meaningful in a 4x4 deg. setting.
17     viscC4Leith=1.5,
18     viscC4Leithd=1.5,
19     viscA4GridMax=0.5,
20     useAreaViscLength=.TRUE.,
21     ### viscAh=5.E5,
22     #ph)
23     bottomDragQuadratic = 0.0021,
24     rhonil=1035.,
25     gravity=9.81,
26     eosType = 'JMD95Z',
27     ivdc_kappa=10.,
28     implicitDiffusion=.TRUE.,
29     allowFreezing=.TRUE.,
30     useRealFreshWaterFlux=.TRUE.,
31     useCDscheme=.TRUE.,
32     exactConserv=.TRUE.,
33     # turn on looped cells
34     hFacMin=.05,
35     hFacMindr=50.,
36     # set precision of data files
37     readBinaryPrec=32,
38     debugLevel=1,
39     #ph(
40     vectorInvariantMomentum=.TRUE.,
41     hFacInf=0.2,
42     hFacSup=2.0,
43     nonlinFreeSurf=2,
44     staggerTimeStep=.TRUE.,
45     ### multiDimAdvection=.FALSE.,
46     tempAdvScheme=30,
47     saltAdvScheme=30,
48     tempVertAdvScheme=20,
49     saltVertAdvScheme=20,
50     tempImplVertAdv=.TRUE.,
51     saltImplVertAdv=.TRUE.,
52     #ph)
53     &
54    
55     # Elliptic solver parameters
56     &PARM02
57     cg2dMaxIters=500,
58     cg2dTargetResidual=1.E-13,
59     &
60    
61     # Time stepping parameters
62     &PARM03
63     nIter0 = 0,
64     nTimeSteps = 10,
65     # 100 years of integration will yield a reasonable flow field
66     # startTime = 0.,
67     # endTime = 3110400000.,
68     deltaTmom = 1200.0,
69     tauCD = 321428.,
70     deltaTtracer= 43200.0,
71     deltaTClock = 43200.0,
72     #deltaTfreesurf= 43200.,
73     abEps = 0.1,
74     pChkptFreq= 311040000.,
75     dumpFreq= 311040000.,
76     dumpFreq= 864000.,
77     adjDumpFreq= 432000.,
78     adjMonitorFreq=0.,
79     # taveFreq= 311040000.,
80     # taveFreq= 864000.,
81     #monitorFreq=31104000.,
82     monitorFreq=0.,
83     # 2 months restoring timescale for temperature
84     tauThetaClimRelax = 5184000.0,
85     # 6 months restoring timescale for salinity
86     tauSaltClimRelax = 15552000.0,
87     periodicExternalForcing=.TRUE.,
88     externForcingPeriod=2592000.,
89     externForcingCycle=31104000.,
90     &
91    
92     # Gridding parameters
93     &PARM04
94     usingSphericalPolarGrid=.TRUE.,
95     delR= 50., 70., 100., 140., 190.,
96     240., 290., 340., 390., 440.,
97     490., 540., 590., 640., 690.,
98     ygOrigin=-80.,
99     dySpacing=4.,
100     dxSpacing=4.,
101     &
102    
103     # Input datasets
104     &PARM05
105     bathyFile= 'bathymetry.bin',
106     hydrogThetaFile='lev_t.bin',
107     hydrogSaltFile= 'lev_s.bin',
108     zonalWindFile= 'trenberth_taux.bin',
109     meridWindFile= 'trenberth_tauy.bin',
110     thetaClimFile= 'lev_sst.bin',
111     saltClimFile= 'lev_sss.bin',
112     surfQFile= 'ncep_qnet.bin',
113     # fresh water flux is turned off, uncomment next line to turn on
114     # (not recommened together with surface salinity restoring)
115     # EmPmRFile= 'ncep_emp.bin',
116     &

  ViewVC Help
Powered by ViewVC 1.1.22