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):
|
||||
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),
|
||||
# AFPS.AbsTime_maxFutureTime())
|
||||
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-foss.repo=ufcore-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.
|
||||
dir.01=cave
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
</dictionary>
|
||||
<dictionary>
|
||||
<key>org.eclipse.cdt.make.core.fullBuildTarget</key>
|
||||
<value>all</value>
|
||||
<value>copyJasper</value>
|
||||
</dictionary>
|
||||
<dictionary>
|
||||
<key>org.eclipse.cdt.make.core.stopOnError</key>
|
||||
|
|
Loading…
Add table
Reference in a new issue