Replies: 1 comment
-
moved to email support. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I am using DART-9.16.4 to intergate my surface flux transport model and reconstruct a model variable by assimilating magnetic field values. In order to generate expected_obs for filter stage I should have access to all the state vector values if ens_size = 20, then 20 values of the state vector at that iteration. Within the model_interpolate routine If I have the values of e. g. 20 states, then I can pass them to my srface flux transport model for that time instance and generate 20 expected observations. This would be passed to expected_obs array for assimilation within the DART framework.
Can anone suggest a suitable subroutine or function to achieve the same?
Thanks a lot in advance.
Beta Was this translation helpful? Give feedback.
All reactions