Skip to content
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

Fixes to allow time interpolation #8

Merged
merged 3 commits into from
Jun 20, 2022
Merged

Fixes to allow time interpolation #8

merged 3 commits into from
Jun 20, 2022

Conversation

twsearle
Copy link
Collaborator

@twsearle twsearle commented Jun 17, 2022

Use OOPS getValues for time interpolation of the model background state. This required two fixes:

  • Use Configuration rather than Parameters for LocalIntepolator. We ought to add support for Parameters to the OOPS Interpolator interface at some point.
  • State::read wasn't actually reading the state. This is necessary for the psuedo-forecast to do anything at all

Also required:

  • Update the test observations to enable a test of the time interpolation.
  • Update the hofx_odb_ice example and the ice test output following the fixes.

Tests will fail unless nemo-feedback#15 is also merged at the same time as this pull request.

twsearle added 2 commits June 17, 2022 19:02
Use OOPS getvalues for time interpolation. This required two fixes:
  * Use Configuration rather than Parameters for LocalIntepolator. We
    ought to add support for Parameters to the OOPS Interpolator
    interface at some point.
  * State::read wasn't actually reading the state. This is necessary
    for the psuedo-forecast to do anything at all

Update the test observations to enable a test of the time interpolation.
Update the hofx_odb_ice example and the ice test output following the
fixes.
@twsearle twsearle requested a review from s-good June 17, 2022 19:17
@twsearle twsearle merged commit 2513d9e into MetOffice:develop Jun 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant