Calibrating Only First Stress Period in PyEMU—How to Set Up add_observations() #575
-
Hi, In the pf.add_observations() function:
I feel like I should probably know this, but I would really appreciate any help or pointers. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You can still add all the simulated outputs from the mf6 observation csv file for all stress periods and then only set non-zero weights in the pest control file for the first stress period - only observations with non-zero weight have an influence during parameter adjustment. But its up to you to set the actual observation value in the pest control file for those non-zero weighted quantities. |
Beta Was this translation helpful? Give feedback.
-
Thank you! I was able to do this. |
Beta Was this translation helpful? Give feedback.
You can still add all the simulated outputs from the mf6 observation csv file for all stress periods and then only set non-zero weights in the pest control file for the first stress period - only observations with non-zero weight have an influence during parameter adjustment. But its up to you to set the actual observation value in the pest control file for those non-zero weighted quantities.