<div dir="ltr"><div class="gmail_default" style="font-size:small">It does look like there&#39;s an issue with the missing value. Did you actually look at the data to make sure the values look okay?  One way to tell quickly if your original variable looks reasonable is to use printVarSummary and printMinMax:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">printVarSummary(var)</div><div class="gmail_default" style="font-size:small">printMinMax(var,0)</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Can you email me your <a href="http://test.nc">test.nc</a> file offline, if it&#39;s not too large? If it&#39;s large, then use our ftp:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><div class="gmail_default">    ftp <a href="http://ftp.ucar.edu">ftp.ucar.edu</a></div><div class="gmail_default">    &lt;log in as &quot;anonymous&quot;&gt;</div><div class="gmail_default">    &lt;Use email address as password&gt;</div><div class="gmail_default">    cd /pub/scd/haley</div><div class="gmail_default">    get</div><div class="gmail_default">    quit</div><div class="gmail_default"><br></div><div class="gmail_default">Thanks,</div><div class="gmail_default"><br></div><div class="gmail_default">--Mary</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 11, 2015 at 3:24 AM, Sujeong Lim <span dir="ltr">&lt;<a href="mailto:sjlim1202@gmail.com" target="_blank">sjlim1202@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>Dear. </div><div> </div><div>I want to convert my unstructured file to 1x1 grid file. ( My model output is similar with the CAM-SE.)</div><div> Ex) T (time, lev, ncol) -&gt; T (time,lev,lat,lon)</div><div>Since I have a missing value in the vertical levels, I will do interpolate horizontal first, and vertical. </div><div> </div><div>As a test, I tried to run the &#39;ESMF_unstruct_to_0.25deg.ncl&#39; </div><div> </div><div>In my thinking, I have to change the missing value. </div><div>And it has a problem to generate the weighting. </div><div>Could you help this problems? </div><div> </div><div>I attached my script and bottoms are my errros. </div><div>------ </div><div> </div><div>(0)     write_grid_description: source lat dims = (86400)<br>(0)     write_grid_description: source lon dims = (86400)<br>(0)     write_grid_description: source grid type is &#39;unstructured&#39;<br>(0)     unstructured_to_ESMF: triangulating the data ... this can be slow<br>(0)     min/max ElementVertices = 0/86399<br>(0)     unstructured_to_ESMF: total number of elements created: 172796</div><div> </div><div>GCTAREA: The three input points must be distinct.</div><div>GCTAREA: The three input points must be distinct.</div><div>GCTAREA: The three input points must be distinct.</div><div>... </div><div><br>(0) unstructured_to_ESMF: Element Area: min:-1.60316e-13 max:1e+30<br>(0) write_grid_description: destination grid type is &#39;1deg&#39;<br>(0) curvilinear_to_SCRIP: calculating grid corners...<br>(0) curvilinear_to_SCRIP: no lat values are at the poles, so<br>(0)        calculating grid corners using<br>(0)        calc_SCRIP_corners_noboundaries...<br>(0) calc_SCRIP_corners_noboundaries<br>(0)      min/max original lat: -89/89<br>(0)      min/max original lon: 0/359<br>(0) calc_SCRIP_corners_noboundaries<br>(0)      min/max Extlat2d: -90/90<br>(0)      min/max Extlon2d: -1/360<br>(0) calc_SCRIP_corners_noboundaries<br>(0)      min/max ExtGridCenter_lat: -89.5/89.5<br>(0)      min/max ExtGridCenter_lon: -0.5/359.5<br>(0) ESMF_regrid_gen_weights: number of processors used: 1<br>(0) --------------------------------------------------<br>(0) ESMF_regrid_gen_weights: the following command is about to be executed on the system:<br>(0) &#39;ESMF_RegridWeightGen --source <a href="http://source_grid_file.nc" target="_blank">source_grid_file.nc</a> --destination <a href="http://destination_grid_file.nc" target="_blank">destination_grid_file.nc</a> --weight <a href="http://unstruct_to_rect.nc" target="_blank">unstruct_to_rect.nc</a> --method bilinear --src_type ESMF -i --64bit_offset&#39;<br>(0) --------------------------------------------------<br>sh: ESMF_RegridWeightGen: command not found<br>(0) ESMF_regrid_gen_weights: output from &#39;ESMF_RegridWeightGen&#39;:<br>(0)      missing<br>(0) --------------------------------------------------</div><div>fatal:The result of the conditional expression yields a missing value. NCL can not determine branch, see ismissing function<br>fatal:[&quot;Execute.c&quot;:8128]:Execute: Error occurred at or near line 2291 in file /app/compilers/gcc/4.7.1/applib1/NCARG/6.1.2/lib/ncarg/nclscripts/esmf/ESMF_regridding.ncl</div><div>fatal:[&quot;Execute.c&quot;:8128]:Execute: Error occurred at or near line 3166 in file /app/compilers/gcc/4.7.1/applib1/NCARG/6.1.2/lib/ncarg/nclscripts/esmf/ESMF_regridding.ncl</div><div>fatal:[&quot;Execute.c&quot;:8128]:Execute: Error occurred at or near line 76 in file ESMF_unstruct_to_0.25deg.ncl</div><div> </div><div> </div><div> Thanks,</div><span class="HOEnZb"><font color="#888888"><div><br clear="all"> </div><div><br>-- <br></div><div><div dir="ltr"><div><div dir="ltr"><br> </div></div></div></div><br>-- <br><div><div dir="ltr"><div><div dir="ltr"><br> </div></div></div></div>
</font></span><br>_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>