Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion var/da/da_minimisation/da_get_innov_vector.inc
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ subroutine da_get_innov_vector (it, num_qcstat_conv, ob, iv, grid, config_flags)
! [3] Optionally rescale observation errors:
!------------------------------------------------------------------------

if (use_obs_errfac) call da_use_obs_errfac( iv)
if (use_obs_errfac .and. it == 1) call da_use_obs_errfac(iv)

!------------------------------------------------------------------------
! [4] Optionally add Gaussian noise to O, O-B:
Expand Down