/[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.3 - (hide annotations) (download)
Thu Jul 13 19:53:01 2006 UTC (17 years, 9 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint58u_post, checkpoint58r_post, checkpoint58n_post, checkpoint58t_post, checkpoint58q_post, checkpoint58o_post, checkpoint58v_post, checkpoint58s_post, checkpoint58p_post, checkpoint58m_post
Changes since 1.2: +19 -18 lines
Modifying input.

1 heimbach 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7 heimbach 1.3 tRef = 1*20.,
8     sRef = 1*35.,
9 heimbach 1.1 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 heimbach 1.2 eosType = 'JMD95Z',
18 heimbach 1.3 ivdc_kappa=0.,
19     implicitDiffusion=.FALSE.,
20     allowFreezing=.FALSE.,
21     useRealFreshWaterFlux=.FALSE.,
22     useCDscheme=.FALSE.,
23     tempStepping=.FALSE.,
24     saltStepping=.FALSE.,
25 heimbach 1.1 # turn on looped cells
26 heimbach 1.3 hFacMin=.1,
27 heimbach 1.1 hFacMindr=50.,
28     # set precision of data files
29     readBinaryPrec=32,
30 heimbach 1.3 debugmode=.true.,
31 heimbach 1.1 &
32    
33     # Elliptic solver parameters
34     &PARM02
35     cg2dMaxIters=500,
36     cg2dTargetResidual=1.E-13,
37     &
38    
39     # Time stepping parameters
40     &PARM03
41 heimbach 1.2 nIter0 = 0,
42 heimbach 1.3 nTimeSteps = 10,
43 heimbach 1.1 # 100 years of integration will yield a reasonable flow field
44     # startTime = 0.,
45     # endTime = 3110400000.,
46     deltaTmom = 1200.0,
47 heimbach 1.3 # tauCD = 321428.,
48 heimbach 1.1 deltaTtracer= 43200.0,
49     deltaTClock = 43200.0,
50     # if you are using a version later than checkpoint45d on the main branch
51     # you can uncomment the following line and increase the time step
52     # deltaTtracer and deltaTClock to 172800.0 as well to speed up the
53     # asynchronous time stepping
54     # deltaTfreesurf = 172800.0,
55     abEps = 0.1,
56     pChkptFreq= 311040000.,
57     dumpFreq= 311040000.,
58     dumpFreq= 864000.,
59     adjDumpFreq= 432000.,
60     # taveFreq= 311040000.,
61     # taveFreq= 864000.,
62     #monitorFreq=31104000.,
63     monitorFreq=1.,
64     # 2 months restoring timescale for temperature
65     tauThetaClimRelax = 5184000.0,
66     # 6 months restoring timescale for salinity
67     tauSaltClimRelax = 15552000.0,
68     periodicExternalForcing=.TRUE.,
69     externForcingPeriod=2592000.,
70     externForcingCycle=31104000.,
71     &
72    
73     # Gridding parameters
74     &PARM04
75     usingCartesianGrid=.FALSE.,
76     usingSphericalPolarGrid=.TRUE.,
77 heimbach 1.3 delR= 4000.,
78 heimbach 1.1 phiMin=-80.,
79     dySpacing=4.,
80     dxSpacing=4.,
81     &
82    
83     # Input datasets
84     &PARM05
85     bathyFile= 'bathymetry.bin',
86     hydrogThetaFile='lev_t.bin',
87     hydrogSaltFile= 'lev_s.bin',
88 heimbach 1.3 # zonalWindFile= 'trenberth_taux.bin',
89     # meridWindFile= 'trenberth_tauy.bin',
90     # thetaClimFile= 'lev_sst.bin',
91     # saltClimFile= 'lev_sss.bin',
92     # surfQFile= 'ncep_qnet.bin',
93 heimbach 1.1 # fresh water flux is turned off, uncomment next line to turn on
94     # (not recommened together with surface salinity restoring)
95     # EmPmRFile= 'ncep_emp.bin',
96     &

  ViewVC Help
Powered by ViewVC 1.1.22