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

Contents of /MITgcm/verification/tutorial_cfc_offline/input/data

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


Revision 1.6 - (show annotations) (download)
Thu Jul 11 22:55:16 2013 UTC (10 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64k, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, 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.5: +5 -10 lines
increase monitorFreq and set explicitly PTRACERS_monitorFreq to 1.

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 gravity=9.81,
17 rhonil=1035.,
18 rigidLid=.FALSE.,
19 implicitFreeSurface=.TRUE.,
20 eosType='POLY3',
21 implicitDiffusion=.TRUE.,
22 implicitViscosity=.TRUE.,
23 ivdc_kappa=100.,
24 multiDimAdvection = .FALSE.
25 #allowFreezing=.TRUE.,
26 useCDscheme=.FALSE.,
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.0,
43 #tauCD = 321428.,
44 deltaTtracer= 43200.0,
45 deltaTClock = 43200.0,
46 abEps = 0.1,
47 #cAdjFreq = -1,
48 pChkptFreq=3110400000.,
49 #chkptFreq= 3110400000.,
50 dumpFreq= 31104000.,
51 taveFreq= 31104000.,
52 #monitorFreq= 4853865600.,
53 monitorFreq= 2592000.,
54 #tauThetaClimRelax = 5184000.0,
55 #tauSaltClimRelax = 7776000.0,
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 and OFFLINE code',
84 &

  ViewVC Help
Powered by ViewVC 1.1.22