/[MITgcm]/MITgcm_contrib/ecco_darwin/v4_3deg/input/data
ViewVC logotype

Diff of /MITgcm_contrib/ecco_darwin/v4_3deg/input/data

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

revision 1.4 by dimitri, Thu Jan 23 01:27:38 2020 UTC revision 1.5 by dimitri, Thu Jan 30 02:32:14 2020 UTC
# Line 4  Line 4 
4  #  #
5  # Continuous equation parameters  # Continuous equation parameters
6   &PARM01   &PARM01
7   tRef=15*20.,   tRef           = 15*20.,
8   sRef=15*35.,   sRef           = 15*35.,
9   viscA4=0.,   no_slip_sides  = .TRUE.,
10     no_slip_bottom = .TRUE.,
11    #
12     viscAr=1.E-3,
13    #
14   viscAh=2.E5,   viscAh=2.E5,
15     viscAhGrid=1.E-2,
16    #
17   diffKhT=0.E3,   diffKhT=0.E3,
18   diffKhS=0.E3,   diffKhS=0.E3,
  viscAz=1.E-3,  
19   diffKrBL79surf= 3.E-5,   diffKrBL79surf= 3.E-5,
20   diffKrBL79deep= 13.E-5,   diffKrBL79deep= 13.E-5,
21   diffKrBL79Ho  = -2000.,   diffKrBL79Ho  = -2000.,
22   diffKrBL79scl = 150.,   diffKrBL79scl = 150.,
23    #
24     bottomDragQuadratic = 0.001,
25    #when using ggl90
26     ivdc_kappa=10.,
27     implicitDiffusion=.TRUE.,
28     implicitViscosity=.TRUE.,
29     viscC4Leith=1.5,
30     viscC4Leithd=1.5,
31     viscA4GridMax=0.5,
32     useAreaViscLength=.TRUE.,
33     useRealFreshWaterFlux=.TRUE.,
34     balanceSaltClimRelax=.TRUE.,
35     allowFreezing=.FALSE.,
36     hFacMinDr=50.,
37     hFacMin=0.1,
38     hFacInf=0.1,
39     hFacSup=5.,
40     select_rStar=2,
41     nonlinFreeSurf=4,
42   gravity=9.81,   gravity=9.81,
43   rhoConst=1035.,   rhonil=1029.,
44     rhoConst=1029.,
45   rhoConstFresh=1000.,   rhoConstFresh=1000.,
46   implicitFreeSurface=.TRUE.,   convertFW2Salt=-1.,
47   eosType='JMD95Z',   eosType='JMD95Z',
48   implicitDiffusion=.TRUE.,   implicitFreeSurface=.TRUE.,
49   implicitViscosity=.TRUE.,   exactConserv=.TRUE.,
  ivdc_kappa=100.,  
50   useSingleCpuIO=.TRUE.,   useSingleCpuIO=.TRUE.,
51   tempAdvScheme=2,   tempAdvScheme=30,
52   saltAdvScheme=2,   saltAdvScheme=30,
53  # turn on looped cells   tempVertAdvScheme=3,
54   hFacMin=.1,   saltVertAdvScheme=3,
55   hFacMindz=50.,   tempImplVertAdv=.TRUE.,
56     saltImplVertAdv=.TRUE.,
57     staggerTimeStep=.TRUE.,
58     vectorInvariantMomentum=.TRUE.,
59    #when using the cd scheme:
60   useCDscheme=.TRUE.,   useCDscheme=.TRUE.,
61   debugLevel=5,   useJamartWetPoints=.TRUE.,
62   &   readBinaryPrec=32,
63     writeBinaryPrec=32,
64     debugLevel=1,
65     /
66    
67  # Elliptic solver parameters  # Elliptic solver parameters
68   &PARM02   &PARM02
69   cg2dMaxIters=1000,   cg2dMaxIters=300,
70   cg2dTargetResidual=1.E-13,   cg2dTargetResWunit=1.E-12,
71   &   /
72    
73  # Time stepping parameters  # Time stepping parameters
74   &PARM03   &PARM03
75   nIter0=0,   nIter0=0,
76   nTimeSteps = 4,   nTimeSteps=4,
  deltaTmom  = 900.,  
  tauCD =     321428.,  
77   forcing_In_AB=.FALSE.,   forcing_In_AB=.FALSE.,
78   momDissip_In_AB=.FALSE.,   momDissip_In_AB=.FALSE.,
79   pChkptFreq = 216000.,  #when using the cd scheme:
80    # epsAB_CD = 0.25,
81     tauCD=321428.,
82     deltaTmom   =1200.,
83     deltaTtracer=1200.,
84     deltaTfreesurf=1200.,
85     deltaTClock =1200.,
86    #when using ab2:
87    # abEps = 0.1,
88    #when using ab3:
89     doAB_onGtGs=.FALSE.,
90     alph_AB=0.5,
91     beta_AB=0.281105,
92    #
93     pChkptFreq  =31536000.0,
94     chkptFreq   =31536000.0,
95     monitorFreq = 1.0,
96     dumpInitAndLast = .FALSE.,
97     adjDumpFreq = 31536000.0,
98     adjMonitorFreq = 43200.0,
99     pickupStrictlyMatch=.FALSE.,
100   periodicExternalForcing=.TRUE.,   periodicExternalForcing=.TRUE.,
101   externForcingPeriod=2592000.,   externForcingPeriod=2592000.,
102   externForcingCycle=31104000.,   externForcingCycle=31104000.,
103   monitorFreq= 1.,   /
  &  
104    
105  # Gridding parameters  # Gridding parameters
106   &PARM04   &PARM04
107   usingSphericalPolarGrid=.TRUE.,   usingSphericalPolarGrid=.TRUE.,
108   delZ=  50., 70.,  100., 140., 190.,   delR=  50., 70.,  100., 140., 190.,
109         240., 290., 340., 390., 440.,         240., 290., 340., 390., 440.,
110         490., 540., 590., 640., 690.,         490., 540., 590., 640., 690.,
111   ygOrigin=-90.,   ygOrigin=-90.,
112   delX=128*2.8125,   delX=128*2.8125,
113   delY=64*2.8125,   delY=64*2.8125,
114   &   /
115    
116  # Input datasets  # Input datasets
117   &PARM05   &PARM05
# Line 73  Line 121 
121   uVelInitFile    = 'Uvel.0005184000',   uVelInitFile    = 'Uvel.0005184000',
122   vVelInitFile    = 'Vvel.0005184000',   vVelInitFile    = 'Vvel.0005184000',
123   pSurfInitFile   = 'Eta.0005184000',   pSurfInitFile   = 'Eta.0005184000',
124   &   /

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22