nlmod icon indicating copy to clipboard operation
nlmod copied to clipboard

Python package to build, run and visualize MODFLOW 6 groundwater models in the Netherlands.

Results 72 nlmod issues
Sort by recently updated
recently updated
newest added

Currently `nlmod.to_model_ds()` silently only accept structured `layer_model`s. Supporting vertex grids is desired for when the constructed layer_model is not from REGIS but self constructed, i.e. interpreted triwaco layers with refined...

enhancement

we should probably rename this to 'remove_inactive_layers' or 'remove_zero_thickness_layers'. With the move to internally always assume modflow-style layer models (with one top and N bottoms), renaming this kwarg would make...

ds_to_rch, ds_to_rvt and ds_to_uzf (in gwf.recharge) add variables "rch_name" and "evt_name" to the model Dataset. These DataArrays contain strings with the name of the timeseries that are added to these...

enhancement

There are some functions that (unexpectedly) modify the Dataset that is used as input for the function. Mostly because variables or attributes are added to the Dataset. For examples the...

enhancement

Currently there are two functions mapping x,y-coordinates to model coordinates: xyz_to_cid mapping x, y and z to layer, row, column on a structured grid or icell2d on a vertex grid,...

enhancement
good first issue

In PR #263 the `cols_to_reclist` function is introduced. This function can be probably be merged with the `lrc_to_reclist` and the `lcid_to_reclist` functions because they do something similar. See also this...

enhancement

help wanted
good first issue

When exporting a model dataset for visualization in GIS, somehow layered datasets are not rendering and contain NoData according to QGIS. ![image](https://github.com/gwmod/nlmod/assets/6552225/847111fd-f767-4fd9-aa6c-197d5436ba1c) A single layer data variable works fine: ![image](https://github.com/gwmod/nlmod/assets/6552225/3e9ca8b7-7b1f-47ab-ac23-38fffae60a3d)...

bug

Add tool to visually compare layers and perhaps layermodels with one another.

enhancement

Probably simplest to rework new notebook example into a test. Combine with work on test fixtures #21.

testing