Skip to content

Commit

Permalink
fix(mflmt.py): Clean up docstring for package_flows argument in LMT
Browse files Browse the repository at this point in the history
  • Loading branch information
emorway-usgs committed Mar 31, 2020
1 parent 59cac5c commit 1f322f0
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions flopy/modflow/mflmt.py
Expand Up @@ -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
Expand Down

0 comments on commit 1f322f0

Please sign in to comment.