diff --git a/flopy/modflow/mflmt.py b/flopy/modflow/mflmt.py index 1f2e69697c..4232ada917 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