/[MITgcm]/MITgcm/verification/hs94.cs-32x32x5/input.impIGW/data
ViewVC logotype

Annotation of /MITgcm/verification/hs94.cs-32x32x5/input.impIGW/data

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


Revision 1.3 - (hide annotations) (download)
Mon Oct 22 13:40:08 2007 UTC (16 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint60, checkpoint61, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59k, checkpoint59j, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i
Changes since 1.2: +1 -0 lines
add a "minimal" meta file (with just file data-precision)
and set pickupStrictlyMatch=.FALSE.
 to restart from "old" pickup (meta file without list of fields)

1 jmc 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef=289.6, 298.1, 314.5, 335.8, 437.4,
8     sRef=5*0.0,
9     no_slip_sides=.FALSE.,
10     no_slip_bottom=.FALSE.,
11     buoyancyRelation='ATMOSPHERIC',
12     eosType='IDEALGAS',
13 jmc 1.2 rotationPeriod=86400.,
14 jmc 1.1 implicitFreeSurface=.TRUE.,
15     exactConserv=.TRUE.,
16     #nonlinFreeSurf=4,
17     #select_rStar=2,
18     hFacInf=0.2,
19     hFacSup=2.0,
20     uniformLin_PhiSurf=.FALSE.,
21     saltStepping=.FALSE.,
22     momViscosity=.FALSE.,
23     vectorInvariantMomentum=.TRUE.,
24     useAbsVorticity=.TRUE.,
25     SadournyCoriolis=.TRUE.,
26     selectKEscheme=3,
27     #staggerTimeStep=.TRUE.,
28     implicitIntGravWave=.TRUE.,
29     readBinaryPrec=64,
30     writeBinaryPrec=64,
31     &
32    
33     # Elliptic solver parameters
34     &PARM02
35     cg2dMaxIters=200,
36     #cg2dTargetResidual=1.E-12,
37     cg2dTargetResWunit=1.E-17,
38     cg3dMaxIters=40,
39     cg3dTargetResidual=1.E-4,
40     &
41    
42     # Time stepping parameters
43     &PARM03
44     #- stable up to 1350.s
45     deltaT=1200.,
46     nIter0=25920,
47     nTimeSteps=10,
48     #forcing_In_AB=.FALSE.,
49     #alph_AB=0.6,
50     #beta_AB=0.,
51     alph_AB=0.5,
52     beta_AB=0.281105,
53     doAB_onGtGs=.FALSE.,
54 jmc 1.3 pickupStrictlyMatch=.FALSE.,
55 jmc 1.1 #startFromPickupAB2=.TRUE.,
56     pChkptFreq=31104000.,
57     chkptFreq =0.,
58     dumpFreq =31104000.,
59     monitorFreq=432000.,
60     taveFreq=0.,
61     monitorFreq=1.,
62     &
63    
64     # Gridding parameters
65     &PARM04
66     usingCurvilinearGrid=.TRUE.,
67     horizGridFile='dxC1_dXYa',
68     delR=100.E2, 250.E2, 300.E2, 200.E2, 150.E2,
69     Ro_SeaLevel=1.E5,
70     &
71    
72     # Input datasets
73     &PARM05
74     &

  ViewVC Help
Powered by ViewVC 1.1.22