When running a model with the lkt-package, where the lake-package is created by lake_from_gdf, I get the following error from the MODFLOW-run:
ERROR REPORT:
1. Observation type not found: STAGE
I think this is because of a bug created in PR #415, where the variable obs_type is used instead of obs_type_gwt.
When running a model with the lkt-package, where the lake-package is created by
lake_from_gdf, I get the following error from the MODFLOW-run:I think this is because of a bug created in PR #415, where the variable
obs_typeis used instead ofobs_type_gwt.