Skip to content

Commit 56e4782

Browse files
committed
Calibrating storms and background erosion rates; good hindcast progress for 1978-1997.
1 parent ad2b77a commit 56e4782

File tree

74 files changed

+496
-267
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+496
-267
lines changed

scripts/analyze_outputs/figure_making/gif_plot_script.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,8 @@ def _plot_frame(AnimateDomain, time_val, OriginY, z_lim, y_lim,
390390
# MAIN EXECUTION
391391
# =============================================================================
392392

393-
os.chdir(r'C:\Users\hanna\PycharmProjects\CASCADE\output\raw_runs\HAT_1978_1997_Natural_State')
394-
run_name = "HAT_1978_1997_Natural_State"
393+
os.chdir(r'C:\Users\hanna\PycharmProjects\CASCADE\output\raw_runs\HAT_1978_1997_Natural_State_ModStorms.csv')
394+
run_name = "HAT_1978_1997_Natural_State_ModStorms.csv"
395395
name_prefix = run_name
396396
nt_run = 19 # Number of years to plot
397397

@@ -408,7 +408,7 @@ def _plot_frame(AnimateDomain, time_val, OriginY, z_lim, y_lim,
408408

409409
if include_buffers:
410410
# Plot ALL domains (real + buffers)
411-
Model_Grids_Of_Interest = range(total_domains) # 0 .. total_domains - 1
411+
Model_Grids_Of_Interest = range(26, 33) #range(total_domains)
412412
first_domain_index = 0
413413
else:
414414
# Plot ONLY real domains (no buffers)

0 commit comments

Comments
 (0)