Skip to content

Commit

Permalink
change expected path to WRF data to exclude wrfout directory
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe authored Oct 25, 2024
1 parent fab3623 commit 280b9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion use_cases/Hurricane_Matthew/Visualization/plot_wrf.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def main(script_config_opts):
cycle_dt_str = cycle_dt.strftime(fmt_yyyymmdd_hh)
cycle_dt_plot = cycle_dt.strftime(fmt_time_plot)
start_time_plot = 'Start: ' + cycle_dt_plot
wrf_dir = script_config_opts['wrf_dir_parent'].joinpath(cycle_dt_str, 'wrfout')
wrf_dir = script_config_opts['wrf_dir_parent'].joinpath(cycle_dt_str)
out_dir = script_config_opts['out_dir_parent'].joinpath(cycle_dt_str, 'plots')

# Build an array of the valid datetimes that need to be read and plotted
Expand Down

0 comments on commit 280b9e2

Please sign in to comment.