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
Bug description
There is a misalignment between Modflow6Simulation.dump and Package.to_netcdf
The dump method should call the Package.to_netcdf method, however it now features its own custom logic to deal with UGRID data and MDAL prepared data, which should be moved Package.to_netcdf.
This is especially a problem for HorizontalFlowBarrierBase.to_netcdf, as this features specific logic which is a hard requirement to even succesfully save to netcdf.
Bug description
There is a misalignment between
Modflow6Simulation.dump
andPackage.to_netcdf
The
dump
method should call thePackage.to_netcdf
method, however it now features its own custom logic to deal with UGRID data and MDAL prepared data, which should be movedPackage.to_netcdf
.This is especially a problem for
HorizontalFlowBarrierBase.to_netcdf
, as this features specific logic which is a hard requirement to even succesfully save to netcdf.Steps to reproduce
See #1322
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: