mf define a MODFLOW model object.
mf
set the model working directory. Default is '.'
set MODFLOW name file if it is not MF6.
set the MF6 submodel. Default is the first flow/transport model.
Example:
>>> submodel = 1 # first model >>> submodel = 'gwf1' # model named gwf1 '
set the gsf file name. gsf file is needed for unstructured grids.
gsf
set the MODFLOW version. Default is 'mfnwt'
>>> version = 'mf2k'