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 -
Method Summary
Modifier and TypeMethodDescriptionapply(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
-
Constructor Details
-
ForcingFunction
public ForcingFunction()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceBiFunction<CarbonConcentration3DScalar,Double,Double>
-