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

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

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


Revision 1.5 - (hide annotations) (download)
Thu Apr 17 14:15:53 2003 UTC (21 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint51k_post, checkpoint52l_pre, checkpoint50c_post, checkpoint50c_pre, checkpoint52j_pre, checkpoint51o_pre, checkpoint54d_post, checkpoint54e_post, checkpoint51l_post, checkpoint50d_pre, checkpoint52k_post, checkpoint55, checkpoint54, checkpoint51, checkpoint53, checkpoint52, checkpoint50d_post, checkpoint52f_post, checkpoint54f_post, checkpoint51f_post, checkpoint51d_post, checkpoint51t_post, checkpoint51n_post, checkpoint52i_pre, checkpoint51s_post, checkpoint55c_post, checkpoint51j_post, checkpoint52e_pre, checkpoint52e_post, checkpoint51n_pre, checkpoint53d_post, checkpoint52b_pre, checkpoint54b_post, checkpoint51l_pre, checkpoint52m_post, checkpoint51q_post, checkpoint51b_pre, checkpoint52b_post, checkpoint52c_post, checkpoint51h_pre, checkpoint50f_post, checkpoint50f_pre, checkpoint52f_pre, checkpoint54a_pre, checkpoint53c_post, branchpoint-genmake2, checkpoint54a_post, checkpoint51r_post, checkpoint51i_post, checkpoint55b_post, checkpoint51b_post, checkpoint51c_post, checkpoint53a_post, checkpoint52d_post, checkpoint53g_post, checkpoint50g_post, checkpoint52a_pre, checkpoint50h_post, checkpoint52i_post, checkpoint50e_pre, checkpoint50i_post, checkpoint51i_pre, checkpoint52h_pre, checkpoint53f_post, checkpoint52j_post, checkpoint50e_post, branch-netcdf, checkpoint52l_post, checkpoint52n_post, checkpoint53b_pre, checkpoint51e_post, checkpoint55a_post, checkpoint51o_post, checkpoint51f_pre, checkpoint53b_post, checkpoint52a_post, checkpoint51g_post, ecco_c52_e35, checkpoint50b_post, checkpoint51m_post, checkpoint53d_pre, checkpoint54c_post, checkpoint51a_post, checkpoint51p_post, checkpoint51u_post
Branch point for: branch-genmake2, branch-nonh, tg2-branch, netcdf-sm0, checkpoint51n_branch
Changes since 1.4: +1 -0 lines
new flag "useCDscheme" set to TRUE (default=F);

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

  ViewVC Help
Powered by ViewVC 1.1.22