Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Figures 6 and 8 when the time series is split #11

Open
cabanesc opened this issue Aug 28, 2023 · 1 comment
Open

Figures 6 and 8 when the time series is split #11

cabanesc opened this issue Aug 28, 2023 · 1 comment

Comments

@cabanesc
Copy link
Contributor

cabanesc commented Aug 28, 2023

As discussed at the 9th DMQC discussion meeting, when the time series is split (by modifying calseries in set_calseries.m), the OWC software selects a different set of the most stable theta levels for each part of the time series to estimate the salinity adjustment.
However, in Figures 6 and 8, the set of selected theta levels is exactly the same regardless of whether the time series is split. This is because the plot_diagnostics_ow.m function recalculates the 10 most stable theta levels using the entire time series.

Here is an example of Figure 8, obtained when the time series is not split, and when the time series is split at cycle 32.
image

The function plot_diagnostics_ow.m has been modified (in the "enhancements" branch of the matlab_owc repository) so that when the time series is split, Figure 6 and Figure 8 are displayed for each part of the time series, with the corresponding set of the 10 most stable theta levels.

Here is an example of the two Figures 8 obtained when the time series is split into two parts, at cycle 32.
image

In this case two plots 6 are also drawn. The first is for the two most stable theta levels in the first part of the time series (cycles 0-32), the second is for the two most stable theta levels in the second part of the time series (cycles 33-44).

image

The modified plot_diagnostics_ow.m can be dowloaded here

Any comments welcome!

@jlovellcsiro
Copy link

Thanks Cecile, I have tried and and like it!

7900914_8_split_1
7900914_8_split_2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants