Code
using Wflow
@doc Wflow.ParameterMetadataMetadata associated with parameters and variables.
Arguments
lens: The path in the model data structure to the parameter/variable if it existsunit: The unit of the parameter/variable in the Wflow inputdefault: The default (initial) value of the parameter/variable if it existsfill: Missing input values are replaced by this value if allow_missing == falsetype: The output type of the data. Assumed to beFloat64if it is not provided and cannot be derived fromdefaultorfilldescription: The description of the parameter/variable provided in the Wflow docsallow_missing: Whether the parameter/variable is allowed to have missing entriesallow_dynamic_input: Allow updating this parameter from input via cyclic/forcingdimname: The name of the third dimension of the parameter/variable if it existstags: Identifiers to filter parameters/variables for specific tables in the docs