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

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

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


Revision 1.9 - (show annotations) (download)
Tue Jul 22 12:15:16 2014 UTC (9 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e
Changes since 1.8: +1 -1 lines
switch forcing out of AB: note that the parameter forcing_In_AB=F
only affects Momentum forcing (and not T & S forcing) since doAB_onGtGs=F;
T & S forcing are now out of AB (code changes that affect relaxation term
from apply_forcing).

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='IDEALG',
13 implicitFreeSurface=.TRUE.,
14 exactConserv=.TRUE.,
15 #nonlinFreeSurf=4,
16 #select_rStar=2,
17 hFacInf=0.2,
18 hFacSup=2.0,
19 uniformLin_PhiSurf=.FALSE.,
20 saltStepping=.FALSE.,
21 momViscosity=.FALSE.,
22 vectorInvariantMomentum=.TRUE.,
23 useAbsVorticity=.TRUE.,
24 selectVortScheme=2,
25 selectKEscheme=3,
26 #staggerTimeStep=.TRUE.,
27 implicitIntGravWave=.TRUE.,
28 #- to check that it has no impact:
29 doResetHFactors=.TRUE.,
30 readBinaryPrec=64,
31 writeBinaryPrec=64,
32 useSingleCpuIO=.TRUE.,
33 &
34
35 # Elliptic solver parameters
36 &PARM02
37 cg2dMaxIters=200,
38 #cg2dTargetResidual=1.E-12,
39 cg2dTargetResWunit=1.E-17,
40 cg3dMaxIters=40,
41 cg3dTargetResidual=1.E-4,
42 &
43
44 # Time stepping parameters
45 &PARM03
46 #- stable up to 1350.s
47 deltaT=1200.,
48 nIter0=25920,
49 nTimeSteps=10,
50 forcing_In_AB=.FALSE.,
51 #alph_AB=0.6,
52 #beta_AB=0.,
53 alph_AB=0.5,
54 beta_AB=0.281105,
55 doAB_onGtGs=.FALSE.,
56 pickupStrictlyMatch=.FALSE.,
57 #startFromPickupAB2=.TRUE.,
58 pChkptFreq=31104000.,
59 chkptFreq =0.,
60 dumpFreq =31104000.,
61 monitorFreq=432000.,
62 taveFreq=0.,
63 monitorFreq=1.,
64 &
65
66 # Gridding parameters
67 &PARM04
68 usingCurvilinearGrid=.TRUE.,
69 horizGridFile='dxC1_dXYa',
70 radius_fromHorizGrid=6370.E3,
71 delR=100.E2, 250.E2, 300.E2, 200.E2, 150.E2,
72 Ro_SeaLevel=1.E5,
73 &
74
75 # Input datasets
76 &PARM05
77 &

  ViewVC Help
Powered by ViewVC 1.1.22