Conversation
|
Usage is: An example call (plotting aircraft temperature OmFs over CONUS below 700hPa) is: |
|
Converting to an actual pull request. It would be good to have this merged into develop before trying to merge with the radiance version. This version has a number of capabilities that are not in the radiance version:
However, the Summary Plot capability is not yet functional for conventional. |
|
@dmerkova Thanks for looking into this. The difference plot looks correct to me assuming you are only adding a small number of aircraft. Plotting the experiment version of the count plot, it looks very similar to the control.
Maybe if you plot flight level the differences would be more obvious? You seem to be interpreting the I will fix the issues with some of the output file names. |
|
This section of code makes sure we do not plot the Average and RMS where the counts differ wildly between the control and experiment so we do not have spurious differences dominating the plot. But it should not affect the counts themselves. (I also realise this is wrong, so I need to fix it). |




This is a parallel utility to
ush/SpatialTemporalStatsTool/SpatialTemporalStats.pywhich works for conventional data.In addition I have added a CONUS projection and changes the polar ones to polar stereographic.
I am also working on producing difference plots between two experiments.
Eventually I hope this can be combined with
ush/SpatialTemporalStatsTool/SpatialTemporalStats.py.