Skip to content

Commit 7036600

Browse files
committed
Saving and accumulating model background variables in model domains
(instead of DA domains to help efficiency and ML inference)
1 parent 6e12fcb commit 7036600

File tree

2 files changed

+163
-86
lines changed

2 files changed

+163
-86
lines changed

src/core/MOM.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ subroutine step_MOM(forces_in, fluxes_in, sfc_state, Time_start, time_int_in, CS
10301030

10311031
if (CS%ensemble_ocean) then
10321032
! store ensemble vector in odaCS
1033-
call set_prior_tracer(CS%Time, G, GV, CS%h, CS%tv, CS%odaCS)
1033+
call set_prior_tracer(CS%Time, G, GV, CS%h, CS%tv, CS%u, CS%v, CS%odaCS)
10341034
! call DA interface
10351035
call oda(CS%Time,CS%odaCS)
10361036
! update the time for the next analysis step if needed

0 commit comments

Comments
 (0)