Open sverhoeven opened 3 years ago
Now in the experiment launcher a root dir is appended, with it configured in the eWatercycle python package I dont have to do that anymore.
We might want to think about the permissions for this forcing dir, though. I see a few options:
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 if I could do
I expect
ewatercycle.forcing.load()
method when given a relative path to look in current working directory and if not there also check inCFG['forcing_root_dir']
The ewatercycle.yaml could have following key/value:
It could be nice to have multiple
forcing_root_dir
directories to organize things better.