Class Temperature2DScalar

  • All Implemented Interfaces:
    Temperature

    public class Temperature2DScalar
    extends Object
    implements Temperature
    State vector representing temperature above pre-industrial level in Kelvin (K).
    Author:
    Christian Fries
    • Constructor Detail

      • Temperature2DScalar

        public Temperature2DScalar​(double temperatureOfAtmosphere,
                                   double temperatureOfLandAndOcean)
        Create a temperature vector.
        Parameters:
        temperatureOfAtmosphere - Temperature over pre-industrial of the atmosphere.
        temperatureOfLandAndOcean - Temperature over pre-industrial of land and ocean.
      • Temperature2DScalar

        public Temperature2DScalar​(double[] temperature)
      • Temperature2DScalar

        public Temperature2DScalar()