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

Annotation of /MITgcm/verification/OpenAD/input_ad/data

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


Revision 1.9 - (hide annotations) (download)
Tue Jan 27 15:38:48 2009 UTC (15 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint64, checkpoint65, checkpoint62, checkpoint63, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65d, checkpoint65e, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y
Changes since 1.8: +1 -2 lines
rename thetaMin,phiMin -> xgOrigin,ygOrigin

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

  ViewVC Help
Powered by ViewVC 1.1.22