<div dir="ltr">Hello, ncl helper,<div><br></div><div>I trying to plot MERRA-2 reanalysis data in NCL using gsn_contour_map. I am only interested in west coast of US.  But I can not get the zoom in plot correctly by using resources:</div><div><div><br></div><div>  res@mpMinLatF               = 30</div><div>  res@mpMaxLatF               = 45</div><div>  res@mpMinLonF               = -130</div><div>  res@mpMaxLonF               = -110</div></div><div><br></div><div>The warning shows:</div><div><div>warning:ContourPlotDraw: out of range coordinates encountered; standard AreaFill rendering method may be unreliable;</div><div> consider setting the resource trGridType to "TriangularMesh" if coordinates contain missing values</div></div><div><br></div><div>Attachment is my script. The info of MERRA-2 O3 data from printVarSummary is:</div><div> ------------------------------</div><div><div>Variable: o3</div><div>Type: float</div><div>Total Size: 279465984 bytes</div><div>            69866496 values</div><div>Number of Dimensions: 4</div><div>Dimensions and sizes:   [time | 8] x [lev | 42] x [lat | 361] x [lon | 576]</div><div>Coordinates:</div><div>            time: [0..1260]</div><div>            lev: [1000..0.1000000014901161]</div><div>            lat: [ -90..  90]</div><div>            lon: [-180..179.375]</div><div>Number Of Attributes: 11</div><div>  long_name :   ozone_mass_mixing_ratio</div><div>  units :       kg kg-1</div><div>  _FillValue :  1e+15</div><div>  missing_value :       1e+15</div><div>  fmissing_value :      1e+15</div><div>  scale_factor :         1</div><div>  add_offset :   0</div><div>  standard_name :       ozone_mass_mixing_ratio</div><div>  vmax :        1e+15</div><div>  vmin :        -1e+15</div><div>  valid_range : ( -1e+15, 1e+15 )</div></div><div>---------------------------------------------------------</div></div>