Class GlobalPressureTemperature2

    • Constructor Detail

      • GlobalPressureTemperature2

        public GlobalPressureTemperature2​(DataSource source,
                                          TimeScale utc)
                                   throws IOException
        Constructor with source of GPT2 auxiliary data given by user.
        Parameters:
        source - grid data source (files with extra columns like GPT2w or GPT3 can be used here)
        utc - UTC time scale.
        Throws:
        IOException - if grid data cannot be read
      • GlobalPressureTemperature2

        @Deprecated
        protected GlobalPressureTemperature2​(String supportedNames,
                                             DataProvidersManager dataProvidersManager,
                                             TimeScale utc)
        Deprecated.
        as of 12.1 used only by GlobalPressureTemperature2Model
        Constructor with supported names and source of GPT2 auxiliary data given by user.
        Parameters:
        supportedNames - supported names (files with extra columns like GPT2w or GPT3 can be used here)
        dataProvidersManager - provides access to auxiliary data.
        utc - UTC time scale.