/[MITgcm]/MITgcm/verification/cfc_example/input/data
ViewVC logotype

Contents of /MITgcm/verification/cfc_example/input/data

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


Revision 1.3 - (show annotations) (download)
Thu Mar 2 01:59:51 2006 UTC (18 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint58e_post, checkpoint58u_post, checkpoint58w_post, checkpoint60, checkpoint61, checkpoint58r_post, checkpoint58n_post, checkpoint58x_post, checkpoint58t_post, checkpoint58h_post, checkpoint58q_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint58j_post, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint59, checkpoint58f_post, checkpoint58d_post, checkpoint58c_post, checkpoint58i_post, checkpoint58g_post, checkpoint58o_post, checkpoint58y_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint58p_post, checkpoint61a, checkpoint61h, checkpoint58b_post, checkpoint58m_post
Changes since 1.2: +1 -0 lines
set rotationPeriod to 1 day (=the previous value) since the default has changed

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef=15*20.,
8 sRef=15*35.,
9 viscA4=0.,
10 viscAh=5.E5,
11 diffKhT=0.E3,
12 diffKhS=0.E3,
13 viscAr=1.E-3,
14 diffKrT=5.E-5,
15 diffKrS=5.E-5,
16 rotationPeriod=86400.,
17 beta=1.E-11,
18 f0=1.e-4,
19 tAlpha=2.E-4,
20 sBeta =7.4E-4,
21 gravity=9.81,
22 gBaro=9.81,
23 rhonil=1035.,
24 rigidLid=.FALSE.,
25 implicitFreeSurface=.TRUE.,
26 eosType='POLY3',
27 implicitDiffusion=.TRUE.,
28 implicitViscosity=.TRUE.,
29 ivdc_kappa=100.,
30 multiDimAdvection = .FALSE.
31 allowFreezing=.TRUE.,
32 useCDscheme=.TRUE.,
33 &
34
35 # Elliptic solver parameters
36 &PARM02
37 cg2dMaxIters=1000,
38 cg2dTargetResidual=1.E-13,
39 &
40
41 # Time stepping parameters
42 &PARM03
43 nIter0 = 4269600,
44 nTimeSteps = 4,
45 # 100 years starting from a spinup of 5900 years:
46 #startTime = 1.835136E+11,
47 #endTime = 1.866240E+11,
48 deltaTmom = 900.0,
49 tauCD = 321428.,
50 deltaTtracer= 43200.0,
51 deltaTClock = 43200.0,
52 abEps = 0.1,
53 #cAdjFreq = -1,
54 #EH3 These following *very* small periods are
55 #EH3 for IO testing purposes only
56 #EH3 pChkptFreq=311040000.,
57 #EH3 chkptFreq= 311040000.,
58 #EH3 dumpFreq= 311040000.,
59 #EH3 taveFreq= 311040000.,
60 pChkptFreq=3110400000.,
61 chkptFreq= 3110400000.,
62 dumpFreq= 31104000.,
63 taveFreq= 31104000.,
64 monitorFreq= 1.,
65 tauThetaClimRelax = 5184000.0,
66 tauSaltClimRelax = 7776000.0,
67 periodicExternalForcing=.TRUE.,
68 externForcingPeriod=2592000.,
69 externForcingCycle=31104000.,
70 &
71
72 # Gridding parameters
73 &PARM04
74 usingCartesianGrid=.FALSE.,
75 usingSphericalPolarGrid=.TRUE.,
76 delR= 50., 70., 100., 140., 190.,
77 240., 290., 340., 390., 440.,
78 490., 540., 590., 640., 690.,
79 phiMin=-90.,
80 dxSpacing=2.8125,
81 dySpacing=2.8125,
82 &
83
84 # Input datasets
85 &PARM05
86 bathyFile= 'depth_g77.bin',
87 hydrogThetaFile='lev_clim_temp.bin',
88 hydrogSaltFile= 'lev_clim_salt.bin',
89 zonalWindFile= 'tren_taux.bin',
90 meridWindFile= 'tren_tauy.bin',
91 thetaClimFile= 'lev_monthly_temp.bin',
92 saltClimFile= 'lev_monthly_salt.bin',
93 surfQFile= 'shi_qnet.bin',
94 EmPmRFile= 'shi_empmr_year.bin',
95 the_run_name= 'Testing CFC code',
96 &

  ViewVC Help
Powered by ViewVC 1.1.22