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

Annotation of /MITgcm_contrib/heimbach/OpenAD/input_heat_transport/data

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


Revision 1.4 - (hide annotations) (download)
Fri Oct 10 16:09:09 2008 UTC (17 years, 10 months ago) by utke
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +47 -36 lines
temp testing version

1 utke 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 utke 1.4 viscAh=1.E5,
11     diffKhT=0.,
12 utke 1.1 diffKrT=3.E-5,
13 utke 1.4 diffKhS=0.,
14 utke 1.1 diffKrS=3.E-5,
15     rhonil=1035.,
16 utke 1.4 rhoConstFresh=1000.,
17 utke 1.1 eosType = 'JMD95Z',
18     ivdc_kappa=100.,
19     implicitDiffusion=.TRUE.,
20     allowFreezing=.TRUE.,
21 utke 1.4 exactConserv=.TRUE.,
22     useRealFreshWaterFlux=.FALSE.,
23 utke 1.1 useCDscheme=.TRUE.,
24 utke 1.4 StaggerTimeStep=.TRUE.,
25     globalFiles=.TRUE.,
26     useSingleCpuIO=.FALSE.,
27 utke 1.1 # 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 utke 1.4 cg2dMaxIters=200,
37     cg2dTargetResidual=1.E-8,
38 utke 1.1 &
39    
40     # Time stepping parameters
41     &PARM03
42 utke 1.4 nIter0= 720000,
43     # 20 years
44     nTimeSteps = 4,
45     # 1000 years
46     ### nTimeSteps = 360000,
47 utke 1.1 # 100 years of integration will yield a reasonable flow field
48 utke 1.4 # startTime = 0.,
49     # endTime = 3110400000.,
50     # ------> the following is asyncrhonous time-stepping <------
51     # deltaTmom = 1800.,
52     # tauCD = 321428.,
53     # deltaTtracer= 86400.,
54     # deltaTClock = 86400.,
55     # deltaTfreesurf= 86400.,
56     # ------> the following is syncrhonous time-stepping <------
57     ### tauCD=172800.,
58 utke 1.1 tauCD = 321428.,
59 utke 1.4 deltaTmom=3600.0,
60     deltaTtracer=3600.0,
61     deltaTClock =3600.0,
62     #
63     cAdjFreq=0.,
64 utke 1.1 abEps = 0.1,
65 utke 1.4 # pChkptFreq = 3110400000.,
66     # chkPtFreq = 3110400000.,
67     dumpFreq=0.,
68     taveFreq=0.,
69     monitorFreq = 31104000.,
70     adjMonitorFreq = 31104000.,
71     adjDumpFreq = 1296000.,
72 utke 1.1 # 2 months restoring timescale for temperature
73 utke 1.4 tauThetaClimRelax= 5184000.,
74 utke 1.1 # 6 months restoring timescale for salinity
75 utke 1.4 tauSaltClimRelax = 15552000.,
76 utke 1.1 periodicExternalForcing=.TRUE.,
77     externForcingPeriod=2592000.,
78     externForcingCycle=31104000.,
79     &
80    
81     # Gridding parameters
82     &PARM04
83     usingSphericalPolarGrid=.TRUE.,
84 utke 1.4 delR= 50., 70., 100., 140., 190.,
85     240., 290., 340., 390., 440.,
86     490., 540., 590., 640., 690.,
87 utke 1.1 phiMin=-80.,
88     dySpacing=4.,
89     dxSpacing=4.,
90     &
91    
92     # Input datasets
93     &PARM05
94     bathyFile= 'bathymetry.bin',
95     hydrogThetaFile='lev_t.bin',
96     hydrogSaltFile= 'lev_s.bin',
97     zonalWindFile= 'trenberth_taux.bin',
98     meridWindFile= 'trenberth_tauy.bin',
99     thetaClimFile= 'lev_sst.bin',
100     saltClimFile= 'lev_sss.bin',
101     surfQFile= 'ncep_qnet.bin',
102 utke 1.4 the_run_name= 'global_oce_latlon',
103     # fresh water flux is turned on, comment next line to it turn off
104     # (maybe better with surface salinity restoring)
105     EmPmRFile= 'ncep_emp.bin',
106 utke 1.1 &

  ViewVC Help
Powered by ViewVC 1.1.22