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

Contents of /MITgcm_contrib/ecco_darwin/v2_cs510_Brix/input/data

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


Revision 1.2 - (show annotations) (download)
Thu Oct 4 09:04:20 2018 UTC (7 years, 11 months ago) by dimitri
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +2 -2 lines
trying to reproduce Holger's ECCO-Darwin v2 (lou:~hbrix/ECCO2/darwin_ag4)

1 # ====================
2 # | Model parameters |
3 # ====================
4 #
5 # Continuous equation parameters
6 &PARM01
7 tRef = 3*23.,3*22.,21.,2*20.,19.,2*18.,17.,2*16.,15.,14.,13.,
8 12.,11.,2*9.,8.,7.,2*6.,2*5.,3*4.,3*3.,4*2.,12*1.,
9 sRef = 50*34.5,
10 viscAr= 5.6614e-04,
11 no_slip_sides=.FALSE.,
12 no_slip_bottom=.TRUE.,
13 rhonil=1027.5,
14 rhoConstFresh=999.8,
15 eosType='JMD95Z',
16 hFacMinDr=50.,
17 hFacMin=0.3,
18 hFacInf=0.1,
19 hFacSup=5.,
20 # select_rStar=2,
21 # nonlinFreeSurf=4,
22 implicitDiffusion=.TRUE.,
23 implicitViscosity=.TRUE.,
24 # viscC4Leith=1.5,
25 # viscC4Leithd=1.5,
26 # viscA4GridMax=0.5,
27 # useAreaViscLength=.TRUE.,
28 # sideDragFactor=0.,
29 # highOrderVorticity = .TRUE.,
30 #not use Leith, but normal viscAh/viscA4:
31 # viscAh=1.5e2,
32 #try viscA4Grid
33 viscAh = 0,
34 viscA4 = 0,
35 viscA4Grid = 0.05,
36 viscC4Leith= 0,
37 viscC4Leithd= 0,
38 useAreaViscLength=.FALSE.,
39 bottomDragQuadratic = 0.0021,
40 tempAdvScheme=30,
41 saltAdvScheme=30,
42 StaggerTimeStep=.TRUE.,
43 # multiDimAdvection=.TRUE.,
44 multiDimAdvection=.FALSE.,
45 vectorInvariantMomentum=.TRUE.,
46 implicitFreeSurface=.TRUE.,
47 exactConserv=.TRUE.,
48 debuglevel=-1,
49 convertFW2Salt=-1
50 # useRealFreshWaterFlux=.TRUE.,
51 useSingleCPUio=.TRUE.,
52 globalFiles=.TRUE.,
53 &
54
55 # Elliptic solver parameters
56 &PARM02
57 cg2dMaxIters=300,
58 cg2dTargetResidual=1.E-8,
59 &
60
61 # Time stepping parameters
62 &PARM03
63 niter0=131544,
64 endtime=220924800.,
65 abEps=0.1,
66 deltaT=1200.,
67 cAdjFreq=0.,
68 pChkptFreq=31536000.,
69 chkptFreq=2592000.,
70 # dumpFreq=2592000.
71 # dumpFreq=1.
72 monitorFreq=43200.,
73 # monitorFreq=1.,
74 forcing_In_AB = .FALSE.,
75 dumpInitAndLast=.FALSE.,
76 pickupStrictlyMatch=.FALSE.,
77 &
78
79 # Gridding parameters
80 &PARM04
81 usingCartesianGrid=.FALSE.,
82 usingSphericalPolarGrid=.FALSE.,
83 usingCurvilinearGrid=.TRUE.,
84 delR = 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.01,
85 10.03, 10.11, 10.32, 10.80, 11.76, 13.42, 16.04 , 19.82, 24.85,
86 31.10, 38.42, 46.50, 55.00, 63.50, 71.58, 78.90, 85.15, 90.18,
87 93.96, 96.58, 98.25, 99.25,100.01,101.33,104.56,111.33,122.83,
88 139.09,158.94,180.83,203.55,226.50,249.50,272.50,295.50,318.50,
89 341.50,364.50,387.50,410.50,433.50,456.50,
90 &
91
92 # Input datasets
93 &PARM05
94 bathyFile = 'GEBCO_510x6x510_ver06_dig.bin',
95 hydrogThetaFile= 'WGHC_THETA_JAN_510x6x510x50.bin',
96 hydrogSaltFile = 'WGHC_SALT_JAN_510x6x510x50.bin',
97 diffKrFile = 'DIFFKR_2_20_1_lat6070_cube81',
98 &

  ViewVC Help
Powered by ViewVC 1.1.22