Metadata properties

inwards_metadata

Return details on the component inward transfers as a str.

outwards_metadata

Return details on the component outward transfers as a str.

inputs_metadata

Return details on the component input data as a str.

parameters_metadata

Return details on the component parameters as a str.

constants_metadata

Return details on the component constants as a str.

states_metadata

Return details on the component states as a str.

outputs_metadata

Return details on the component outputs as a str.

Methods to query special data requirements

requires_land_sea_mask()

Return True if land sea mask must be available in the component spacedomain, otherwise return False.

requires_flow_direction()

Return True if flow direction must be available in the component spacedomain, otherwise return False.

requires_cell_area()

Return True if cell area must be available in the component spacedomain, otherwise return False.