/[MITgcm]/MITgcm/verification/global_ocean.90x40x15/input_ad/data
ViewVC logotype

Contents of /MITgcm/verification/global_ocean.90x40x15/input_ad/data

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


Revision 1.4 - (show annotations) (download)
Fri Jan 10 17:21:26 2003 UTC (21 years, 4 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint48e_post, checkpoint48i_post, checkpoint50, checkpoint50b_pre, checkpoint48b_post, checkpoint48c_pre, checkpoint48d_pre, checkpoint47i_post, checkpoint48d_post, checkpoint48f_post, checkpoint48h_post, checkpoint48a_post, checkpoint50a_post, checkpoint47j_post, checkpoint48c_post, checkpoint48, checkpoint49, checkpoint47h_post, checkpoint48g_post
Changes since 1.3: +1 -4 lines
Updating adjoint of global_ocean experiment
after fixed TAF (1.4.20) with all GMREDI_OPTIONS switched on.
Note that sufficient no. if timesteps are necessary to
propagate sensitivities to relevant gradient checks.

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=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 = 'POLY3',
18 ivdc_kappa=100.,
19 implicitDiffusion=.TRUE.,
20 allowFreezing=.TRUE.,
21 useRealFreshWaterFlux=.TRUE.,
22 # turn on looped cells
23 hFacMin=.05,
24 hFacMindr=50.,
25 # set precision of data files
26 readBinaryPrec=32,
27 &
28
29 # Elliptic solver parameters
30 &PARM02
31 cg2dMaxIters=500,
32 cg2dTargetResidual=1.E-13,
33 &
34
35 # Time stepping parameters
36 &PARM03
37 nIter0 = 0,
38 nTimeSteps = 120,
39 # 100 years of integration will yield a reasonable flow field
40 # startTime = 0.,
41 # endTime = 3110400000.,
42 deltaTmom = 1200.0,
43 tauCD = 321428.,
44 deltaTtracer= 43200.0,
45 deltaTClock = 43200.0,
46 # if you are using a version later than checkpoint45d on the main branch
47 # you can uncomment the following line and increase the time step
48 # deltaTtracer and deltaTClock to 172800.0 as well to speed up the
49 # asynchronous time stepping
50 # deltaTfreesurf = 172800.0,
51 abEps = 0.1,
52 pChkptFreq= 311040000.,
53 dumpFreq= 311040000.,
54 dumpFreq= 864000.,
55 taveFreq= 311040000.,
56 taveFreq= 864000.,
57 #monitorFreq=31104000.,
58 monitorFreq=1.,
59 # 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 usingCartesianGrid=.FALSE.,
71 usingSphericalPolarGrid=.TRUE.,
72 delR= 50., 70., 100., 140., 190.,
73 240., 290., 340., 390., 440.,
74 490., 540., 590., 640., 690.,
75 phiMin=-80.,
76 dySpacing=4.,
77 dxSpacing=4.,
78 &
79
80 # Input datasets
81 &PARM05
82 bathyFile= 'bathymetry.bin',
83 hydrogThetaFile='lev_t.bin',
84 hydrogSaltFile= 'lev_s.bin',
85 zonalWindFile= 'trenberth_taux.bin',
86 meridWindFile= 'trenberth_tauy.bin',
87 thetaClimFile= 'lev_sst.bin',
88 saltClimFile= 'lev_sss.bin',
89 surfQFile= 'ncep_qnet.bin',
90 # fresh water flux is turned off, uncomment next line to turn on
91 # (not recommened together with surface salinity restoring)
92 # EmPmRFile= 'ncep_emp.bin',
93 &

  ViewVC Help
Powered by ViewVC 1.1.22