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

Annotation of /MITgcm/verification/cheapAML_box/input/data

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


Revision 1.1 - (hide annotations) (download)
Tue Dec 4 19:05:15 2012 UTC (11 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64b
add new experiment "cheapAML_box" (simple 1 layer set-up from Bruno Deremble)
 to test pkg/cheapaml.

1 jmc 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef=20.,
8     sRef=35.,
9     viscAh=500.,
10     diffKhT=200.,
11     diffKhS=200.,
12     tempAdvScheme=33,
13     staggerTimeStep=.TRUE.,
14     eosType='LINEAR',
15     readBinaryPrec=64,
16     #debugLevel=5,
17     &
18    
19     # Elliptic solver parameters
20     &PARM02
21     &
22    
23     # Time stepping parameters
24     &PARM03
25     nIter0 = 0,
26     deltaT = 1200.,
27     endTime = 28800.,
28     dumpFreq= 14400.,
29     monitorFreq=3600.,
30     &
31    
32     # Grid parameters
33     &PARM04
34     usingSphericalPolarGrid=.TRUE.,
35     ygOrigin=30.,
36     dxSpacing=0.25,
37     dySpacing=0.25,
38     delR=1000.,
39     &
40    
41     # Input datasets
42     &PARM05
43     bathyFile='topog.box',
44     &

  ViewVC Help
Powered by ViewVC 1.1.22