/[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.5 - (show annotations) (download)
Wed Jan 9 01:00:38 2013 UTC (11 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64c, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, checkpoint65, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, HEAD
Changes since 1.4: +16 -27 lines
update with more standard choice: default rotationPeriod, exactConserv=T,
 reduce ivdc_kappa, remove multiDimAdvection=F, set deltaTFreeSurf to deltaTtracer.

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 ivdc_kappa=10.,
17 implicitDiffusion=.TRUE.,
18 implicitViscosity=.TRUE.,
19 allowFreezing=.TRUE.,
20 useCDscheme=.TRUE.,
21 gravity=9.81,
22 rhoConst=1035.,
23 eosType='POLY3',
24 rigidLid=.FALSE.,
25 implicitFreeSurface=.TRUE.,
26 exactConserv=.TRUE.,
27 &
28
29 # Elliptic solver parameters
30 &PARM02
31 cg2dMaxIters=1000,
32 cg2dTargetResidual=1.E-13,
33 &
34
35 # Time stepping parameters
36 &PARM03
37 nIter0 = 4269600,
38 nTimeSteps = 4,
39 # 100 years starting from a spinup of 5900 years:
40 #startTime = 1.835136E+11,
41 #endTime = 1.866240E+11,
42 deltaTMom = 900.,
43 deltaTFreeSurf= 43200.,
44 deltaTtracer= 43200.,
45 deltaTClock = 43200.,
46 tauCD = 321428.,
47 abEps = 0.1,
48 #cAdjFreq = -1,
49 pChkptFreq=3110400000.,
50 chkptFreq= 3110400000.,
51 dumpFreq= 31104000.,
52 taveFreq= 31104000.,
53 monitorFreq= 1.,
54 tauThetaClimRelax = 5184000.,
55 tauSaltClimRelax = 7776000.,
56 periodicExternalForcing=.TRUE.,
57 externForcingPeriod=2592000.,
58 externForcingCycle=31104000.,
59 &
60
61 # Gridding parameters
62 &PARM04
63 usingSphericalPolarGrid=.TRUE.,
64 delR= 50., 70., 100., 140., 190.,
65 240., 290., 340., 390., 440.,
66 490., 540., 590., 640., 690.,
67 ygOrigin=-90.,
68 dxSpacing=2.8125,
69 dySpacing=2.8125,
70 &
71
72 # Input datasets
73 &PARM05
74 bathyFile= 'depth_g77.bin',
75 hydrogThetaFile='lev_clim_temp.bin',
76 hydrogSaltFile= 'lev_clim_salt.bin',
77 zonalWindFile= 'tren_taux.bin',
78 meridWindFile= 'tren_tauy.bin',
79 thetaClimFile= 'lev_monthly_temp.bin',
80 saltClimFile= 'lev_monthly_salt.bin',
81 surfQFile= 'shi_qnet.bin',
82 EmPmRFile= 'shi_empmr_year.bin',
83 the_run_name= 'Testing CFC code',
84 &

  ViewVC Help
Powered by ViewVC 1.1.22