/[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.6 - (hide annotations) (download)
Wed Sep 29 16:42:23 2004 UTC (19 years, 7 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint57m_post, checkpoint57g_pre, checkpoint57s_post, checkpoint57b_post, checkpoint57g_post, checkpoint56b_post, checkpoint57y_post, checkpoint57r_post, checkpoint57d_post, checkpoint57i_post, checkpoint58, checkpoint57, checkpoint56, checkpoint57n_post, checkpoint58a_post, checkpoint57z_post, checkpoint55i_post, checkpoint57l_post, checkpoint57t_post, checkpoint57v_post, checkpoint57f_post, checkpoint57a_post, checkpoint57h_pre, checkpoint57h_post, checkpoint57y_pre, checkpoint55g_post, checkpoint57c_post, checkpoint55d_post, checkpoint55d_pre, checkpoint57c_pre, checkpoint55j_post, checkpoint55h_post, checkpoint57e_post, checkpoint55f_post, checkpoint57p_post, checkpint57u_post, checkpoint57q_post, eckpoint57e_pre, checkpoint56a_post, checkpoint57h_done, checkpoint57j_post, checkpoint57f_pre, checkpoint56c_post, checkpoint57a_pre, checkpoint57o_post, checkpoint57k_post, checkpoint57w_post, checkpoint57x_post, checkpoint55e_post
Changes since 1.5: +3 -2 lines
Adding mnc output to code_ad

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 heimbach 1.6 adjDumpFreq= 432000.,
57     # taveFreq= 311040000.,
58     # taveFreq= 864000.,
59 heimbach 1.3 #monitorFreq=31104000.,
60     monitorFreq=1.,
61     # 2 months restoring timescale for temperature
62     tauThetaClimRelax = 5184000.0,
63     # 6 months restoring timescale for salinity
64     tauSaltClimRelax = 15552000.0,
65     periodicExternalForcing=.TRUE.,
66     externForcingPeriod=2592000.,
67     externForcingCycle=31104000.,
68 heimbach 1.2 &
69    
70     # Gridding parameters
71     &PARM04
72     usingCartesianGrid=.FALSE.,
73     usingSphericalPolarGrid=.TRUE.,
74 heimbach 1.3 delR= 50., 70., 100., 140., 190.,
75     240., 290., 340., 390., 440.,
76     490., 540., 590., 640., 690.,
77     phiMin=-80.,
78     dySpacing=4.,
79     dxSpacing=4.,
80 heimbach 1.2 &
81    
82     # Input datasets
83     &PARM05
84 heimbach 1.3 bathyFile= 'bathymetry.bin',
85     hydrogThetaFile='lev_t.bin',
86     hydrogSaltFile= 'lev_s.bin',
87     zonalWindFile= 'trenberth_taux.bin',
88     meridWindFile= 'trenberth_tauy.bin',
89     thetaClimFile= 'lev_sst.bin',
90     saltClimFile= 'lev_sss.bin',
91     surfQFile= 'ncep_qnet.bin',
92     # fresh water flux is turned off, uncomment next line to turn on
93     # (not recommened together with surface salinity restoring)
94     # EmPmRFile= 'ncep_emp.bin',
95 heimbach 1.2 &

  ViewVC Help
Powered by ViewVC 1.1.22