uwefladrich / scriptengine-tasks-ecearth

ScriptEngine tasks for the EC-Earth model
GNU General Public License v3.0
3 stars 3 forks source link

AtmosphereMap visualization: Replace scatter plot #5

Open valentinaschueller opened 4 years ago

valentinaschueller commented 4 years ago

Idea: a loop over latitudes and a call to pcolormesh for every latitude. But first: Wait how OpenIFS NetCDF output is loaded by Iris.

valentinaschueller commented 1 year ago

We have the same issue with the NetCDF output as before with GRIB output: Iris is not able to load the grid in a structured way and we have kept on creating a scatter plot with the atmosphere output data. @JanStreffing suggested that we could try using Matplotlib's tricontourf(). This might be a good compromise between the scatter plot and writing (hacking) a custom plotting routine for this type of grid.