eWaterCycle / eWaterCycle/ewatercycle
get list of required variables from a forcing source
Open
enhancement
forcing
- Dominant language
- Python
- Stars
- 41
- Forks
- 6
- Avg merge
- 8d 23h
- Merged PRs (30d)
- 2
Description
It would be nice to be able to get the list of variables that a forcing source needs to succesfully be able to generate a forcing object. I'm thinking something like:
```python
forcing['genericLumped'].get_variables()
```
would return a list: ```["tas","pr"]```
Contributor guide
Assessment
This issue has not been assessed yet.