Hi Dave,
The ice diagnostic script "ice_diag_20120323" seems to be lacking support for gx1v6 grids:
fatal:ContourPlotDraw: coordinates are out of range for drawing over a map: standard AreaFill rendering method will not work;
consider setting the resource trGridType to "TriangularMesh" if coordinates contain missing values
fatal:ContourPlotDraw: coordinates are out of range for drawing over a map: standard AreaFill rendering method will not work;
consider setting the resource trGridType to "TriangularMesh" if coordinates contain missing values
It took me a while to figure out what was wrong. It turns out NCL doesn't like the missing values in the TLAT and TLON arrays of this grid. Although I can create a dirty hack myself, perhaps you do have a proper fix for this?
Thanks,
Leo
The ice diagnostic script "ice_diag_20120323" seems to be lacking support for gx1v6 grids:
fatal:ContourPlotDraw: coordinates are out of range for drawing over a map: standard AreaFill rendering method will not work;
consider setting the resource trGridType to "TriangularMesh" if coordinates contain missing values
fatal:ContourPlotDraw: coordinates are out of range for drawing over a map: standard AreaFill rendering method will not work;
consider setting the resource trGridType to "TriangularMesh" if coordinates contain missing values
It took me a while to figure out what was wrong. It turns out NCL doesn't like the missing values in the TLAT and TLON arrays of this grid. Although I can create a dirty hack myself, perhaps you do have a proper fix for this?
Thanks,
Leo