Skip to content

Commit

Permalink
Gitub Issue #1801 Remove code that checks for -bmodel filter to suppo…
Browse files Browse the repository at this point in the history
…rt plotting of extra-tropical cyclone tracks that aren't verified against BEST tracks.
  • Loading branch information
bikegeek committed May 21, 2021
1 parent c2ab531 commit 7a88a83
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions met/scripts/Rscripts/plot_tcmpr.R
Original file line number Diff line number Diff line change
Expand Up @@ -477,14 +477,6 @@ for(i in 1:length(info_list)) {
cat("Found ", length(uniq_list), " unique entries for ", info_list[i], ": ",
paste(uniq_list, collapse=", "), "\n", sep='');

# Comment out to support plotting extra-tropical cyclone tracks not
# verified against BEST tracks
# Check for a single BDECK model
#if(info_list[i] == "BMODEL" & length(uniq_list) != 1) {
# cat("ERROR: Must have exactly 1 BDECK model name. ",
# "Try setting \"-bmodel name\" in the \"-filter\" option.\n");
# quit(status=1);
#}
}

########################################################################
Expand Down

0 comments on commit 7a88a83

Please sign in to comment.