/[MITgcm]/MITgcm_contrib/ecco_utils/ecco_v4_release3_devel/input/data
ViewVC logotype

Annotation of /MITgcm_contrib/ecco_utils/ecco_v4_release3_devel/input/data

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


Revision 1.1 - (hide annotations) (download)
Thu May 4 17:46:37 2017 UTC (8 years, 2 months ago) by ou.wang
Branch: MAIN
CVS Tags: HEAD
update code and input directories to be consistent with the code (checkpoint66g) in the main repository.

1 ou.wang 1.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     no_slip_sides = .TRUE.,
11     no_slip_bottom = .TRUE.,
12     #
13     viscAr=0.5E-4,
14     #
15     viscAh=1.E0,
16     viscAhGrid=2.E-2,
17     # viscAh=2.0e4,
18     #
19     diffKhT=1.E1,
20     diffKrT=1.E-5,
21     diffKhS=1.E1,
22     diffKrS=1.E-5,
23     #
24     ### diffKrBL79surf=0.1E-4,
25     ### diffKrBL79deep=1.0E-4,
26     bottomDragQuadratic = 0.001,
27     #when using ggl90
28     ivdc_kappa=10.,
29     implicitDiffusion=.TRUE.,
30     implicitViscosity=.TRUE.,
31     useRealFreshWaterFlux=.TRUE.,
32     # balanceThetaClimRelax=.TRUE.,
33     balanceSaltClimRelax=.TRUE.,
34     # balanceEmPmR=.TRUE.,
35     # balanceQnet=.TRUE.,
36     allowFreezing=.FALSE.,
37     ### hFacInf=0.2,
38     ### hFacSup=2.0,
39     hFacMin=.2,
40     hFacMinDr=5.,
41     select_rStar=2,
42     nonlinFreeSurf=4,
43     gravity=9.81,
44     rhonil=1029.,
45     rhoConst=1029.,
46     rhoConstFresh=1000.,
47     convertFW2Salt=-1.,
48     eosType='JMD95Z',
49     implicitFreeSurface=.TRUE.,
50     exactConserv=.TRUE.,
51     useSingleCpuIO=.TRUE.,
52     tempAdvScheme=30,
53     saltAdvScheme=30,
54     tempVertAdvScheme=3,
55     saltVertAdvScheme=3,
56     tempImplVertAdv=.TRUE.,
57     saltImplVertAdv=.TRUE.,
58     staggerTimeStep=.TRUE.,
59     vectorInvariantMomentum=.TRUE.,
60     #when using the cd scheme:
61     # useCDscheme=.TRUE.,
62     useJamartWetPoints=.TRUE.,
63     readBinaryPrec=32,
64     writeBinaryPrec=32,
65     debugLevel=1,
66     /
67    
68     # Elliptic solver parameters
69     &PARM02
70     cg2dMaxIters=300,
71     cg2dTargetResWunit=1.E-12,
72     /
73    
74     # Time stepping parameters
75     &PARM03
76     nIter0=1,
77     #2 lev2 for testing:
78     #nTimeSteps=8,
79     #3month
80     #nTimeSteps=2160,
81     #18month
82     #nTimeSteps=13110,
83     #2yr
84     #nTimeSteps=17520,
85     #20y:
86     #nTimeSteps=175295,
87     #22y:
88     #nTimeSteps=192839,
89     #24y:
90     nTimeSteps=210359,
91     #60 years
92     #nTimeSteps=525985,
93     #
94     forcing_In_AB=.FALSE.,
95     momDissip_In_AB=.FALSE.,
96     #when using the cd scheme:
97     # epsAB_CD = 0.25,
98     # tauCD=172800.0,
99     deltaTmom =3600.,
100     deltaTtracer=3600.,
101     deltaTfreesurf=3600.,
102     deltaTClock =3600.,
103     #when using ab2:
104     # abEps = 0.1,
105     #when using ab3:
106     doAB_onGtGs=.FALSE.,
107     alph_AB=0.5,
108     beta_AB=0.281105,
109     #
110     pChkptFreq =31536000.0,
111     chkptFreq =31536000.0,
112     # taveFreq =31536000.0,
113     # dumpFreq =31536000.0,
114     # monitorFreq = 7200.0,
115     monitorFreq = 6307200.0,
116     dumpInitAndLast = .TRUE.,
117     adjDumpFreq = 31536000.0,
118     #adjDumpFreq = 604800.0,
119     adjMonitorFreq = 864000.0,
120     pickupStrictlyMatch=.FALSE.,
121     /
122    
123     # Gridding parameters
124     &PARM04
125     usingCurvilinearGrid=.TRUE.,
126     delR =
127     10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.01,
128     10.03, 10.11, 10.32, 10.80, 11.76, 13.42, 16.04, 19.82, 24.85,
129     31.10, 38.42, 46.50, 55.00, 63.50, 71.58, 78.90, 85.15, 90.18,
130     93.96, 96.58, 98.25, 99.25,100.01,101.33,104.56,111.33,122.83,
131     139.09,158.94,180.83,203.55,226.50,249.50,272.50,295.50,318.50,
132     341.50,364.50,387.50,410.50,433.50,456.50,
133     /
134    
135     # Input datasets
136     &PARM05
137     diffKrFile='total_diffkr_r009bit11.bin',
138     adTapeDir='tapes',
139     #bathyFile ='bathy_eccollc_90x50.bin',
140     bathyFile ='bathy_eccollc_90x50_min2pts.bin',
141     hydrogThetaFile='T_OWPv1_M_eccollc_90x50.bin',
142     hydrogSaltFile ='S_OWPv1_M_eccollc_90x50.bin',
143     viscA4Dfile ='fenty_biharmonic_visc_v11.bin',
144     viscA4Zfile ='fenty_biharmonic_visc_v11.bin',
145     geothermalFile='geothermalFlux.bin',
146     #
147     /

  ViewVC Help
Powered by ViewVC 1.1.22