/[MITgcm]/MITgcm_contrib/heimbach/OpenAD/input_shallow_taf/data
ViewVC logotype

Annotation of /MITgcm_contrib/heimbach/OpenAD/input_shallow_taf/data

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


Revision 1.1 - (hide annotations) (download)
Tue Dec 13 15:15:35 2005 UTC (19 years, 7 months ago) by heimbach
Branch: MAIN
Adding new setups.

1 heimbach 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef = 1*20.,
8     sRef = 1*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     rhonil=1035.,
16     gravity=9.81,
17     eosType = 'JMD95Z',
18     ivdc_kappa=0.,
19     implicitDiffusion=.FALSE.,
20     allowFreezing=.FALSE.,
21     useRealFreshWaterFlux=.FALSE.,
22     useCDscheme=.FALSE.,
23     tempStepping=.FALSE.,
24     saltStepping=.FALSE.,
25     # turn on looped cells
26     hFacMin=.1,
27     hFacMindr=50.,
28     # set precision of data files
29     readBinaryPrec=32,
30     &
31    
32     # Elliptic solver parameters
33     &PARM02
34     cg2dMaxIters=500,
35     cg2dTargetResidual=1.E-13,
36     &
37    
38     # Time stepping parameters
39     &PARM03
40     nIter0 = 0,
41     nTimeSteps = 10,
42     # 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= 311040000.,
57     dumpFreq= 864000.,
58     adjDumpFreq= 432000.,
59     # taveFreq= 311040000.,
60     # taveFreq= 864000.,
61     #monitorFreq=31104000.,
62     monitorFreq=1.,
63     # 2 months restoring timescale for temperature
64     tauThetaClimRelax = 5184000.0,
65     # 6 months restoring timescale for salinity
66     tauSaltClimRelax = 15552000.0,
67     periodicExternalForcing=.TRUE.,
68     externForcingPeriod=2592000.,
69     externForcingCycle=31104000.,
70     &
71    
72     # Gridding parameters
73     &PARM04
74     usingCartesianGrid=.FALSE.,
75     usingSphericalPolarGrid=.TRUE.,
76     delR= 4000.,
77     phiMin=-80.,
78     dySpacing=4.,
79     dxSpacing=4.,
80     &
81    
82     # Input datasets
83     &PARM05
84     bathyFile= 'bathymetry.bin',
85     hydrogThetaFile='lev_t.bin',
86     hydrogSaltFile= 'lev_s.bin',
87     # zonalWindFile= 'trenberth_taux.bin',
88     # meridWindFile= 'trenberth_tauy.bin',
89     # thetaClimFile= 'lev_sst.bin',
90     # saltClimFile= 'lev_sss.bin',
91     # surfQFile= 'ncep_qnet.bin',
92     # fresh water flux is turned off, uncomment next line to turn on
93     # (not recommened together with surface salinity restoring)
94     # EmPmRFile= 'ncep_emp.bin',
95     &

  ViewVC Help
Powered by ViewVC 1.1.22