/[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.1 - (show annotations) (download)
Mon Nov 29 22:38:16 2004 UTC (19 years, 5 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint57d_post, checkpoint57g_post, checkpoint57b_post, checkpoint57c_pre, checkpoint56b_post, checkpoint57e_post, checkpoint57g_pre, checkpoint56c_post, checkpoint57f_pre, checkpoint57a_post, checkpoint57a_pre, checkpoint57, eckpoint57e_pre, checkpoint57f_post, checkpoint57c_post
add another verification experiment that tests both the cfc-pkg and
the gchem-pkg with GCHEM_SEPARATE_FORCING undefined, that is with
reactive tendencies treated inline with regular timestepping

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 beta=1.E-11,
17 f0=1.e-4,
18 tAlpha=2.E-4,
19 sBeta =7.4E-4,
20 gravity=9.81,
21 gBaro=9.81,
22 rhonil=1035.,
23 rigidLid=.FALSE.,
24 implicitFreeSurface=.TRUE.,
25 eosType='POLY3',
26 implicitDiffusion=.TRUE.,
27 implicitViscosity=.TRUE.,
28 ivdc_kappa=100.,
29 multiDimAdvection = .FALSE.
30 allowFreezing=.TRUE.,
31 useCDscheme=.TRUE.,
32 &
33
34 # Elliptic solver parameters
35 &PARM02
36 cg2dMaxIters=1000,
37 cg2dTargetResidual=1.E-13,
38 &
39
40 # Time stepping parameters
41 &PARM03
42 nIter0 = 4248000,
43 nTimeSteps = 4,
44 # 100 years starting from a spinup of 5900 years:
45 #startTime = 1.835136E+11,
46 #endTime = 1.866240E+11,
47 deltaTmom = 900.0,
48 tauCD = 321428.,
49 deltaTtracer= 43200.0,
50 deltaTClock = 43200.0,
51 abEps = 0.1,
52 #cAdjFreq = -1,
53 #EH3 These following *very* small periods are
54 #EH3 for IO testing purposes only
55 #EH3 pChkptFreq=311040000.,
56 #EH3 chkptFreq= 311040000.,
57 #EH3 dumpFreq= 311040000.,
58 #EH3 taveFreq= 311040000.,
59 pChkptFreq=3110400000.,
60 chkptFreq= 3110400000.,
61 dumpFreq= 31104000.,
62 taveFreq= 31104000.,
63 monitorFreq= 1.,
64 tauThetaClimRelax = 5184000.0,
65 tauSaltClimRelax = 7776000.0,
66 periodicExternalForcing=.TRUE.,
67 externForcingPeriod=2592000.,
68 externForcingCycle=31104000.,
69 &
70
71 # Gridding parameters
72 &PARM04
73 usingCartesianGrid=.FALSE.,
74 usingSphericalPolarGrid=.TRUE.,
75 delR= 50., 70., 100., 140., 190.,
76 240., 290., 340., 390., 440.,
77 490., 540., 590., 640., 690.,
78 phiMin=-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 PTRACERS and MNC',
95 &

  ViewVC Help
Powered by ViewVC 1.1.22