flopy.mf6.modflow.mfgweic module

class ModflowGweic(model, loading_package=False, export_array_ascii=None, export_array_netcdf=None, strt=0.0, filename=None, pname=None, **kwargs)[source]

Bases: MFPackage

ModflowGweic defines a IC package.

Parameters:
  • export_array_ascii (keyword) – keyword that specifies input griddata arrays should be written to layered ascii output files.

  • export_array_netcdf (keyword) – keyword that specifies input griddata arrays should be written to the model output netcdf file.

  • strt ([double precision]) – is the initial (starting) temperature—that is, the temperature at the beginning of the gwe model simulation. strt must be specified for all gwe model simulations. one value is read for every model cell.

dfn = [['header'], ['block options', 'name export_array_ascii', 'type keyword', 'reader urword', 'optional true', 'mf6internal export_ascii'], ['block options', 'name export_array_netcdf', 'type keyword', 'reader urword', 'optional true', 'mf6internal export_nc', 'extended true'], ['block griddata', 'name strt', 'type double precision', 'shape (nodes)', 'reader readarray', 'layered true', 'netcdf true', 'default 0.0']]
dfn_file_name = 'gwe-ic.dfn'
package_abbr = 'gweic'
strt = <flopy.mf6.data.mfdatautil.ArrayTemplateGenerator object>