Skip to content

Commit

Permalink
Minor update of docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
rubencalje committed Sep 18, 2024
1 parent 2be11ad commit fa19c8a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions nlmod/gwf/gwf.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,13 +334,11 @@ def ghb(
gwf : flopy ModflowGwf
groundwaterflow object.
bhead : str or xarray.DataArray, optional
ghb boundary head, either as string pointing to data
array in ds or as data array. By default None, which assumes
data array is stored under "ghb_bhead".
ghb boundary head, either as string pointing to data array in ds or as data
array. By default None, which assumes data array is stored under "ghb_bhead".
cond : str or xarray.DataArray, optional
ghb conductance, either as string pointing to data
array in ds or as data array. By default None, which assumes
data array is stored under "ghb_cond".
ghb conductance, either as string pointing to data array in ds or as data array.
By default None, which assumes data array is stored under "ghb_cond".
pname : str, optional
package name
auxiliary : str or list of str
Expand Down

0 comments on commit fa19c8a

Please sign in to comment.