java.lang.Object
net.finmath.climate.models.dice.submodels.Temperature2DScalar
- All Implemented Interfaces:
Temperature
State vector representing temperature above pre-industrial level in Kelvin (K).
- Author:
- Christian Fries
-
Constructor Summary
ConstructorsConstructorDescriptionTemperature2DScalar(double[] temperature)
Temperature2DScalar(double temperatureOfAtmosphere, double temperatureOfLandAndOcean)
Create a temperature vector. -
Method Summary
Modifier and TypeMethodDescriptiondouble
-
Constructor Details
-
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()
-
-
Method Details
-
getExpectedTemperatureOfAtmosphere
- Specified by:
getExpectedTemperatureOfAtmosphere
in interfaceTemperature
-
getTemperatureOfAtmosphere
- Specified by:
getTemperatureOfAtmosphere
in interfaceTemperature
-
getTemperatureOfLandAndOcean
public double getTemperatureOfLandAndOcean()
-