Class CoordinateTimeAbstract

    • Method Detail

      • getTimeUdUnit

        public String getTimeUdUnit()
      • setName

        public void setName​(String name)
      • getTime2runtime

        public int[] getTime2runtime()
      • getMasterRuntimeIndex

        public int getMasterRuntimeIndex​(int timeIdx)
      • getOffsetInTimeUnits

        public double getOffsetInTimeUnits​(CalendarDate start)
      • makeBestFromComplete

        public CoordinateTimeAbstract makeBestFromComplete()
        Implements coverting a "complete best" to a "monotonic best". The reftime is not allowed to decrease
        Returns:
        "monotonic best" CoordinateTimeAbstract, based on this one, which is a "complete best"
      • makeBestFromComplete

        protected abstract CoordinateTimeAbstract makeBestFromComplete​(int[] best,
                                                                       int n)