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

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

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


Revision 1.12 - (hide annotations) (download)
Mon Apr 21 15:48:15 2008 UTC (16 years ago) by heimbach
Branch: MAIN
Changes since 1.11: +21 -16 lines
Modify this verif. for more testing.

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

  ViewVC Help
Powered by ViewVC 1.1.22