Skip to content

Commit

Permalink
Merge pull request #1805 from dtcenter/task_1801_plot_tcmpr
Browse files Browse the repository at this point in the history
Bugfix 1801 main_v10.0 plot_tcmpr
  • Loading branch information
bikegeek authored May 21, 2021
2 parents 4984596 + de18798 commit e7b3bcd
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions met/scripts/Rscripts/plot_tcmpr.R
Original file line number Diff line number Diff line change
Expand Up @@ -477,12 +477,14 @@ 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);
}
#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 e7b3bcd

Please sign in to comment.