|
Forcing * | m_temperature |
|
float * | m_degreeDayFactor |
|
float * | m_meltingTemperature |
|
string | m_name |
|
WaterContainer * | m_container |
|
vector< Flux * > | m_outputs |
|
◆ AttachForcing()
void ProcessMeltDegreeDay::AttachForcing |
( |
Forcing * | forcing | ) |
|
|
overridevirtual |
Attach forcing to the process.
- Parameters
-
forcing | forcing to attach. |
Reimplemented from Process.
◆ GetRates()
vecDouble ProcessMeltDegreeDay::GetRates |
( |
| ) |
|
|
overrideprotectedvirtual |
Get the rates of the process.
- Returns
- vector of rates.
Implements Process.
◆ IsOk()
bool ProcessMeltDegreeDay::IsOk |
( |
| ) |
|
|
overridevirtual |
Check that everything is correctly defined.
- Returns
- true is everything is correctly defined.
Reimplemented from ProcessMelt.
◆ RegisterProcessParametersAndForcing()
void ProcessMeltDegreeDay::RegisterProcessParametersAndForcing |
( |
SettingsModel * | modelSettings | ) |
|
|
static |
Register the process parameters and forcing in the settings model.
- Parameters
-
modelSettings | The settings model to register the parameters in. |
◆ SetParameters()
void ProcessMeltDegreeDay::SetParameters |
( |
const ProcessSettings & | processSettings | ) |
|
|
overridevirtual |
Assign the parameters to the process.
- Parameters
-
processSettings | settings of the process containing the parameters. |
Reimplemented from Process.
The documentation for this class was generated from the following files:
- /github/workspace/core/src/processes/ProcessMeltDegreeDay.h
- /github/workspace/core/src/processes/ProcessMeltDegreeDay.cpp