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

Enables LIS to process two observation types in one DA instance. #1416

Open
cmclaug2 opened this issue Sep 20, 2023 · 0 comments
Open

Enables LIS to process two observation types in one DA instance. #1416

cmclaug2 opened this issue Sep 20, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@cmclaug2
Copy link
Contributor

Formally opening a tread for reading and processing 2 separate fields from one data source. @KUL-RSDA has implemented this feature in #1415 as a way to jointly assimilate VH and VV backscatter retrievals. This is referenced in #1192. This was done exclusively for the ensemble Kalman filter. This feature can be propagated to the other DA algorithms.

In enkf_Mod.F90; within the “writeInnovationOutput” subroutine, the innovation files were changed from being defined as 2 dimensional to being defined as 3 dimensional.

This feature should be propagated to the writeInnovaionOutput() subroutine called in:

  • ensrf_Mod.F90; line 772
  • pf_Mod.F90; line 643
  • ekf_Mod.F90; line 804
  • enksgrace_Mod.F90; line 668
  • Enkf_Mod.F90; line 668
@cmclaug2 cmclaug2 added the enhancement New feature or request label Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant