/[MITgcm]/MITgcm_contrib/mlosch/cg2d_sr_bench/input/data
ViewVC logotype

Annotation of /MITgcm_contrib/mlosch/cg2d_sr_bench/input/data

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


Revision 1.1 - (hide annotations) (download)
Sun Nov 29 11:02:04 2009 UTC (15 years, 7 months ago) by mlosch
Branch: MAIN
CVS Tags: HEAD
add Christopher Wolfe's benchmark for his implemenation of the single reduction cg2d solver

1 mlosch 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     rigidLid=.TRUE.,
8     implicitFreeSurface=.FALSE.,
9     nonHydrostatic=.FALSE.,
10     readBinaryPrec=64,
11     debugLevel=-1,
12     useSingleCpuIo=.TRUE.,
13     momStepping=.FALSE.,
14     saltStepping=.FALSE.,
15     tempStepping=.FALSE,
16     &
17    
18     # Elliptic solver parameters
19     &PARM02
20     cg2dMaxIters=1000,
21     cg2dTargetResidual=4.E-5,
22     &
23    
24     # Time stepping parameters
25     &PARM03
26     nIter0=0,
27     nTimeSteps=20,
28     deltaT = 1,
29     &
30    
31     # Gridding parameters
32     &PARM04
33     usingCartesianGrid=.TRUE.,
34     usingSphericalPolarGrid=.FALSE.,
35     dXspacing=80.e3,
36     dYspacing=80.e3,
37     delRc = 1,1,
38     &
39    
40     # Input datasets
41     &PARM05
42     bathyFile='cg2d_bathy.bin',
43     &

  ViewVC Help
Powered by ViewVC 1.1.22