How to modify the loaded model package data with pandas and run_modelflow?? #2245
Answered
by
p-ortega
GroundwaterSimulationOptimization
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
p-ortega
Aug 27, 2024
Replies: 1 comment
-
hey @GroundwaterSimulationOptimization Here is something to get you started If you've modified the wel spd as needed into a new variable
it should work with if you save the wel pack with a different name don't forget to update the Cheers |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wpbonelli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hey @GroundwaterSimulationOptimization
Here is something to get you started
If you've modified the wel spd as needed into a new variable
new_spd
, then adding it to thewel
package would be something like this:it should work with
new_spd
being a df or dictionaryif you save the wel pack with a different name don't forget to update the
nam
fileCheers