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

Annotation of /MITgcm/verification/matrix_example/input/data

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


Revision 1.2 - (hide annotations) (download)
Tue Apr 19 18:44:50 2005 UTC (19 years, 1 month ago) by edhill
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint57t_post, checkpoint57o_post, checkpoint58e_post, checkpoint57v_post, checkpoint58u_post, checkpoint58w_post, checkpoint57m_post, checkpoint57s_post, checkpoint57k_post, checkpoint58r_post, checkpoint57i_post, checkpoint57y_post, checkpoint58n_post, checkpoint58x_post, checkpoint58t_post, checkpoint58h_post, checkpoint57y_pre, checkpoint58q_post, checkpoint58j_post, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59i, checkpoint59h, checkpoint57r_post, checkpoint59, checkpoint58, checkpoint57h_done, checkpoint58f_post, checkpoint57x_post, checkpoint58d_post, checkpoint58c_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint58a_post, checkpoint58i_post, checkpoint57q_post, checkpoint58g_post, checkpoint58o_post, checkpoint57z_post, checkpoint58y_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint58p_post, checkpoint57j_post, checkpoint58b_post, checkpoint57h_pre, checkpoint58m_post, checkpoint57l_post, checkpoint57h_post
Changes since 1.1: +2 -2 lines
 o lots of small changes to "matrix" things including:
   - lines over 72 characters in length
   - fixups for testreport

1 spk 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef=20.,
8     sRef=10.,
9     viscAr=1.E-2,
10     viscAh=5.E3,
11     diffKhT=5.E3,
12     diffKrT=1.E-2,
13     # diffKhS=0.E3,
14     # diffKrS=1.E-5,
15     rhonil=1035.,
16     gravity=9.81,
17     eosType='LINEAR',
18     # ivdc_kappa=50.,
19     # implicitViscosity=.TRUE.,
20     # implicitDiffusion=.TRUE.,
21     # useOldFreezing=.TRUE.,
22     useCDscheme=.FALSE.,
23     # useNHMTerms=.TRUE.,
24     # turn on looped cells
25     # hFacMin=.2,
26     # hFacMindr=50.,
27     # set precision of data files
28     # readBinaryPrec=32,
29     globalFiles=.TRUE.,
30     useSingleCpuIO=.TRUE.
31     beta=1.E-11,
32     # f0=1.e-4,
33     tAlpha=2.E-4,
34     sBeta =0.E-4,
35     # gBaro=9.81,
36     rigidLid=.FALSE.,
37     implicitFreeSurface=.TRUE.,
38     # tempAdvScheme = 2
39     # saltAdvScheme = 2
40     writeBinaryPrec=64,
41     multiDimAdvection = .TRUE.
42     /
43    
44     # Elliptic solver parameters
45     &PARM02
46     cg2dMaxIters=1000,
47     cg2dTargetResidual=1.E-7,
48     /
49    
50     # Time stepping parameters
51     &PARM03
52     #startTime = 0.,
53     nIter0 = 200000,
54 edhill 1.2 nTimeSteps = 10,
55 spk 1.1 deltaTmom = 20000.0,
56     # tauCD = 172800.,
57     deltaTtracer = 20000.0,
58     deltaTClock = 20000.0,
59     abEps = 0.1,
60     #cAdjFreq = -1,
61     pChkptFreq= 500000000.0,
62     dumpFreq= 200000000.0,
63     taveFreq= 0.,
64     # taveDumpFreq=155520000.,
65 edhill 1.2 monitorFreq=2.,
66 spk 1.1 # tauThetaClimRelax = 864000.0,
67     # tauSaltClimRelax = 0.0,
68     # periodicExternalForcing=.FALSE.,
69     /
70    
71     # Gridding parameters
72     &PARM04
73     usingCartesianGrid=.TRUE.,
74     usingSphericalPolarGrid=.FALSE.,
75     delX=31*50E3,
76     delY=31*50E3,
77     delR=5000.,
78     # phiMin=0.,
79     /
80    
81     # Input datasets
82     &PARM05
83     bathyFile='topog.box',
84     hydrogThetaFile=,
85     hydrogSaltFile=,
86     zonalWindFile='windx.cos_y',
87     meridWindFile=,
88     thetaClimFile=,
89     saltClimFile=,
90     /

  ViewVC Help
Powered by ViewVC 1.1.22