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

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

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


Revision 1.3 - (show annotations) (download)
Tue May 4 19:46:50 2004 UTC (20 years, 1 month ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint57t_post, checkpoint58l_post, checkpoint53f_post, checkpoint54a_pre, checkpoint55c_post, checkpoint53b_pre, checkpoint57o_post, checkpoint57m_post, checkpoint55e_post, checkpoint58e_post, checkpoint57v_post, checkpoint52n_post, checkpoint57f_post, checkpoint57s_post, checkpoint57j_post, checkpoint58b_post, checkpoint58m_post, checkpoint57b_post, checkpoint53c_post, checkpoint53d_post, checkpoint57f_pre, checkpoint57k_post, checkpoint55d_pre, checkpoint57d_post, checkpoint57g_post, checkpoint60, checkpoint61, checkpoint57c_pre, checkpoint58r_post, checkpoint55j_post, checkpoint56b_post, checkpoint57i_post, checkpoint57y_post, checkpoint58g_post, checkpoint57x_post, checkpoint54a_post, checkpoint55h_post, checkpoint58n_post, checkpoint58x_post, checkpoint57g_pre, checkpoint54b_post, checkpoint58h_post, checkpoint57e_post, checkpoint58w_post, checkpoint54d_post, checkpoint56c_post, checkpoint54e_post, checkpoint58j_post, checkpoint55b_post, checkpoint57h_post, checkpoint57y_pre, checkpoint55, checkpoint53a_post, checkpoint55a_post, checkpoint57a_post, checkpoint54, checkpoint58q_post, checkpoint54f_post, checkpoint53b_post, checkpoint59q, checkpoint59p, checkpoint55g_post, checkpoint59r, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint55f_post, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint57r_post, checkpoint59, checkpoint58, checkpoint57a_pre, checkpoint55i_post, checkpoint57, checkpoint56, checkpoint53, eckpoint57e_pre, checkpoint57h_done, checkpoint58f_post, checkpoint53g_post, checkpoint57n_post, checkpoint58d_post, checkpoint58c_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint58a_post, checkpoint58i_post, checkpoint57q_post, checkpoint58o_post, checkpoint57z_post, checkpoint57c_post, checkpoint58u_post, checkpoint58y_post, checkpoint58k_post, checkpoint58v_post, checkpoint53d_pre, checkpoint54c_post, checkpoint58s_post, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint58p_post, checkpoint61a, checkpoint58t_post, checkpoint61h, checkpoint57h_pre, checkpoint57l_post, checkpoint56a_post, checkpoint55d_post
Changes since 1.2: +6 -0 lines
* code_ad_vecinv now runs with
  - 3rd order upwind biased advection
  - linear & quadratic bottom drag
* adjoint results updated
* probably still re-initialisation problem with TLM

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

  ViewVC Help
Powered by ViewVC 1.1.22