Skip to content

Make use of default variable store in multiply_core #48

@tramsauer

Description

@tramsauer

get default variables from multiply_core/variables/variables.py.
e.g. in soilmoistureprior creator:

try:
    defaultvariables = multiply_core.variables.get_defaul_variables()
except:
    defaultvariables = [sm, lai, cab, ...]

or so... just to avoid duplicity in the multiply code

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions