Skip to content

Commit

Permalink
#1943 load SEEPS climo if activated
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Dec 5, 2022
1 parent 84efc94 commit c95fcb4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/libcode/vx_statistics/pair_data_point.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1479,17 +1479,12 @@ void VxPairDataPoint::set_obs_perc_value(int percentile) {
////////////////////////////////////////////////////////////////////////

void VxPairDataPoint::load_seeps_climo() {
bool loaded = false;
for(int i=0; i < n_msg_typ; i++){
for(int j=0; j < n_mask; j++){
for(int k=0; k < n_interp; k++){
pd[i][j][k].load_seeps_climo();
loaded = true;
break;
}
if (loaded) break;
}
if (loaded) break;
}
}

Expand Down

0 comments on commit c95fcb4

Please sign in to comment.