-
Notifications
You must be signed in to change notification settings - Fork 27
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
Expected and actual DOFS #296
Comments
Here is another example of this issue as I have faced it a lo t during my work. |
Hi @alvv1986 and @elenagjyli. Thanks for writing. We were able to confirm this is happening for other regions as well. @laestrada tells me it is because of the updates in pull request #269. The calculation of DOFs in the IMI preview was updated there because the expected DOFs were previously too low. In particular, the mask around observations was expanded to account for transportation (see code below). Two concentric rings are currently used which was found to work well for the Permian case but now we see it might not work for other regions. It may be that we need to reconsider this code to better estimate DOFs across all regions in the IMI preview. integrated_methane_inversion/src/inversion_scripts/imi_preview.py Lines 593 to 603 in 0dc30a6
|
Name and Institution (Required)
Name: Angel Vela
Institution: Aarhus University
New IMI feature or discussion
Hi IMI community,
Running the preview mode for a small domain over northern Europe provides a expected DOFS of ~12, but then when I run the inversion, it is calculated an actual DOFS of ~2. Can anyone please explain what might be causing this significant difference?
Thank you
The text was updated successfully, but these errors were encountered: