-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Small Assimilation Increment in EnKF Analysis Function #108
Comments
Additionally, I tested the Input and Output Details:
|
Hello, and sorry for the late reply. As can be seen from the printouts of the state ensemble |
Issue Description:
Hello everyone,
I've been using DAPPER, and it's indeed a fantastic toolkit for getting started with ensemble assimilation—very cool! However, I've encountered a puzzling issue while testing the EnKF method.
I performed a test on the
def EnKF_analysis(E, Eo, hnoise, y, upd_a, stats=None, ko=None)
function within theEnKF class
. In this test, only the [0] position of the state vector had an observation, and its value was 2.39253506. My concern is that the change (increment) at the [0] position before and after assimilation is very small. Shouldn't it be very close to 2.39253506?I'm using the DAPPER version from the GitHub repository, downloaded as a zip and installed directly on December 15, 2023.
Input and Output Details:
Any insights or guidance on what might be causing this behavior would be greatly appreciated!
Thank you!
The text was updated successfully, but these errors were encountered: