nlmod
nlmod copied to clipboard
Python package to build, run and visualize MODFLOW 6 groundwater models in the Netherlands.
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...
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...
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...
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,...
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...
When exporting a model dataset for visualization in GIS, somehow layered datasets are not rendering and contain NoData according to QGIS.  A single layer data variable works fine: ...
Add tool to visually compare layers and perhaps layermodels with one another.
Probably simplest to rework new notebook example into a test. Combine with work on test fixtures #21.