-
Notifications
You must be signed in to change notification settings - Fork 5
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
Convert Q-Q plot to use multi-model cycling more effectively #808
Labels
enhancement
New feature or request
Comments
Closed
jfrost-mo
added a commit
that referenced
this issue
Aug 23, 2024
Q-Q plot recipe is partially converted, pending Issue #808.
jfrost-mo
added a commit
that referenced
this issue
Aug 27, 2024
Q-Q plot recipe is partially converted, pending Issue #808.
jfrost-mo
added a commit
that referenced
this issue
Sep 16, 2024
Q-Q plot recipe is partially converted, pending Issue #808.
jfrost-mo
added a commit
that referenced
this issue
Sep 27, 2024
Q-Q plot recipe is partially converted, pending Issue #808.
This is solved with the same multi-model support as the difference plots need. |
jfrost-mo
added a commit
that referenced
this issue
Jan 17, 2025
This change switches to a generated rose-meta.conf, so it is much easier to maintain. It also removes a number of obsolete keys, updates descriptions, makes analysis_offset and analysis_period per-model, and removes the s/crimes against rose edit/mapping between model and fieldname/. One of the biggest changes is the move to a simple list for model fields instead of the complicated table affair we had before. Fixes #667 Fixes #808 Fixes #817 Fixes #859
jfrost-mo
added a commit
that referenced
this issue
Jan 17, 2025
This change switches to a generated rose-meta.conf, so it is much easier to maintain. It also removes a number of obsolete keys, updates descriptions, makes analysis_offset and analysis_period per-model, and removes the s/crimes against rose edit/mapping between model and fieldname/. One of the biggest changes is the move to a simple list for model fields instead of the complicated table affair we had before. Fixes #667 Fixes #808 Fixes #817 Fixes #859
jfrost-mo
added a commit
that referenced
this issue
Jan 21, 2025
This change switches to a generated rose-meta.conf, so it is much easier to maintain. It also removes a number of obsolete keys, updates descriptions, makes analysis_offset and analysis_period per-model, and removes the s/crimes against rose edit/mapping between model and fieldname/. One of the biggest changes is the move to a simple list for model fields instead of the complicated table affair we had before. Fixes #667 Fixes #808 Fixes #817 Fixes #859
7 tasks
jfrost-mo
added a commit
that referenced
this issue
Jan 23, 2025
This change switches to a generated rose-meta.conf, so it is much easier to maintain. It also removes a number of obsolete keys, updates descriptions, makes analysis_offset and analysis_period per-model, and removes the s/crimes against rose edit/mapping between model and fieldname/. One of the biggest changes is the move to a simple list for model fields instead of the complicated table affair we had before. Fixes #667 Fixes #808 Fixes #817 Fixes #859 Update example rose-suite.conf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What problem does your feature request solve?
Converting the recipes in #765 that one that causes me the most trouble was the basic QQ plot. This is due to it talking quite a lot of inputs, and having its own cycling built in. I did a minimal conversion, however it now acts quite differently from the other operators. I'd like to convert it, but it needed more attention, thus I have broken it into its own issue.
Describe the solution you'd like
Not sure yet. Need to figure out what we might want to plot with it, and how it relates to plots involving multiple models.
Describe alternatives you've considered
Ditch the QQ plot? It seems quite useful though, so I don't want to do that.
The text was updated successfully, but these errors were encountered: