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

Annotation of /MITgcm/verification/cfc_example/input/data

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


Revision 1.2 - (hide annotations) (download)
Thu May 5 17:22:10 2005 UTC (19 years ago) by stephd
Branch: MAIN
CVS Tags: checkpoint57t_post, checkpoint57o_post, checkpoint57v_post, checkpoint57m_post, checkpoint57s_post, checkpoint57k_post, checkpoint57i_post, checkpoint57y_post, checkpoint57y_pre, checkpoint57r_post, checkpoint58, checkpoint57h_done, checkpoint57x_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint58a_post, checkpoint57q_post, checkpoint57z_post, checkpoint57j_post, checkpoint57h_pre, checkpoint57l_post, checkpoint57h_post
Changes since 1.1: +2 -2 lines
o verification now starts at year 30, and so tracers now
  have non-zero values

1 mlosch 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=.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 stephd 1.2 nIter0 = 4269600,
43 mlosch 1.1 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 stephd 1.2 the_run_name= 'Testing CFC code',
95 mlosch 1.1 &

  ViewVC Help
Powered by ViewVC 1.1.22