Open tramsauer opened 5 years ago
possibly
default_variables = [d[short_name].lower() for d in multiply_core.variables.get_default_variables()]
.lower()
should not be necessary..
Very nice, I approve! Just in case, you can also define your own variables if that will be necessary. I guess that it can come in handy when users submit their own priors.
get default variables from multiply_core/variables/variables.py. e.g. in soilmoistureprior creator:
or so... just to avoid duplicity in the multiply code