ASM #13961 - GFE: ISC_Discrepancies tool creates unnecessary alarms
Change-Id: I7d4aec9d82a6f792bdf2a20d2b3fd271829d1edb Former-commit-id:fe162829de
[formerly 19bd1d7d169521f322fbfb828ee27327515e0152] Former-commit-id:b507580737
This commit is contained in:
parent
3bb5371f91
commit
92dc90e7af
3 changed files with 8 additions and 3 deletions
|
@ -1039,7 +1039,10 @@ class ISC_Utility(SmartScript.SmartScript):
|
||||||
#
|
#
|
||||||
def _convertTimeRange(self, trName):
|
def _convertTimeRange(self, trName):
|
||||||
if trName == "All Grids":
|
if trName == "All Grids":
|
||||||
timeRange = TimeRange.allTimes()
|
curTime = time.gmtime()
|
||||||
|
startHour = curTime[3]
|
||||||
|
timeRange = self.createTimeRange(startHour, 204)
|
||||||
|
#timeRange = TimeRange.allTimes()
|
||||||
# timeRange = AFPS.TimeRange(AFPS.AbsTime(0),
|
# timeRange = AFPS.TimeRange(AFPS.AbsTime(0),
|
||||||
# AFPS.AbsTime_maxFutureTime())
|
# AFPS.AbsTime_maxFutureTime())
|
||||||
elif trName == "Selected Time":
|
elif trName == "Selected Time":
|
||||||
|
|
|
@ -7,8 +7,10 @@ includegen.filter=raytheon|noaa\.nws|noaa\.gsd|gov\.nasa\.msfc|edu\.wisc\.ssec\.
|
||||||
core.repo=ufcore
|
core.repo=ufcore
|
||||||
core-foss.repo=ufcore-foss
|
core-foss.repo=ufcore-foss
|
||||||
awips2-foss.repo=AWIPS2_foss
|
awips2-foss.repo=AWIPS2_foss
|
||||||
|
ncep.repo=AWIPS2_NCEP
|
||||||
|
cimss.repo=AWIPS2_CIMSS
|
||||||
|
|
||||||
core.repositories=${core.repo},${core-foss.repo},${awips2-foss.repo}
|
core.repositories=${core.repo},${core-foss.repo},${awips2-foss.repo},${ncep.repo},${cimss.repo}
|
||||||
|
|
||||||
# Note: currently, there is a limit of 99 plugin directories.
|
# Note: currently, there is a limit of 99 plugin directories.
|
||||||
dir.01=cave
|
dir.01=cave
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
</dictionary>
|
</dictionary>
|
||||||
<dictionary>
|
<dictionary>
|
||||||
<key>org.eclipse.cdt.make.core.fullBuildTarget</key>
|
<key>org.eclipse.cdt.make.core.fullBuildTarget</key>
|
||||||
<value>all</value>
|
<value>copyJasper</value>
|
||||||
</dictionary>
|
</dictionary>
|
||||||
<dictionary>
|
<dictionary>
|
||||||
<key>org.eclipse.cdt.make.core.stopOnError</key>
|
<key>org.eclipse.cdt.make.core.stopOnError</key>
|
||||||
|
|
Loading…
Add table
Reference in a new issue