Skip to content

Commit

Permalink
Added output to "create_modflow_inputs" function
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Giraldo committed Nov 3, 2017
1 parent aed8342 commit 2c796e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions geomodelr/modflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,9 @@ def create_modflow_inputs(name, model, units_data,
vka=K_ver, hani=K_anisotropy_hor,laytyp=np.ones(layers,dtype=np.int32))#

mf_handle.write_input()
#
#return((mf_handle,dis,geo))

output = {'num_layers': layers}
return(output)

# ===================== AUXILIAR FUNCTIONS ========================

Expand Down

0 comments on commit 2c796e3

Please sign in to comment.