Iris world,
I have been looking at how Iris can be used with NetCDF files from WRF. I managed to convert the information in the WRF NetCDF file to something which Iris can understand - the main issue was creating the correct coordinate (in my case lambert). This at least plotted the data correctly and was the bare minimum.
I have been thinking how best to proceed with this - I am currently using a callback to perform the conversion but I see there is some information how to support new formats - e.g.
http://scitools.org.uk/iris/docs/latest/examples/graphics/custom_file_loading.html#custom-file-loading. Also spotted
http://foehn.colorado.edu/wrfout_to_cf/ which might contain more information how to convert WRF output to CF compliance.
Anyone else looked into this? Happy to work together on this.
Tom