You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 772pf_Mod.F90
; line 643ekf_Mod.F90
; line 804enksgrace_Mod.F90
; line 668Enkf_Mod.F90
; line 668The text was updated successfully, but these errors were encountered: