chump.objects.modelobjects.mf

mf define a MODFLOW model object.

model_ws

set the model working directory. Default is '.'

namefile

set MODFLOW name file if it is not MF6.

submodel

set the MF6 submodel. Default is the first flow/transport model.

Example:

>>> submodel = 1  # first model
>>> submodel = 'gwf1'  # model named gwf1
'
gsf

set the gsf file name. gsf file is needed for unstructured grids.

version

set the MODFLOW version. Default is 'mfnwt'

Example:

>>> version = 'mf2k'