Class PDTestDynamics

Inheritance Relationships

Base Type

Class Documentation

class PDTestDynamics : public Nextsim::DummyDynamics

Public Functions

inline virtual std::string getName() const override

Returns the name of the component.

inline virtual void setData(const ModelState::DataMap &ms) override

Set the initial data of the component from the passed ModelState.

Parameters:

state – The ModelState containing the data to be set.

inline virtual ModelState getStateDiagnostic() const override

Returns all data and configuration from this component.

The state returned by this function contains all available data in this component and all components that it calls.

inline virtual ModelState getStatePrognostic() const override

Returns the state of the ModelComponent.

Returns the state of the ModelComponent and any ModelComponents it depends on.

The state returned by this function contains all the data necessary to restart this component and all components that it calls.