Skip to content

Extracting heads from Modflow binary files using flopy #1567

Answered by jdhughes-usgs
zargol7419 asked this question in Q&A
Discussion options

You must be logged in to vote

Your first example has extracted the heads for all times. The data has dimensions [output_times, nlay, nrow, ncol], where output_times is the number of times you have output binary head data (specified in the oc file). It looks like you are using MODFLOW-2000, so the -999 values are either the HNOFLO or HDRY value you have specified in your input files. You can retrieve the head for individual times using .get_data().

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@zargol7419
Comment options

Answer selected by zargol7419
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants