<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:14pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p></p>
<div>Hi NCL users,</div>
<div><br>
</div>
<div>
<div>I am trying to interpolate a data to a resolution of 1x1, but it is returning the following error:</div>
<div><br>
</div>
<div>Thank you any collaboration</div>
</div>
<div><br>
</div>
<div>(0)<span class="Apple-tab-span" style="white-space:pre"> </span>get_src_grid_info: source lat dims = (120,120)</div>
<div>(0)<span class="Apple-tab-span" style="white-space:pre"> </span>get_src_grid_info: source lon dims = (120,120)</div>
<div>(0)<span class="Apple-tab-span" style="white-space:pre"> </span>get_src_grid_info: source grid type is 'curvilinear'</div>
<div>(0)<span class="Apple-tab-span" style="white-space:pre"> </span>curvilinear_to_SCRIP: calculating grid corners...</div>
<div>(0)<span class="Apple-tab-span" style="white-space:pre"> </span>curvilinear_to_SCRIP: no lat values are at the poles, so</div>
<div>(0)<span class="Apple-tab-span" style="white-space:pre"> </span>&nbsp; &nbsp; &nbsp; calculating grid corners using</div>
<div>(0)<span class="Apple-tab-span" style="white-space:pre"> </span>&nbsp; &nbsp; &nbsp; calc_SCRIP_corners_noboundaries...</div>
<div>(0)<span class="Apple-tab-span" style="white-space:pre"> </span>calc_SCRIP_corners_noboundaries</div>
<div>(0)<span class="Apple-tab-span" style="white-space:pre"> </span>&nbsp; &nbsp; min/max original lat: 24.6335/89.8972</div>
<div>(0)<span class="Apple-tab-span" style="white-space:pre"> </span>&nbsp; &nbsp; min/max original lon: -179.998/179.975</div>
<div>(0)<span class="Apple-tab-span" style="white-space:pre"> </span>calc_SCRIP_corners_noboundaries</div>
<div>(0)<span class="Apple-tab-span" style="white-space:pre"> </span>&nbsp; &nbsp; min/max Extlat2d: 23.76/89.8972</div>
<div>(0)<span class="Apple-tab-span" style="white-space:pre"> </span>&nbsp; &nbsp; min/max Extlon2d: -179.998/179.975</div>
<div>(0)<span class="Apple-tab-span" style="white-space:pre"> </span>calc_SCRIP_corners_noboundaries</div>
<div>(0)<span class="Apple-tab-span" style="white-space:pre"> </span>&nbsp; &nbsp; min/max ExtGridCenter_lat: 24.1982/89.2938</div>
<div>(0)<span class="Apple-tab-span" style="white-space:pre"> </span>&nbsp; &nbsp; min/max ExtGridCenter_lon: -179.399/179.417</div>
<div>(0)<span class="Apple-tab-span" style="white-space:pre"> </span>get_dst_grid_info: destination lat dims = (360)</div>
<div>(0)<span class="Apple-tab-span" style="white-space:pre"> </span>get_dst_grid_info: destination lon dims = (360)</div>
<div>(0)<span class="Apple-tab-span" style="white-space:pre"> </span>get_dst_grid_info: Error: the lat/lon arrays are both 1D and the same length.</div>
<div>(0)<span class="Apple-tab-span" style="white-space:pre"> </span>&nbsp; This could be a rectilinear or unstructured grid. Please set 'grid_type'</div>
<div>(0)<span class="Apple-tab-span" style="white-space:pre"> </span>&nbsp; to 'rectilinear' or 'unstructured'.</div>
<div><br>
</div>
<br>
<p></p>
<p></p>
<div>Variable: varSrc0</div>
<div>Type: float</div>
<div>Total Size: 323481600 bytes</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 80870400 values</div>
<div>Number of Dimensions: 3</div>
<div>Dimensions and sizes:<span class="Apple-tab-span" style="white-space:pre"> </span>
[Time | 156] x [XLAT | 720] x [XLONG | 720]</div>
<div>Coordinates:&nbsp;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Time: [868188..981394.5]</div>
<div>Number Of Attributes: 6</div>
<div>&nbsp; FieldType :<span class="Apple-tab-span" style="white-space:pre"> </span>104</div>
<div>&nbsp; MemoryOrder :<span class="Apple-tab-span" style="white-space:pre"> </span>
XY&nbsp;</div>
<div>&nbsp; description :<span class="Apple-tab-span" style="white-space:pre"> </span>
LATENT HEAT FLUX AT THE SURFACE</div>
<div>&nbsp; units :<span class="Apple-tab-span" style="white-space:pre"> </span>W m-2</div>
<div>&nbsp; stagger :<span class="Apple-tab-span" style="white-space:pre"> </span></div>
<div>&nbsp; coordinates :<span class="Apple-tab-span" style="white-space:pre"> </span>
XLONG XLAT</div>
<div><br>
</div>
<div>
<div>Opt &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= True</div>
<div>Opt@SrcGridLat &nbsp; &nbsp; = latSrc</div>
<div>Opt@SrcGridLon &nbsp; &nbsp; = lonSrc</div>
<div>Opt@DstGridLat &nbsp; &nbsp; = latDst</div>
<div>Opt@DstGridLon &nbsp; &nbsp; = lonDst</div>
<div>Opt@SrcRegional &nbsp; &nbsp;= True ; because the source grid (ASR) &nbsp;is a regional grid</div>
<div>Opt@DstRegional &nbsp; &nbsp;= False ; if regriddin to global; set to True if smoothing ASR</div>
<div>Opt@InterpMethod &nbsp; = &quot;bilinear&quot; ; this is the default method</div>
<div>Opt@NoPETLog &nbsp; &nbsp; &nbsp; = True</div>
<div>Opt@RemoveSrcFile &nbsp;= True</div>
<div>Opt@RemoveDstFile &nbsp;= True</div>
<div>Opt@RemoveWgtFile &nbsp;= True</div>
<div>Opt@Debug &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= True ; set this to False to make it less verbose</div>
<div>Opt@CopyVarCoords &nbsp;= True ; if True, the lat-lon data will be attached as</div>
<div>Opt@ForceOverwrite = True</div>
<div><br>
</div>
<div></div>
<div><br>
</div>
<div>; Regridding function</div>
<div><br>
</div>
<div>varDst0 = ESMF_regrid(varSrc0,Opt)</div>
<br>
</div>
<br>
<p></p>
</div>
</body>
</html>