/[MITgcm]/MITgcm_contrib/heimbach/admtlm_setup/input_ad_metric/data
ViewVC logotype

Contents of /MITgcm_contrib/heimbach/admtlm_setup/input_ad_metric/data

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


Revision 1.1 - (show annotations) (download)
Fri Nov 4 19:00:30 2005 UTC (19 years, 8 months ago) by heimbach
Branch: MAIN
CVS Tags: HEAD
Adding _ad only setup.

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=1.E3,
12 diffKrT=3.E-5,
13 diffKhS=1.E3,
14 diffKrS=3.E-5,
15 rhonil=1035.,
16 gravity=9.81,
17 eosType = 'POLY3',
18 # eosType = 'JMD95Z',
19 ivdc_kappa=0.,
20 implicitDiffusion=.TRUE.,
21 tempAdvScheme=3,
22 saltAdvScheme=3,
23 # useOldFreezing=.TRUE.,
24 useRealFreshWaterFlux=.FALSE.,
25 useCDscheme=.TRUE.,
26 # useNHMTerms=.TRUE.,
27 # turn on looped cells
28 hFacMin=.05,
29 hFacMindr=50.,
30 # set precision of data files
31 readBinaryPrec=32,
32 &
33
34 # Elliptic solver parameters
35 &PARM02
36 cg2dMaxIters=500,
37 cg2dTargetResidual=1.E-13,
38 &
39
40 # Time stepping parameters
41 &PARM03
42 nIter0 = 2160000,
43 nTimeSteps = 146,
44 # #_time_steps=#_yrs*60*60*24*365/43200
45 # 100 (3110400000) years of integration will yield a reasonable flow field
46 # startTime = 0.,
47 # endTime = 43545600000.,
48 deltaTmom = 1200.0,
49 tauCD = 321428.,
50 deltaTtracer= 43200.0,
51 deltaTClock = 43200.0,
52 # if you are using a version later than checkpoint45d on the main branch
53 # you can uncomment the following line and increase the time step
54 # deltaTtracer and deltaTClock to 172800.0 as well to speed up the
55 # asynchronous time stepping
56 # deltaTfreesurf = 172800.0,
57 abEps = 0.1,
58 pChkptFreq= 31104000,
59 dumpFreq= 630720.,
60 adjDumpFreq= 630720.,
61 cAdjFreq =-1.,
62 monitorFreq=6307200.,
63 # monitor_ioinc=.FALSE.,
64 # snapshot_ioinc=.true.,
65 # 2 months restoring timescale for temperature
66 tauThetaClimRelax = 5184000.0,
67 # 6 months restoring timescale for salinity
68 tauSaltClimRelax = 15552000.0,
69 # periodicExternalForcing=.TRUE.,
70 # externForcingPeriod=2592000.,
71 # externForcingCycle=31104000.,
72 &
73
74 # Gridding parameters
75 &PARM04
76 usingCartesianGrid=.FALSE.,
77 usingSphericalPolarGrid=.TRUE.,
78 delR= 50., 70., 100., 140., 190.,
79 240., 290., 340., 390., 440.,
80 490., 540., 590., 640., 690.,
81 phiMin=-80.,
82 dySpacing=4.,
83 dxSpacing=4.,
84 &
85
86 # Input datasets
87 &PARM05
88 bathyFile= 'bathymetry.bin',
89 hydrogThetaFile='lev_t.bin',
90 hydrogSaltFile= 'lev_s.bin',
91 zonalWindFile= 'trenberth_taux_march.bin',
92 meridWindFile= 'trenberth_tauy_march.bin',
93 thetaClimFile= 'lev_sst_march.bin',
94 saltClimFile= 'lev_sss_march.bin',
95 # surfQFile= 'ncep_qnet.bin',
96 # fresh water flux is turned off, uncomment next line to turn on
97 # (not recommened together with surface salinity restoring)
98 # EmPmRFile= 'ncep_emp.bin',
99 &

  ViewVC Help
Powered by ViewVC 1.1.22