modflow6
modflow6 copied to clipboard
USGS Modular Hydrologic Model
Improve error message for input name length violation as reported in #1774. Updated error report: ``` ERROR REPORT: 1. Input name "LONGLONGLONG_GWF1" exceeds maximum allowed length (16) for MODELNAME. 2....
In this PR Iterators are added for the MemoryListType and the ListType. Iterators are a way of iterating though a container while 'remembering' where you are in the iteration loop....
The maximum length of a model name is limited to 16 characters. If the name is too long MF6 shows an error message. This message changed from version 6.4.1 to...
- minor stuff for consistent presentation - fprettify
In this commit the container used in the MemoryList has been replaced by a HashTable Tests have been performed on the new data container and show that a HashTable out...
There is a potential bug related to a typo here: https://github.com/MODFLOW-USGS/modflow6/blob/f3a4c0c1577617e66d3db049bf7660c8aaf159de/src/Model/GroundWaterFlow/gwf-lak.f90#L3084-L3094 Note the case for the correctly spelled "WITHDRAWAL" term, but `read_value_or_time_series_adv` is called with typo "WITHDRAWL".