Skip to content

Flopy load recharge package #1482

Answered by jlarsen-usgs
mahaderony asked this question in Q&A
Discussion options

You must be logged in to vote

You can either change the unit number you are using for your drawdown in the OC and name files or you can update the recharge unit number in flopy.

Ex 1. change unit number of drawdown
In the OC input file
DRAWDOWN SAVE UNIT 72

In the Name file

DATA(BINARY) 72 Carrier.ddn

Ex 2, change the recharge package unit number in FloPy

ml = flopy.modflow.Modflow.load("my model")
ml.rch.unit_number = [15]

Replies: 1 comment 1 reply

Comment options

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

Answer selected by mahaderony
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