Lining up par obs ensembles #246
wkitlasten
started this conversation in
General
Replies: 1 comment 1 reply
-
|
You could tell ies to save lambda ensembles and then use those to check the phi values ies is reporting for a given par realization? That 0:1 is telling you that for the 45 subset realizations, the first realization that was selected was the realization named "1". The 1:1 is telling you that the second realization in the obs ensemble is named "1"...I'll leave convincing yourself to you! Haha |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sorry, I am struggling with this again. I have read section 9.2.6 and my tiny brain can't quite grok it.
In this particular case I am passing ies_parameter_ensemble, ies_restart_observation_ensemble, and ies_observation_ensemble from a base run (noptmax=0). Some runs were dropped at the start of the HM run due to bad_phi:
The subset idx:pe does not line up with idx:oe (0:1 vs 1:1) even though realization 0 was not dropped and all ensembles have the same number of realizations (same index 0:nreals).
So, how do I convince myself the realization number are properly aligned during the HM runs?
Beta Was this translation helpful? Give feedback.
All reactions