Skip to content

Commit

Permalink
Refine oneob test
Browse files Browse the repository at this point in the history
	modified:   ../src/gsi/setupfed.f90
  • Loading branch information
hongli-wang committed Sep 29, 2023
1 parent 4d20a02 commit dd2bb23
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/gsi/setupfed.f90
Original file line number Diff line number Diff line change
Expand Up @@ -574,12 +574,14 @@ subroutine setupfed(obsLL,odiagLL,lunin,mype,bwork,awork,nele,nobs,is,fed_diagsa
else
ddiff = oneobddiff
data(ifedob,i) = FEDMdiag(i)+ddiff
oneobvalue = data(ifedob,i)
endif
write(6,*)"FED_ONEOB: O_Val,B_Val= ",data(ifedob,i),FEDMdiag(i)
write(6,*)"FED_ONEOB: Innov,Error= ",ddiff,magoberr
else
ddiff = data(ifedob,i) - FEDMdiag(i)
end if
data(ifedob,i) = oneobvalue
ddiff = oneobvalue - FEDMdiag(i)
end if
end if !oneob

! Gross error checks
Expand Down

0 comments on commit dd2bb23

Please sign in to comment.