Skip to content

Commit fc70551

Browse files
author
Sylfest Glimsdal
committed
update
1 parent d1a4c80 commit fc70551

2 files changed

Lines changed: 94 additions & 42 deletions

File tree

calculate_MIH/calculate_MIH.ipynb

Lines changed: 93 additions & 42 deletions
Large diffs are not rendered by default.

calculate_MIH/waveform.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ def waveform(time,eta,out,plot_dir,treshold=0.05,plot=False,quiet=True, tsample=
255255
plt.xlabel("Time [hrs]")
256256
plt.ylabel("Surface elevation [m]")
257257
txt=f"{plot_dir}/{out}_eta.png"
258+
plt.show()
258259
plt.savefig(txt)
259260
print(f"\nInspect plot: {txt}")
260261
plt.clf()

0 commit comments

Comments
 (0)