/[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.2 - (show annotations) (download)
Tue Oct 7 23:53:15 2003 UTC (20 years, 7 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint51k_post, checkpoint51l_post, checkpoint51j_post, checkpoint52l_pre, checkpoint52e_pre, checkpoint52j_post, checkpoint51o_pre, checkpoint52e_post, checkpoint51n_pre, checkpoint51q_post, checkpoint52j_pre, branch-netcdf, checkpoint52l_post, checkpoint51r_post, checkpoint52k_post, checkpoint52b_pre, checkpoint51i_post, checkpoint51l_pre, checkpoint52m_post, checkpoint51o_post, checkpoint51p_post, checkpoint52, checkpoint52d_post, checkpoint52a_post, checkpoint52b_post, checkpoint52f_post, checkpoint52c_post, ecco_c52_e35, checkpoint52a_pre, checkpoint52i_post, checkpoint51m_post, checkpoint51t_post, checkpoint51n_post, checkpoint51i_pre, checkpoint52i_pre, checkpoint51u_post, checkpoint52h_pre, checkpoint52f_pre, checkpoint51s_post
Branch point for: branch-nonh, netcdf-sm0, tg2-branch, checkpoint51n_branch
Changes since 1.1: +8 -2 lines
updating adj of vecinv:
* use exactConserv
* use JMD95Z
* changed horiz. visc. to viscAh=5.E5

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

  ViewVC Help
Powered by ViewVC 1.1.22