- java.lang.Object
-
- net.finmath.climate.models.dice.submodels.ForcingFunction
-
- All Implemented Interfaces:
BiFunction<CarbonConcentration3DScalar,Double,Double>
public class ForcingFunction extends Object implements BiFunction<CarbonConcentration3DScalar,Double,Double>
The function that maps CarbonConcentration (in GtC) and external forcing (in W/m^2) to forcing (in W/m^2).- Author:
- Christian Fries
-
-
Constructor Summary
Constructors Constructor Description ForcingFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Double
apply(CarbonConcentration3DScalar carbonConcentration, Double forcingExternal)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-
-
-
Method Detail
-
apply
public Double apply(CarbonConcentration3DScalar carbonConcentration, Double forcingExternal)
- Specified by:
apply
in interfaceBiFunction<CarbonConcentration3DScalar,Double,Double>
-
-