You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The timeseries plotter appears to be picking up values that it should not.
These issues were noted in #533, for nonstandard plots (so the problem might be my editing of the timeseries script, rather than a problem originally in the script). They occur with all types of forcing (JRA, CORE, NCARbulk). I'm attaching two examples, one for sst and one for the area-weighted total energy plots. examples.zip
The last values (~1.5e6) in the latter four lines in the diff_sst file appear to correspond with the four spikes in the plot. The timeseries plot was created with timeseries_all.csh, which greps on the "ssh (C)" form, so I don't think it should be picking up these values. But maybe I don't understand how the script works. Could this be a line-continuation problem?
A similar thing seems to be happening in the arwt_tot_energy plot (but not for the arwt_tot_energy_chng plot).
I didn't try the python script.
Also, it might be nice to add options for plotting more variables to the script (or add scripts). Just a thought.
The text was updated successfully, but these errors were encountered:
@rallard77 Had contacted me last week about a similar issue. I think I have a quick fix for both the timeseries.csh and timeseries.py scripts that should resolve the issue with these fields. I'm testing it now, and will create a PR once I'm satisfied with the change.
Also, it might be nice to add options for plotting more variables to the script (or add scripts). Just a thought.
A while back I briefly tried adding an option to allow users to pass variables as command line arguments. I forget the issues that I ran into, but I can look at it again.
* Update the timeseries plots to accurately extract data from log files. Also add an option to plot SST from the python plotting script. This addresses issue #538
* Fix 2 typos
* Remove SST and arwt tot mass from list of fields to plot
The timeseries plotter appears to be picking up values that it should not.
These issues were noted in #533, for nonstandard plots (so the problem might be my editing of the timeseries script, rather than a problem originally in the script). They occur with all types of forcing (JRA, CORE, NCARbulk). I'm attaching two examples, one for sst and one for the area-weighted total energy plots.
examples.zip
In the sst example,
The last values (~1.5e6) in the latter four lines in the diff_sst file appear to correspond with the four spikes in the plot. The timeseries plot was created with timeseries_all.csh, which greps on the "ssh (C)" form, so I don't think it should be picking up these values. But maybe I don't understand how the script works. Could this be a line-continuation problem?
A similar thing seems to be happening in the arwt_tot_energy plot (but not for the arwt_tot_energy_chng plot).
I didn't try the python script.
Also, it might be nice to add options for plotting more variables to the script (or add scripts). Just a thought.
The text was updated successfully, but these errors were encountered: