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

Annotation of /MITgcm/verification/tutorial_cfc_offline/input/data

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


Revision 1.4 - (hide annotations) (download)
Tue Jan 27 15:38:48 2009 UTC (15 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64i, checkpoint64h, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, 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 edhill 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     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=.FALSE.,
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 = 4269600,
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     usingSphericalPolarGrid=.TRUE.,
74     delR= 50., 70., 100., 140., 190.,
75     240., 290., 340., 390., 440.,
76     490., 540., 590., 640., 690.,
77 jmc 1.4 ygOrigin=-90.,
78 edhill 1.1 dxSpacing=2.8125,
79     dySpacing=2.8125,
80     &
81    
82     # Input datasets
83     &PARM05
84     bathyFile= 'depth_g77.bin',
85     hydrogThetaFile='lev_clim_temp.bin',
86     hydrogSaltFile= 'lev_clim_salt.bin',
87     zonalWindFile= 'tren_taux.bin',
88     meridWindFile= 'tren_tauy.bin',
89     thetaClimFile= 'lev_monthly_temp.bin',
90     saltClimFile= 'lev_monthly_salt.bin',
91     surfQFile= 'shi_qnet.bin',
92     EmPmRFile= 'shi_empmr_year.bin',
93     the_run_name= 'Testing CFC and OFFLINE code',
94     &

  ViewVC Help
Powered by ViewVC 1.1.22