/[MITgcm]/MITgcm_contrib/antarctic/llc_1080_ABS/input/data
ViewVC logotype

Annotation of /MITgcm_contrib/antarctic/llc_1080_ABS/input/data

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


Revision 1.1 - (hide annotations) (download)
Wed Jan 17 15:14:26 2018 UTC (7 years, 6 months ago) by ynakayam
Branch: MAIN
CVS Tags: HEAD
adding configuration for ABS regional set up

1 ynakayam 1.1 # ====================
2     # | Model parameters |
3     # ====================
4     #
5     # Continuous equation parameters
6     &PARM01
7     Sref = 46*34.4,
8     viscAr=1.0e-4,
9     no_slip_sides=.FALSE.,
10     no_slip_bottom=.TRUE.,
11     diffKrT=5.456e-6,
12     diffKrS=5.456e-6 ,
13     rhoConst= 1.028900e+03,
14     rhoNil= 1.028900e+03,
15     rhoConstFresh=999.8,
16     eosType='JMD95Z',
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=2.0,
25     viscC4Leithd=2.0,
26     useAreaViscLength=.TRUE.,
27     sideDragFactor=0.,
28     highOrderVorticity = .TRUE.,
29     bottomDragQuadratic = 0.0021,
30     tempAdvScheme=7,
31     saltAdvScheme=7,
32     StaggerTimeStep=.TRUE.,
33     multiDimAdvection=.TRUE.,
34     vectorInvariantMomentum=.TRUE.,
35     implicitFreeSurface=.TRUE.,
36     exactConserv=.TRUE.,
37     debuglevel=-1,
38     convertFW2Salt=33.4,
39     useSingleCPUio=.TRUE.,
40     globalFiles=.TRUE.,
41     /
42    
43     # Elliptic solver parameters
44     &PARM02
45     cg2dMaxIters=300,
46     cg2dTargetResWunit=1.E-12,
47     /
48    
49     # Time stepping parameters
50     &PARM03
51     nIter0=832320,
52     #datenum(2013,1,1)-datenum(2001,1,1) *86400
53     # endtime=63072000,
54     endtime=4743040000,
55     #datenum(2013,1,1)-datenum(2002,1,1) *86400
56     # endtime=347155200,
57     ##2 hrs for FWD:
58     #datenum(2001,9,1,12,0,0)-datenum(2001,1,1,12,0,0) *86400
59     # endtime=20995200.,
60     ##2 hrs for ADJ:
61     #datenum(2001,3,1,12,0,0)-datenum(2001,1,1,12,0,0) *86400
62     # endtime=5097600.,
63     forcing_In_AB=.FALSE.,
64     momDissip_In_AB=.FALSE.,
65     #when using the cd scheme:
66     # epsAB_CD = 0.25,
67     # tauCD=172800.0,
68     deltaTmom =180,
69     deltaTtracer =180,
70     deltaTfreesurf=180,
71     deltaTClock =180,
72     #when using ab2:
73     abEps = 0.1,
74     #when using ab3:
75     # doAB_onGtGs=.FALSE.,
76     # alph_AB=0.5,
77     # beta_AB=0.281105,
78     #
79     # pChkptFreq =86400.0,
80     # chkptFreq =86400.0,
81     pChkptFreq =2628000.0,
82     chkptFreq =2628000.0,
83     # taveFreq =86400.0,
84     # dumpFreq =86400.0,
85     taveFreq =2628000.0,
86     dumpFreq =2628000.0,
87     monitorFreq =86400.0,
88     # monitorFreq = 6307200.0,
89     dumpInitAndLast = .TRUE.,
90     pickupStrictlyMatch=.FALSE.,
91     /
92    
93     # Gridding parameters
94     &PARM04
95     usingCartesianGrid=.FALSE.,
96     usingSphericalPolarGrid=.FALSE.,
97     usingCurvilinearGrid=.TRUE.,
98     delR =
99     10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.00, 10.01,
100     10.03, 10.11, 10.32, 10.80, 11.76, 13.42, 16.04, 19.82, 24.85,
101     31.10, 38.42, 46.50, 55.00, 63.50, 71.58, 78.90, 85.15, 90.18,
102     93.96, 96.58, 98.25, 99.25,100.01,101.33,104.56,111.33,122.83,
103     139.09,158.94,180.83,203.55,226.50,249.50,272.50,295.50,318.50,
104     341.50,364.50,387.50,410.50,433.50,456.50,
105     /
106    
107     # Input datasets
108     &PARM05
109     #bathyFile ='REG_AMS_DEPTH',
110     bathyFile ='1080_BATHY_2_rignot.bin',
111     hydrogThetaFile='1080_T_JAN_WOA2013.bin',
112     hydrogSaltFile ='1080_S_JAN_WOA2013.bin',
113     # viscA4Dfile ='viscA4Dfld_eccollc_90x50.bin',
114     # viscA4Zfile ='viscA4Zfld_eccollc_90x50.bin',
115     checkIniTemp=.FALSE.
116     checkIniSalt=.FALSE.
117     #
118     /

  ViewVC Help
Powered by ViewVC 1.1.22