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

Annotation of /MITgcm/verification/exp2/input/data

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


Revision 1.13 - (hide annotations) (download)
Mon Dec 21 04:33:39 2009 UTC (14 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint62c, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint64, checkpoint65, checkpoint62, checkpoint63, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint65o, checkpoint62b, checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, HEAD
Changes since 1.12: +1 -0 lines
set monitorSelect to lower value (1 or 2) than default (=3):
 => avoid printing many zero monitor value in output file.

1 adcroft 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef= 16.0 , 15.2 , 14.5 , 13.9 , 13.3 ,
8     12.4 , 11.3 , 9.9 , 8.4 , 6.7 ,
9     5.2 , 3.8 , 2.9 , 2.3 , 1.8 ,
10     1.5 , 1.1 , 0.8 , 0.66, 0.63,
11     sRef= 34.65, 34.75, 34.82, 34.87, 34.90,
12     34.90, 34.86, 34.78, 34.69, 34.60,
13     34.58, 34.62, 34.68, 34.72, 34.73,
14     34.74, 34.73, 34.73, 34.72, 34.72,
15     viscAz=1.E-3,
16     viscAh=5.E5,
17     no_slip_sides=.FALSE.,
18     no_slip_bottom=.TRUE.,
19     diffKhT=1.E3,
20     diffKzT=3.E-5,
21     diffKhS=1.E3,
22     diffKzS=3.E-5,
23     tAlpha=2.E-4,
24     sBeta =7.4E-4,
25 jmc 1.11 rotationPeriod=86400.,
26 adcroft 1.1 gravity=9.81,
27     rigidLid=.FALSE.,
28     implicitFreeSurface=.TRUE.,
29 jmc 1.9 useCDscheme=.TRUE.,
30 jmc 1.10 useNHMTerms=.TRUE.,
31 adcroft 1.1 eosType='LINEAR',
32     readBinaryPrec=32,
33     &
34    
35     # Elliptic solver parameters
36     &PARM02
37     cg2dMaxIters=1000,
38     cg2dTargetResidual=1.E-13,
39     &
40    
41     # Time stepping parameters
42     &PARM03
43     startTime=0,
44     #endTime=3110400000,
45     endTime=2808000.,
46     deltaTmom=2400.0,
47     tauCD=321428.,
48     deltaTtracer=108000.0,
49     deltaTClock =108000.0,
50 adcroft 1.4 cAdjFreq=-1.,
51 adcroft 1.1 abEps=0.1,
52     pChkptFreq=0.0,
53     chkptFreq=0.0,
54     dumpFreq=2592000.0,
55     tauThetaClimRelax=2592000.0,
56     tauSaltClimRelax=2592000.0,
57 jmc 1.13 monitorSelect=2,
58 adcroft 1.7 monitorFreq=1.,
59 adcroft 1.1 &
60    
61     # Gridding parameters
62     &PARM04
63     usingSphericalPolarGrid=.TRUE.,
64     delZ= 5.000000e+01, 5.000000e+01, 5.500000e+01, 6.000000e+01,
65     6.500000e+01, 7.000000e+01, 8.000000e+01, 9.500000e+01,
66     1.200000e+02, 1.550000e+02, 2.000000e+02, 2.600000e+02,
67     3.200000e+02, 4.000000e+02, 4.800000e+02, 5.700000e+02,
68     6.550000e+02, 7.250000e+02, 7.750000e+02, 8.150000e+02,
69 jmc 1.12 ygOrigin=-80.,
70     delY=40*4.,
71     delX=90*4.,
72 adcroft 1.1 &
73    
74     # Input datasets
75     &PARM05
76 adcroft 1.2 hydrogThetaFile='theta.bin',
77     hydrogSaltFile='salt.bin',
78     bathyFile='topog.bin',
79     zonalWindFile='windx.bin',
80     meridWindFile='windy.bin',
81 adcroft 1.1 thetaClimFile='SST.bin'
82     saltClimFile='SSS.bin'
83     &

  ViewVC Help
Powered by ViewVC 1.1.22