flopy.mf6.modflow.mftdis module
- class ModflowTdis(simulation, loading_package=False, time_units=None, start_date_time=None, ats_perioddata=None, nper=1, perioddata=[[1.0, 1, 1.0]], filename=None, pname=None, **kwargs)[source]
Bases:
MFPackageModflowTdis defines a TDIS package.
- Parameters:
time_units (string) – is the time units of the simulation. this is a text string that is used as a label within model output files. values for time_units may be ‘unknown’, ‘seconds’, ‘minutes’, ‘hours’, ‘days’, or ‘years’. the default time unit is ‘unknown’.
start_date_time (string) – is the starting date and time of the simulation. this is a text string that is used as a label within the simulation list file. the value has no effect on the simulation. the recommended format for the starting date and time is described at https://www.w3.org/tr/note-datetime.
ats_perioddata (record ats6 filein ats6_filename) – Contains data for the ats package. Data can be passed as a dictionary to the ats package with variable names as keys and package data as values. Data for the ats_perioddata variable is also acceptable. See ats package documentation for more information.
nper (integer) – is the number of stress periods for the simulation.
perioddata (list) –
- ats_filerecord = <flopy.mf6.data.mfdatautil.ListTemplateGenerator object>
- dfn = [['header'], ['block options', 'name time_units', 'type string', 'reader urword', 'optional true'], ['block options', 'name start_date_time', 'type string', 'reader urword', 'optional true'], ['block options', 'name ats_filerecord', 'type record ats6 filein ats6_filename', 'shape', 'reader urword', 'tagged true', 'optional true', 'construct_package ats', 'construct_data ats_perioddata', 'parameter_name perioddata'], ['block options', 'name ats6', 'type keyword', 'shape', 'in_record true', 'reader urword', 'tagged true', 'optional false'], ['block options', 'name filein', 'type keyword', 'shape', 'in_record true', 'reader urword', 'tagged true', 'optional false'], ['block options', 'name ats6_filename', 'type string', 'preserve_case true', 'in_record true', 'reader urword', 'optional false', 'tagged false'], ['block dimensions', 'name nper', 'type integer', 'reader urword', 'optional false', 'default 1'], ['block perioddata', 'name perioddata', 'type recarray perlen nstp tsmult', 'reader urword', 'optional false', 'default ((1.0, 1, 1.0),)'], ['block perioddata', 'name perlen', 'type double precision', 'in_record true', 'tagged false', 'reader urword', 'optional false'], ['block perioddata', 'name nstp', 'type integer', 'in_record true', 'tagged false', 'reader urword', 'optional false'], ['block perioddata', 'name tsmult', 'type double precision', 'in_record true', 'tagged false', 'reader urword', 'optional false']]
- dfn_file_name = 'sim-tdis.dfn'
- package_abbr = 'tdis'
- perioddata = <flopy.mf6.data.mfdatautil.ListTemplateGenerator object>