Skip to content

Commit

Permalink
Github Issue #328 TCMPR plotter gallery documentation. Update the con…
Browse files Browse the repository at this point in the history
…fig file to generate more plot types.
  • Loading branch information
bikegeek committed Dec 4, 2019
1 parent 002f971 commit c6d3a54
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions parm/use_cases/met_tool_wrapper/TCMPRPlotter.conf
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@ VALID_END =
TCMPR_PLOTTER_CONFIG_FILE = {PARM_BASE}/use_cases/track_and_intensity/tcmpr_customize.conf
TCMPR_PLOTTER_PREFIX =
TCMPR_PLOTTER_TITLE =
TCMPR_PLOTTER_SUBTITLE =
TCMPR_PLOTTER_SUBTITLE = Your Subtitle Goes Here
TCMPR_PLOTTER_XLAB =
TCMPR_PLOTTER_YLAB =
TCMPR_PLOTTER_YLAB = Your y-label Goes Here
TCMPR_PLOTTER_XLIM =
TCMPR_PLOTTER_YLIM =
TCMPR_PLOTTER_FILTER =
# The tcst data file to be used instead of running the MET tc_stat tool
TCMPR_PLOTTER_FILTERED_TCST_DATA_FILE =
# Comma separated, no whitespace. Default is TK_ERR (track error) unless
# otherwise indicated.
TCMPR_PLOTTER_DEP_VARS =
TCMPR_PLOTTER_DEP_VARS = AMSLP-BMSLP,AMAX_WIND-BMAX_WIND,TK_ERR
TCMPR_PLOTTER_SCATTER_X =
TCMPR_PLOTTER_SCATTER_Y =
TCMPR_PLOTTER_SKILL_REF =
Expand All @@ -62,7 +62,7 @@ TCMPR_PLOTTER_LEGEND =
TCMPR_PLOTTER_LEAD =
# Default plot is boxplot, unless otherwise indicated. If box plot is needed
# in addition to other plots, this needs to be indicated.
TCMPR_PLOTTER_PLOT_TYPES =
TCMPR_PLOTTER_PLOT_TYPES = MEAN, MEDIAN
TCMPR_PLOTTER_RP_DIFF =
TCMPR_PLOTTER_DEMO_YR =
TCMPR_PLOTTER_HFIP_BASELINE =
Expand All @@ -81,9 +81,6 @@ TCMPR_PLOTTER_SAVE = no
#
[dir]
# Location of your model data of interest
INPUT_BASE = /path/to
OUTPUT_BASE = /path/to
MET_INSTALL_DIR = /path/to
TC_PAIRS_OUTPUT_DIR = {INPUT_BASE}/tc_pairs
TCMPR_PLOTTER_TCMPR_DATA_DIR = {TC_PAIRS_OUTPUT_DIR}
TCMPR_PLOTTER_PLOT_OUTPUT_DIR = {OUTPUT_BASE}/tcmpr_plots
Expand Down

0 comments on commit c6d3a54

Please sign in to comment.