Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into opexscalingfix
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccamccabe committed Feb 23, 2024
2 parents 6d6d0b8 + 4bb0105 commit ca0418b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mdocean/simulation/run/check_max_CW.m
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,13 @@
colorbar
grid on
title('CW / CW_{max}')

figure
plot(p.T,ratio(1,:))
xlabel('Wave Period T (s)')
ylabel('CW / CW_{max}')
hold on
plot([min(p.T) max(p.T)], [1 1], 'k--')
improvePlot
end

0 comments on commit ca0418b

Please sign in to comment.