Describe the bug
The flopy.mf6.modflow.mfutlobs.ModflowUtlobs class does not load both of the continuous blocks from the ex-gwf-advtidal.obs file within the ex-gwf-advtidal MODFLOW 6 example. This is what the loaded class currently looks like:
package_name = obs_1
filename = ex-gwf-advtidal.obs
package_type = obs
model_or_simulation_package = model
model_name = ex-gwf-advtidal
Block continuous
--------------------
continuous
{internal}
(rec.array([('h1_13_8', 'head', (2, 12, 7), None)],
dtype=[('obsname', 'O'), ('obstype', 'O'), ('id', 'O'), ('id2', 'O')]))
Expected behavior
The class should have both continuous blocks from the observation file:
# File generated by Flopy version 3.3.6 on 12/07/2022 at 20:40:00.
BEGIN options
END options
BEGIN continuous FILEOUT ex-gwf-advtidal.obs.flow.csv
icf1 flow-ja-face 1 5 6 1 6 6
END continuous FILEOUT ex-gwf-advtidal.obs.flow.csv
BEGIN continuous FILEOUT ex-gwf-advtidal.obs.head.csv
h1_13_8 head 3 13 8
END continuous FILEOUT ex-gwf-advtidal.obs.head.csv
Desktop (please complete the following information):
- OS: Windows 11
- FloPy Version 3.5.0
Describe the bug
The
flopy.mf6.modflow.mfutlobs.ModflowUtlobsclass does not load both of thecontinuousblocks from theex-gwf-advtidal.obsfile within theex-gwf-advtidalMODFLOW 6 example. This is what the loaded class currently looks like:Expected behavior
The class should have both
continuousblocks from the observation file:Desktop (please complete the following information):