-
Based on student feedback:
Can we make it possible to pass non-iterables and iterables to the function coords_to_indices?
https://github.com/eWaterCycle/ewatercycle/blob/71bcc306b2ad2dfa224e793a…
-
The download of parameter set (https://github.com/ec-jrc/lisflood-usecases/archive/refs/heads/master.zip) can take a long time (> 4 minutes) as it downloads over 500Mb and is throttled. We should make…
-
Currently the workflow for adding model (version)s to the eWaterCycle platform is (also see https://github.com/eWaterCycle/ewatercycle/issues/294)
1. make a dockerfile
2. build docker image
3. up…
-
As more recipes are added to ESMValTool we might need a way to structure them by project. For example, for the eWaterCycle project we will use ESMValTool to do pre-processing for hydrology models. I p…
-
We have prepared several forcings for use in example notebooks. It would be nice if we could have a central location where those forcing could be read from. Similar to parameter set it would be nice i…
-
Look at making more intuitive:
want to keep flexible but simple: either define:
- [x] camels txt file: `forcing.txt`,
- [x] simply provide a xarray `forcing.nc`
moved to bulletpoint to #18 (ht…
-
The current [LisfloodForcing](https://github.com/eWaterCycle/ewatercycle/blob/33d74cb7bed8def40ef7d1cda79f79e4dcdc75cf/ewatercycle/forcing/_lisflood.py#L106) returns an error due to the lisvap output.…
-
wflow.finalize() results in an error for version 2020.1.2:
`_InactiveRpcError:
-
The explorer hosted at https://explore.ewatercycle.org/. When you select a "start experiment" you should get a notebook that uses the updated ewatercycle python package.
- Update the notebook templ…
-
I ran
```python
import pandas as pd
import ewatercycle.analysis
import ewatercycle.forcing
import ewatercycle.models
import ewatercycle.observation.grdc
import ewatercyc…