Skip to content

Commit

Permalink
restore the line to initialize 'raterr2' as zero (NOAA-EMC#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzemc committed Dec 20, 2023
1 parent 2353eaa commit 275ee0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gsi/setuprad.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1801,6 +1801,7 @@ subroutine setuprad(obsLL,odiagLL,lunin,mype,aivals,stats,nchanl,nreal,nobs,&
diagadd=zero
account_for_corr_obs = .false.
varinv0=zero
raterr2 = zero
!$omp parallel do schedule(dynamic,1) private(ii,m,k,asum)
do ii=1,nchanl
m=ich(ii)
Expand Down

0 comments on commit 275ee0d

Please sign in to comment.