In [1]:
import os
import flopy
In [2]:
path = os.path.join('..', 'data', 'mf2005_test')
In [3]:
m = flopy.modflow.Modflow.load('test1ss.nam', model_ws=path)
m.change_model_ws('data')
changing model workspace...
data
By default, the checker performs a model-level check when a set of model files are loaded, unless load is called with check=False. The load check only produces screen output if load is called with verbose=True. Checks are also performed at the package level when an individual package is loaded
check() methodEach model and each package has a check() method. The check method has three arguments:
In [4]:
help(m.check)
Help on method check in module flopy.mbase:
check(f=None, verbose=True, level=1) method of flopy.modflow.mf.Modflow instance
Check model data for common errors.
Parameters
----------
f : str or file handle
String defining file name or file handle for summary file
of check method output. If a string is passed a file handle
is created. If f is None, check method does not write
results to a summary file. (default is None)
verbose : bool
Boolean flag used to determine if check method results are
written to the screen
level : int
Check method analysis level. If level=0, summary checks are
performed. If level=1, full checks are performed.
Returns
-------
None
Examples
--------
>>> import flopy
>>> m = flopy.modflow.Modflow.load('model.nam')
>>> m.check()
In [5]:
chk = m.check()
test1ss MODEL DATA VALIDATION SUMMARY:
116 Errors:
LPF package: zero or negative horizontal hydraulic conductivity values
233 Warnings:
LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
RCH package: Variable NRCHOP set to value other than 3
Checks that passed:
Compatible solver package
Unit number conflicts
LPF package: zero or negative vertical hydraulic conductivity values
LPF package: negative horizontal anisotropy values
LPF package: vertical hydraulic conductivity values above checker threshold of 100000.0
LPF package: horizontal hydraulic conductivity values above checker threshold of 100000.0
BAS6 package: isolated cells in ibound array
BAS6 package: Not a number
GHB package: BC indices valid
GHB package: not a number (Nan) entries
GHB package: BC in inactive cells
GHB package: BC elevation below cell bottom
DIS package: zero or negative thickness
DIS package: thin cells (less than checker threshold of 1.0)
DIS package: nan values in top array
DIS package: nan values in bottom array
In [6]:
chk.summary_array
Out[6]:
rec.array([ ('Error', 'LPF', 0, 0, 0, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 0, 1, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 1, 0, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 1, 1, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 1, 2, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 1, 5, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 1, 6, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 1, 7, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 2, 1, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 2, 2, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 2, 3, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 2, 4, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 2, 5, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 2, 6, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 2, 7, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 3, 0, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 3, 1, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 3, 2, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 3, 3, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 3, 4, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 3, 5, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 3, 6, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 3, 7, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 3, 8, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 4, 0, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 4, 1, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 4, 2, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 4, 3, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 4, 4, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 4, 5, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 4, 6, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 4, 7, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 4, 8, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 4, 9, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 5, 0, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 5, 1, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 5, 2, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 5, 3, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 5, 4, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 5, 5, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 5, 6, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 5, 7, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 5, 8, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 5, 9, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 6, 0, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 6, 1, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 6, 2, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 6, 3, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 6, 4, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 6, 5, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 6, 6, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 6, 7, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 6, 8, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 7, 1, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 7, 2, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 7, 3, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 7, 4, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 7, 5, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 7, 6, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 7, 7, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 7, 8, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 8, 1, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 8, 2, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 8, 3, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 8, 4, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 8, 5, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 8, 6, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 8, 7, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 8, 8, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 9, 1, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 9, 2, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 9, 3, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 9, 4, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 9, 5, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 9, 6, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 9, 7, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 9, 8, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 9, 9, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 10, 1, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 10, 2, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 10, 3, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 10, 4, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 10, 5, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 10, 6, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 10, 7, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 10, 8, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 11, 0, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 11, 1, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 11, 2, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 11, 3, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 11, 4, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 11, 5, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 11, 6, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 11, 7, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 11, 8, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 12, 0, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 12, 1, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 12, 2, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 12, 3, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 12, 4, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 12, 5, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 12, 6, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 12, 7, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 12, 8, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 13, 1, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 13, 2, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 13, 3, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 13, 4, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 13, 5, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 13, 6, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 13, 7, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 13, 8, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 14, 2, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 14, 3, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 14, 4, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Error', 'LPF', 0, 14, 5, 0.0, '\r LPF package: zero or negative horizontal hydraulic conductivity values'),
('Warning', 'LPF', 0, 0, 0, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 0, 1, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 1, 0, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 1, 1, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 1, 2, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 1, 5, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 1, 6, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 1, 7, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 2, 1, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 2, 2, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 2, 3, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 2, 4, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 2, 5, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 2, 6, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 2, 7, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 3, 0, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 3, 1, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 3, 2, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 3, 3, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 3, 4, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 3, 5, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 3, 6, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 3, 7, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 3, 8, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 4, 0, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 4, 1, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 4, 2, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 4, 3, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 4, 4, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 4, 5, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 4, 6, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 4, 7, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 4, 8, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 4, 9, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 5, 0, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 5, 1, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 5, 2, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 5, 3, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 5, 4, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 5, 5, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 5, 6, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 5, 7, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 5, 8, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 5, 9, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 6, 0, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 6, 1, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 6, 2, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 6, 3, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 6, 4, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 6, 5, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 6, 6, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 6, 7, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 6, 8, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 7, 1, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 7, 2, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 7, 3, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 7, 4, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 7, 5, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 7, 6, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 7, 7, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 7, 8, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 8, 1, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 8, 2, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 8, 3, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 8, 4, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 8, 5, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 8, 6, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 8, 7, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 8, 8, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 9, 1, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 9, 2, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 9, 3, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 9, 4, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 9, 5, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 9, 6, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 9, 7, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 9, 8, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 9, 9, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 10, 1, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 10, 2, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 10, 3, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 10, 4, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 10, 5, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 10, 6, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 10, 7, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 10, 8, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 11, 0, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 11, 1, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 11, 2, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 11, 3, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 11, 4, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 11, 5, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 11, 6, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 11, 7, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 11, 8, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 12, 0, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 12, 1, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 12, 2, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 12, 3, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 12, 4, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 12, 5, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 12, 6, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 12, 7, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 12, 8, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 13, 1, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 13, 2, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 13, 3, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 13, 4, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 13, 5, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 13, 6, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 13, 7, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 13, 8, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 14, 2, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 14, 3, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 14, 4, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 14, 5, 0.0, '\r LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 0, 0, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 0, 1, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 1, 0, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 1, 1, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 1, 2, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 1, 5, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 1, 6, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 1, 7, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 2, 1, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 2, 2, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 2, 3, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 2, 4, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 2, 5, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 2, 6, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 2, 7, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 3, 0, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 3, 1, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 3, 2, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 3, 3, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 3, 4, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 3, 5, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 3, 6, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 3, 7, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 3, 8, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 4, 0, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 4, 1, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 4, 2, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 4, 3, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 4, 4, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 4, 5, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 4, 6, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 4, 7, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 4, 8, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 4, 9, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 5, 0, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 5, 1, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 5, 2, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 5, 3, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 5, 4, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 5, 5, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 5, 6, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 5, 7, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 5, 8, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 5, 9, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 6, 0, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 6, 1, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 6, 2, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 6, 3, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 6, 4, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 6, 5, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 6, 6, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 6, 7, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 6, 8, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 7, 1, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 7, 2, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 7, 3, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 7, 4, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 7, 5, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 7, 6, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 7, 7, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 7, 8, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 8, 1, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 8, 2, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 8, 3, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 8, 4, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 8, 5, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 8, 6, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 8, 7, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 8, 8, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 9, 1, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 9, 2, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 9, 3, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 9, 4, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 9, 5, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 9, 6, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 9, 7, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 9, 8, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 9, 9, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 10, 1, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 10, 2, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 10, 3, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 10, 4, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 10, 5, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 10, 6, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 10, 7, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 10, 8, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 11, 0, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 11, 1, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 11, 2, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 11, 3, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 11, 4, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 11, 5, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 11, 6, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 11, 7, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 11, 8, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 12, 0, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 12, 1, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 12, 2, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 12, 3, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 12, 4, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 12, 5, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 12, 6, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 12, 7, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 12, 8, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 13, 1, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 13, 2, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 13, 3, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 13, 4, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 13, 5, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 13, 6, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 13, 7, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 13, 8, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 14, 2, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 14, 3, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 14, 4, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'LPF', 0, 14, 5, 0.0, '\r LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11'),
('Warning', 'RCH', 0, 0, 0, 1.0, '\r RCH package: Variable NRCHOP set to value other than 3')],
dtype=[('type', 'O'), ('package', 'O'), ('k', '<i8'), ('i', '<i8'), ('j', '<i8'), ('value', '<f8'), ('desc', 'O')])
This is a numpy record array that summarizes errors and warnings found by the checker. The package, layer-row-column location of the error, the offending value, and a description of the error are provided. In the checker, errors and warnings are loosely defined as follows:
either input that would cause MODFLOW to crash, or inputs that almost certainly mis-represent the intended conceptual model.
inputs that are potentially problematic, but may be intentional.
each package-level check produces a check instance with a summary array. The model level checks combine the summary arrays from the packages into a master summary array. At the model and the package levels, the summary array is used to generate the screen output shown above. At either level, the summary array can be written to a csv file by supply a filename to the f argument. Specifying level=2 prints the summary array to the screen.
In [7]:
m.check(level=2)
Errors and/or Warnings encountered.
Errors and/or Warnings encountered.
test1ss MODEL DATA VALIDATION SUMMARY:
116 Errors:
LPF package: zero or negative horizontal hydraulic conductivity values
233 Warnings:
LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
RCH package: Variable NRCHOP set to value other than 3
Checks that passed:
Compatible solver package
Unit number conflicts
LPF package: zero or negative vertical hydraulic conductivity values
LPF package: negative horizontal anisotropy values
LPF package: vertical hydraulic conductivity values above checker threshold of 100000.0
LPF package: horizontal hydraulic conductivity values above checker threshold of 100000.0
BAS6 package: isolated cells in ibound array
BAS6 package: Not a number
GHB package: BC indices valid
GHB package: not a number (Nan) entries
GHB package: BC in inactive cells
GHB package: BC elevation below cell bottom
DIS package: zero or negative thickness
DIS package: thin cells (less than checker threshold of 1.0)
DIS package: nan values in top array
DIS package: nan values in bottom array
DETAILED SUMMARY:
type package k i j value desc
Error LPF 0 0 0 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 0 1 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 1 0 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 1 1 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 1 2 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 1 5 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 1 6 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 1 7 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 2 1 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 2 2 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 2 3 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 2 4 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 2 5 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 2 6 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 2 7 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 3 0 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 3 1 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 3 2 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 3 3 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 3 4 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 3 5 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 3 6 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 3 7 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 3 8 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 4 0 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 4 1 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 4 2 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 4 3 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 4 4 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 4 5 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 4 6 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 4 7 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 4 8 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 4 9 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 5 0 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 5 1 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 5 2 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 5 3 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 5 4 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 5 5 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 5 6 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 5 7 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 5 8 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 5 9 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 6 0 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 6 1 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 6 2 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 6 3 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 6 4 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 6 5 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 6 6 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 6 7 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 6 8 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 7 1 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 7 2 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 7 3 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 7 4 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 7 5 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 7 6 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 7 7 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 7 8 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 8 1 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 8 2 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 8 3 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 8 4 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 8 5 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 8 6 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 8 7 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 8 8 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 9 1 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 9 2 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 9 3 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 9 4 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 9 5 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 9 6 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 9 7 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 9 8 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 9 9 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 10 1 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 10 2 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 10 3 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 10 4 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 10 5 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 10 6 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 10 7 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 10 8 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 11 0 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 11 1 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 11 2 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 11 3 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 11 4 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 11 5 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 11 6 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 11 7 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 11 8 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 12 0 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 12 1 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 12 2 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 12 3 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 12 4 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 12 5 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 12 6 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 12 7 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 12 8 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 13 1 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 13 2 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 13 3 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 13 4 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 13 5 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 13 6 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 13 7 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 13 8 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 14 2 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 14 3 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 14 4 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Error LPF 0 14 5 0.00e+00 LPF package: zero or negative horizontal hydraulic conductivity values
Warning LPF 0 0 0 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 0 1 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 1 0 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 1 1 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 1 2 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 1 5 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 1 6 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 1 7 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 2 1 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 2 2 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 2 3 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 2 4 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 2 5 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 2 6 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 2 7 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 3 0 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 3 1 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 3 2 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 3 3 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 3 4 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 3 5 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 3 6 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 3 7 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 3 8 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 4 0 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 4 1 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 4 2 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 4 3 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 4 4 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 4 5 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 4 6 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 4 7 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 4 8 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 4 9 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 5 0 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 5 1 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 5 2 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 5 3 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 5 4 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 5 5 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 5 6 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 5 7 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 5 8 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 5 9 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 6 0 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 6 1 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 6 2 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 6 3 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 6 4 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 6 5 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 6 6 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 6 7 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 6 8 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 7 1 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 7 2 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 7 3 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 7 4 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 7 5 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 7 6 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 7 7 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 7 8 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 8 1 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 8 2 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 8 3 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 8 4 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 8 5 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 8 6 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 8 7 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 8 8 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 9 1 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 9 2 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 9 3 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 9 4 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 9 5 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 9 6 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 9 7 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 9 8 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 9 9 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 10 1 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 10 2 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 10 3 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 10 4 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 10 5 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 10 6 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 10 7 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 10 8 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 11 0 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 11 1 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 11 2 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 11 3 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 11 4 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 11 5 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 11 6 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 11 7 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 11 8 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 12 0 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 12 1 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 12 2 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 12 3 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 12 4 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 12 5 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 12 6 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 12 7 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 12 8 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 13 1 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 13 2 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 13 3 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 13 4 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 13 5 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 13 6 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 13 7 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 13 8 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 14 2 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 14 3 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 14 4 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 14 5 0.00e+00 LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 0 0 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 0 1 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 1 0 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 1 1 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 1 2 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 1 5 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 1 6 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 1 7 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 2 1 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 2 2 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 2 3 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 2 4 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 2 5 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 2 6 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 2 7 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 3 0 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 3 1 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 3 2 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 3 3 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 3 4 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 3 5 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 3 6 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 3 7 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 3 8 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 4 0 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 4 1 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 4 2 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 4 3 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 4 4 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 4 5 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 4 6 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 4 7 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 4 8 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 4 9 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 5 0 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 5 1 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 5 2 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 5 3 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 5 4 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 5 5 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 5 6 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 5 7 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 5 8 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 5 9 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 6 0 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 6 1 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 6 2 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 6 3 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 6 4 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 6 5 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 6 6 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 6 7 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 6 8 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 7 1 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 7 2 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 7 3 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 7 4 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 7 5 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 7 6 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 7 7 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 7 8 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 8 1 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 8 2 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 8 3 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 8 4 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 8 5 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 8 6 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 8 7 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 8 8 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 9 1 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 9 2 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 9 3 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 9 4 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 9 5 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 9 6 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 9 7 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 9 8 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 9 9 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 10 1 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 10 2 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 10 3 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 10 4 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 10 5 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 10 6 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 10 7 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 10 8 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 11 0 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 11 1 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 11 2 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 11 3 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 11 4 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 11 5 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 11 6 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 11 7 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 11 8 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 12 0 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 12 1 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 12 2 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 12 3 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 12 4 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 12 5 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 12 6 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 12 7 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 12 8 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 13 1 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 13 2 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 13 3 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 13 4 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 13 5 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 13 6 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 13 7 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 13 8 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 14 2 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 14 3 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 14 4 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning LPF 0 14 5 0.00e+00 LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
Warning RCH 0 0 0 1.00e+00 RCH package: Variable NRCHOP set to value other than 3
Out[7]:
<flopy.utils.check.check at 0x1117e2748>
In [8]:
m.rch.check()
RCH PACKAGE DATA VALIDATION:
1 Warning:
Variable NRCHOP set to value other than 3
Out[8]:
<flopy.utils.check.check at 0x1117e26a0>
In [9]:
m.check(f='checksummary.csv')
test1ss MODEL DATA VALIDATION SUMMARY:
116 Errors:
LPF package: zero or negative horizontal hydraulic conductivity values
233 Warnings:
LPF package: horizontal hydraulic conductivity values below checker threshold of 1e-11
LPF package: vertical hydraulic conductivity values below checker threshold of 1e-11
RCH package: Variable NRCHOP set to value other than 3
see data/checksummary.csv for details.
Checks that passed:
Compatible solver package
Unit number conflicts
LPF package: zero or negative vertical hydraulic conductivity values
LPF package: negative horizontal anisotropy values
LPF package: vertical hydraulic conductivity values above checker threshold of 100000.0
LPF package: horizontal hydraulic conductivity values above checker threshold of 100000.0
BAS6 package: isolated cells in ibound array
BAS6 package: Not a number
GHB package: BC indices valid
GHB package: not a number (Nan) entries
GHB package: BC in inactive cells
GHB package: BC elevation below cell bottom
DIS package: zero or negative thickness
DIS package: thin cells (less than checker threshold of 1.0)
DIS package: nan values in top array
DIS package: nan values in bottom array
Out[9]:
<flopy.utils.check.check at 0x1117ffe10>
In [10]:
try:
import pandas as pd
df = pd.read_csv('data/checksummary.csv')
except:
df = open('data/checksummary.csv').readlines()
df
Out[10]:
type
package
k
i
j
value
desc
0
Error
LPF
0
0
0
0
zero or negative horizontal hydraulic conducti...
1
Error
LPF
0
0
1
0
zero or negative horizontal hydraulic conducti...
2
Error
LPF
0
1
0
0
zero or negative horizontal hydraulic conducti...
3
Error
LPF
0
1
1
0
zero or negative horizontal hydraulic conducti...
4
Error
LPF
0
1
2
0
zero or negative horizontal hydraulic conducti...
5
Error
LPF
0
1
5
0
zero or negative horizontal hydraulic conducti...
6
Error
LPF
0
1
6
0
zero or negative horizontal hydraulic conducti...
7
Error
LPF
0
1
7
0
zero or negative horizontal hydraulic conducti...
8
Error
LPF
0
2
1
0
zero or negative horizontal hydraulic conducti...
9
Error
LPF
0
2
2
0
zero or negative horizontal hydraulic conducti...
10
Error
LPF
0
2
3
0
zero or negative horizontal hydraulic conducti...
11
Error
LPF
0
2
4
0
zero or negative horizontal hydraulic conducti...
12
Error
LPF
0
2
5
0
zero or negative horizontal hydraulic conducti...
13
Error
LPF
0
2
6
0
zero or negative horizontal hydraulic conducti...
14
Error
LPF
0
2
7
0
zero or negative horizontal hydraulic conducti...
15
Error
LPF
0
3
0
0
zero or negative horizontal hydraulic conducti...
16
Error
LPF
0
3
1
0
zero or negative horizontal hydraulic conducti...
17
Error
LPF
0
3
2
0
zero or negative horizontal hydraulic conducti...
18
Error
LPF
0
3
3
0
zero or negative horizontal hydraulic conducti...
19
Error
LPF
0
3
4
0
zero or negative horizontal hydraulic conducti...
20
Error
LPF
0
3
5
0
zero or negative horizontal hydraulic conducti...
21
Error
LPF
0
3
6
0
zero or negative horizontal hydraulic conducti...
22
Error
LPF
0
3
7
0
zero or negative horizontal hydraulic conducti...
23
Error
LPF
0
3
8
0
zero or negative horizontal hydraulic conducti...
24
Error
LPF
0
4
0
0
zero or negative horizontal hydraulic conducti...
25
Error
LPF
0
4
1
0
zero or negative horizontal hydraulic conducti...
26
Error
LPF
0
4
2
0
zero or negative horizontal hydraulic conducti...
27
Error
LPF
0
4
3
0
zero or negative horizontal hydraulic conducti...
28
Error
LPF
0
4
4
0
zero or negative horizontal hydraulic conducti...
29
Error
LPF
0
4
5
0
zero or negative horizontal hydraulic conducti...
...
...
...
...
...
...
...
...
319
Warning
LPF
0
11
1
0
horizontal hydraulic conductivity values below...
320
Warning
LPF
0
11
2
0
horizontal hydraulic conductivity values below...
321
Warning
LPF
0
11
3
0
horizontal hydraulic conductivity values below...
322
Warning
LPF
0
11
4
0
horizontal hydraulic conductivity values below...
323
Warning
LPF
0
11
5
0
horizontal hydraulic conductivity values below...
324
Warning
LPF
0
11
6
0
horizontal hydraulic conductivity values below...
325
Warning
LPF
0
11
7
0
horizontal hydraulic conductivity values below...
326
Warning
LPF
0
11
8
0
horizontal hydraulic conductivity values below...
327
Warning
LPF
0
12
0
0
horizontal hydraulic conductivity values below...
328
Warning
LPF
0
12
1
0
horizontal hydraulic conductivity values below...
329
Warning
LPF
0
12
2
0
horizontal hydraulic conductivity values below...
330
Warning
LPF
0
12
3
0
horizontal hydraulic conductivity values below...
331
Warning
LPF
0
12
4
0
horizontal hydraulic conductivity values below...
332
Warning
LPF
0
12
5
0
horizontal hydraulic conductivity values below...
333
Warning
LPF
0
12
6
0
horizontal hydraulic conductivity values below...
334
Warning
LPF
0
12
7
0
horizontal hydraulic conductivity values below...
335
Warning
LPF
0
12
8
0
horizontal hydraulic conductivity values below...
336
Warning
LPF
0
13
1
0
horizontal hydraulic conductivity values below...
337
Warning
LPF
0
13
2
0
horizontal hydraulic conductivity values below...
338
Warning
LPF
0
13
3
0
horizontal hydraulic conductivity values below...
339
Warning
LPF
0
13
4
0
horizontal hydraulic conductivity values below...
340
Warning
LPF
0
13
5
0
horizontal hydraulic conductivity values below...
341
Warning
LPF
0
13
6
0
horizontal hydraulic conductivity values below...
342
Warning
LPF
0
13
7
0
horizontal hydraulic conductivity values below...
343
Warning
LPF
0
13
8
0
horizontal hydraulic conductivity values below...
344
Warning
LPF
0
14
2
0
horizontal hydraulic conductivity values below...
345
Warning
LPF
0
14
3
0
horizontal hydraulic conductivity values below...
346
Warning
LPF
0
14
4
0
horizontal hydraulic conductivity values below...
347
Warning
LPF
0
14
5
0
horizontal hydraulic conductivity values below...
348
Warning
RCH
0
0
0
1
Variable NRCHOP set to value other than 3
349 rows × 7 columns
write_input()checking is also performed by default when write_input() is called at the package or model level. Checking on write is performed with the same verbose setting as specified for the model. However, if errors or warnings are encountered and level=1 (default) or higher, a screen message notifies the user of the errors.
By default, the checks performed on load() and write_input() save results to a summary file, which is named after the packge or the model.
In [11]:
m.write_input()
In [ ]:
Content source: mrustl/flopy
Similar notebooks: