/[MITgcm]/MITgcm_contrib/eh3/llc/gwave_llc_eg_1deg/input/data
ViewVC logotype

Annotation of /MITgcm_contrib/eh3/llc/gwave_llc_eg_1deg/input/data

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


Revision 1.1 - (hide annotations) (download)
Fri Jun 16 13:47:19 2006 UTC (19 years, 4 months ago) by edhill
Branch: MAIN
initial check-in of a nominally 1-deg lat-lon-cap setup for
  ecco-godae -- it runs for a dozen timesteps and has a severe
  problem with the corners

1 edhill 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     tRef=15*20.,
8     sRef=15*35.,
9     viscAh =3.E5,
10     viscAr =1.E-3,
11     diffKhT=0.,
12     diffK4T=0.,
13     diffKrT=3.E-5,
14     diffKhS=0.,
15     diffK4S=0.,
16     diffKrS=3.E-5,
17     ivdc_kappa=10.,
18     implicitDiffusion=.TRUE.,
19     gravity=9.81,
20     rhonil=1035.,
21     rhoConstFresh=1000.,
22     eosType='JMD95Z',
23     staggerTimeStep=.TRUE.,
24     vectorInvariantMomentum=.TRUE.,
25     implicitFreeSurface=.TRUE.,
26     exactConserv=.TRUE.,
27     select_rStar=2,
28     nonlinFreeSurf=4,
29     hFacInf=0.2,
30     hFacSup=2.0,
31     useRealFreshWaterFlux=.TRUE.,
32     hFacMin=.1,
33     hFacMinDr=20.,
34     readBinaryPrec=64,
35     #writeBinaryPrec=64,
36     &
37    
38     # Elliptic solver parameters
39     &PARM02
40     cg2dMaxIters=200,
41     #cg2dTargetResidual=1.E-9,
42     cg2dTargetResWunit=1.E-14,
43     &
44    
45     # Time stepping parameters
46     &PARM03
47     nIter0=0,
48     nTimeSteps=200,
49     #nTimeSteps=10,
50     deltaT = 360.,
51     #deltaTmom =1200.,
52     #deltaTtracer=86400.,
53     #deltaTfreesurf=86400.,
54     #deltaTClock =86400.,
55     abEps = 0.1,
56     forcing_In_AB=.FALSE.,
57     pChkptFreq =1555200000.,
58     #chkptFreq =311040000.,
59     #taveFreq =1555200000.,
60     dumpFreq =777600000.,
61     dumpFreq =2592000.,
62     dumpFreq =1.,
63     #monitorFreq =2592000.,
64     monitorFreq =864000.,
65     monitorFreq = 1.,
66     taveFreq = 0.,
67     taveFreq = 0.,
68     #tave_lastIter=0.,
69     #periodicExternalForcing=.TRUE.,
70     #externForcingPeriod=2592000.,
71     #externForcingCycle=31104000.,
72     # 2 months restoring timescale for temperature
73     #tauThetaClimRelax = 5184000.,
74     # 6 months restoring timescale for salinity
75     #tauSaltClimRelax = 15552000.,
76     #latBandClimRelax=50.,
77     #tauThetaClimRelax= 2592000.,
78     #tauSaltClimRelax = 2592000.,
79     &
80    
81     # Gridding parameters
82     &PARM04
83     usingCurvilinearGrid=.TRUE.,
84     #horizGridFile='grid_cs32',
85     delR= 50., 70., 100., 140., 190.,
86     240., 290., 340., 390., 440.,
87     490., 540., 590., 640., 690.,
88     &
89    
90     # Input datasets
91     &PARM05
92     #bathyFile ='bathy_Hmin50.bin',
93     #hydrogThetaFile='lev_T_cs_15k.bin',
94     #hydrogSaltFile ='lev_S_cs_15k.bin',
95     pSurfInitFile = 'ssh',
96     #zonalWindFile ='trenberth_taux.bin',
97     #meridWindFile ='trenberth_tauy.bin',
98     #thetaClimFile ='lev_surfT_cs_12m.bin',
99     #saltClimFile ='lev_surfS_cs_12m.bin',
100     &

  ViewVC Help
Powered by ViewVC 1.1.22