flopy.mf6.modflow.mfutltas module

class ModflowUtltas(parent_package, loading_package=False, time_series_namerecord=None, interpolation_methodrecord=None, sfacrecord=None, tas_array=None, filename=None, pname=None, **kwargs)[source]

Bases: MFPackage

ModflowUtltas defines a TAS package.

Parameters:
  • time_series_namerecord ((name, time_series_name)) –

    xxx * name : keyword

    xxx

    • time_series_name[string]

      Name by which a package references a particular time-array series. The name must be unique among all time-array series used in a package.

  • interpolation_methodrecord ((method, interpolation_method)) –

    xxx * method : keyword

    xxx

    • interpolation_methodstring

      Interpolation method, which is either STEPWISE or LINEAR.

  • sfacrecord ((sfac, sfacval)) –

    xxx * sfac : keyword

    xxx

    • sfacval[double precision]

      Scale factor, which will multiply all array values in time series. SFAC is an optional attribute; if omitted, SFAC = 1.0.

  • tas_array ([double precision]) – an array of numeric, floating-point values, or a constant value, readable by the u2drel array-reading utility.

dfn = [['header', 'multi-package'], ['block attributes', 'name time_series_namerecord', 'type record name time_series_name', 'shape', 'reader urword', 'tagged false', 'optional false'], ['block attributes', 'name name', 'type keyword', 'shape', 'reader urword', 'optional false', 'in_record true'], ['block attributes', 'name time_series_name', 'type string', 'shape any1d', 'tagged false', 'reader urword', 'optional false', 'in_record true'], ['block attributes', 'name interpolation_methodrecord', 'type record method interpolation_method', 'shape', 'reader urword', 'tagged false', 'optional true'], ['block attributes', 'name method', 'type keyword', 'shape', 'reader urword', 'optional false', 'in_record true'], ['block attributes', 'name interpolation_method', 'type string', 'valid stepwise linear linearend', 'shape', 'tagged false', 'reader urword', 'optional false', 'in_record true'], ['block attributes', 'name sfacrecord', 'type record sfac sfacval', 'shape', 'reader urword', 'tagged true', 'optional true'], ['block attributes', 'name sfac', 'type keyword', 'shape', 'reader urword', 'optional false', 'in_record true'], ['block attributes', 'name sfacval', 'type double precision', 'shape time_series_name', 'tagged false', 'reader urword', 'optional false', 'in_record true'], ['block time', 'name time_from_model_start', 'type double precision', 'block_variable True', 'in_record true', 'shape', 'tagged false', 'valid', 'reader urword', 'optional false'], ['block time', 'name tas_array', 'type double precision', 'tagged false', 'just_data true', 'shape (unknown)', 'reader readarray', 'optional false', 'repeating true']]
dfn_file_name = 'utl-tas.dfn'
interpolation_methodrecord = <flopy.mf6.data.mfdatautil.ListTemplateGenerator object>
package_abbr = 'utltas'
sfacrecord = <flopy.mf6.data.mfdatautil.ListTemplateGenerator object>
tas_array = <flopy.mf6.data.mfdatautil.ArrayTemplateGenerator object>
time_series_namerecord = <flopy.mf6.data.mfdatautil.ListTemplateGenerator object>
class UtltasPackages(model_or_sim, parent, pkg_type, filerecord, package=None, package_class=None)[source]

Bases: MFChildPackages

UtltasPackages is a container class for the ModflowUtltas class.

initialize()[source]

Initializes a new ModflowUtltas package removing any sibling child packages attached to the same parent package. See ModflowUtltas init documentation for definition of parameters.

append_package()[source]

Adds a new ModflowUtltas package to the container. See ModflowUtltas init documentation for definition of parameters.

append_package(time_series_namerecord=None, interpolation_methodrecord=None, sfacrecord=None, tas_array=None, filename=None, pname=None)[source]
initialize(time_series_namerecord=None, interpolation_methodrecord=None, sfacrecord=None, tas_array=None, filename=None, pname=None)[source]
package_abbr = 'utltaspackages'