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
MetaSWAP svats with surface water sprinkling activated do not seem to be written to scap_svat.inp
default values are written, e.g. as 0., but this likely to give issues with the MetaSWAP kernel that checks fixed-sized strings for not being empty to increase internal counters (not yet tested).
Steps to reproduce
Use a LHM iMOD project (.prj) file with irrigation data specified in the (CAP) section.
The text was updated successfully, but these errors were encountered:
I found the two culprits and opened up a PR. I'm not sure whether the first bullet point is really a problem. I talked to @HendrikKok (my MetaSWAP guru) and he saw no issues with the present approach.
Implementing what you propose would further complicate the code base, as suddenly the dtype of columns will not be consistent anymore. You can see in the PR. The extra amount of code is bearable, but I'm not happy that it affects so much files just for this case, and complicates logic. Some testing is required first, I think.
Bug description
Steps to reproduce
Use a LHM iMOD project (.prj) file with irrigation data specified in the (CAP) section.
The text was updated successfully, but these errors were encountered: