We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In https://github.com/eWaterCycle/pywflow/blob/cf44beb2e4dceb5e1bd794e50145a1bf1b8c6f55/src/ewatercycle_wflowjl/model.py#L34 and https://github.com/eWaterCycle/pywflow/blob/cf44beb2e4dceb5e1bd794e50145a1bf1b8c6f55/src/ewatercycle_wflowjl/model.py#L238 better support was added for non-rectilinear grids. However this is only usefull in the wflowjl plugin. It would be nice to move those functions to https://github.com/eWaterCycle/ewatercycle/blob/main/src/ewatercycle/base/model.py .
We will need to add unit tests as wflowjl plugin only has notebooks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In https://github.com/eWaterCycle/pywflow/blob/cf44beb2e4dceb5e1bd794e50145a1bf1b8c6f55/src/ewatercycle_wflowjl/model.py#L34 and https://github.com/eWaterCycle/pywflow/blob/cf44beb2e4dceb5e1bd794e50145a1bf1b8c6f55/src/ewatercycle_wflowjl/model.py#L238 better support was added for non-rectilinear grids. However this is only usefull in the wflowjl plugin. It would be nice to move those functions to https://github.com/eWaterCycle/ewatercycle/blob/main/src/ewatercycle/base/model.py .
We will need to add unit tests as wflowjl plugin only has notebooks.
The text was updated successfully, but these errors were encountered: