Davíd Brakenhoff

Results 91 comments of Davíd Brakenhoff
trafficstars

The method `get_heads_dataarray` provides a heads DataArray, which can be stored in the model_ds. Also we can use the new output accessor in flopy: `hobj = gwf.output.heads()`. As for a...

This requires metran models to have a `to_dict` and `load` method. It would have to store all the necessary internal information to reload the model. There's not much input, but...

Definitely a good idea. This is already possible for a lot of datasets by rearranging scripts and using the read functions to download data into a data folder first. I...

Fixed by 9bcbc73156b5b8b759b0a4ea3b355dcca0b8c0d6

Alright, I understand it better now :). > Good point on lowering the debug level! Plus, maybe we should change a default value to get_exe_path(.., version_tag="latest"). This sounds logical to...

I'm for defaulting to "latest" and documenting that it is a good idea to think about pinning mf6 versions for projects. I think pinning versions in nlmod will be a...

I'd be happy to switch my vote if `nlmod.util.get_exe_path("mf6", ds=ds)` gives me the path to an executable :innocent: Also it would be nice to quickly extract the mf6 version from...

BTW, I lowered the log level to DEBUG in https://github.com/gwmod/nlmod/pull/360/commits/45c25be966c59fd124dfe7261e10db660a845023. Leaving this issue open for the other discussion on `ds.attrs`

@Arjanvw, I guess we still want an option to map "geulen" to certain layers with a dictionary, right? ```python # geul : layer to add to method_geulen = { "ENAWO":...

> b) Update the code to be faster (perhaps parallel?) A pure pastas solution is still in the works of course, but you could use `pastastore` if you're working with...