/[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.4 - (show annotations) (download)
Tue Jan 27 15:38:49 2009 UTC (15 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64a, checkpoint64b, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint64, checkpoint62, checkpoint63, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y
Changes since 1.3: +1 -2 lines
rename thetaMin,phiMin -> xgOrigin,ygOrigin

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 usingSphericalPolarGrid=.TRUE.,
75 delR= 50., 70., 100., 140., 190.,
76 240., 290., 340., 390., 440.,
77 490., 540., 590., 640., 690.,
78 ygOrigin=-90.,
79 dxSpacing=2.8125,
80 dySpacing=2.8125,
81 &
82
83 # Input datasets
84 &PARM05
85 bathyFile= 'depth_g77.bin',
86 hydrogThetaFile='lev_clim_temp.bin',
87 hydrogSaltFile= 'lev_clim_salt.bin',
88 zonalWindFile= 'tren_taux.bin',
89 meridWindFile= 'tren_tauy.bin',
90 thetaClimFile= 'lev_monthly_temp.bin',
91 saltClimFile= 'lev_monthly_salt.bin',
92 surfQFile= 'shi_qnet.bin',
93 EmPmRFile= 'shi_empmr_year.bin',
94 the_run_name= 'Testing CFC code',
95 &

  ViewVC Help
Powered by ViewVC 1.1.22