You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should check that all files the model sees as forcing files are actually in the ewatercycle forcing object. If not then model could die due to misplaced files.
The text was updated successfully, but these errors were encountered:
At the moment the forcings are copied to the working directory at https://github.com/eWaterCycle/ewatercycle/blob/107db173115cd35bfac42b5aaac9842580b9b45a/src/ewatercycle/models/hype.py#L123
Hype can be configured with
forcingdir
ininfo.txt
, see http://www.smhi.net/hype/wiki/doku.php?id=start:hype_file_reference:info.txtBy setting
forcingDir
and mounting the forcing dir into the container we could make theewatercycle.models.Hype.setup()
method quicker and more similar to other models.We should check that all files the model sees as forcing files are actually in the ewatercycle forcing object. If not then model could die due to misplaced files.
The text was updated successfully, but these errors were encountered: