Skip to content

Commit

Permalink
Hotfix to the develop branch for a copy/paste bug introduced by PR #2939
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Jul 30, 2024
1 parent c593187 commit 092205d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/core/grid_stat/grid_stat.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1797,7 +1797,7 @@ void process_scores() {
ocmn_dp_smooth = ocmn_dp;

// Reset forecast climo spread since it does not apply to Fourier decomposition
if(!fcst_dp.is_empty()) fcsd_dp.set_constant(bad_data_double);
if(!fcsd_dp.is_empty()) fcsd_dp.set_constant(bad_data_double);

// Reset observation climo spread since it does not apply to Fourier decomposition
if(!ocsd_dp.is_empty()) ocsd_dp.set_constant(bad_data_double);
Expand Down

0 comments on commit 092205d

Please sign in to comment.