From 1f322f0ef50be9dfaa2252cacb091aded4159113 Mon Sep 17 00:00:00 2001 From: "GS\\emorway-usgs" Date: Tue, 31 Mar 2020 08:31:28 -0700 Subject: [PATCH] fix(mflmt.py): Clean up docstring for package_flows argument in LMT --- flopy/modflow/mflmt.py | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/flopy/modflow/mflmt.py b/flopy/modflow/mflmt.py index 1f2e69697..4232ada91 100644 --- a/flopy/modflow/mflmt.py +++ b/flopy/modflow/mflmt.py @@ -32,12 +32,14 @@ class ModflowLmt(Package): Header for the output file (default is 'extended') output_file_format : {'formatted', 'unformatted'} Format of the output file (default is 'unformatted') - package_flows : {'sfr', 'lak', 'uzf'} - Specifies which package flows should be added to the flow-transport - link (FTL) file. These values can quickly raise the file size, and - therefore the user must request there addition to the FTL file. - Default is not to add these terms to the FTL file by omitting the - keyword package_flows from the LMT input file. + package_flows : ['sfr', 'lak', 'uzf'] + Specifies which of the advanced package flows should be added to the + flow-transport link (FTL) file. The addition of these flags may quickly + increase the FTL file size. Thus, the user must specifically request + their amendment within the FTL file. Default is not to add these + terms to the FTL file by omitting the keyword package_flows from + the LMT input file. One or multiple strings can be passed as a list to + the argument. extension : string Filename extension (default is 'lmt6') unitnumber : int