<div dir="ltr"><div>The coordinates are not one-dimensional.</div><div><br></div><div>The attribute 'coordinates'<br></div><div>      <b>coordinates : TLONG TLAT z_t time</b></div><div>tells you that the variables named: <b>TLONG</b> and <b>TLAT</b></div><div><b><br></b></div><div>contain the spatial coordinates for the (384,320) grid</div><div><br></div><div>======</div><div><b><a href="http://www.ncl.ucar.edu/Applications/iso.shtml">http://www.ncl.ucar.edu/Applications/iso.shtml</a></b></div><div><b><br></b></div><div>See:<b> iso_1.ncl </b>and<b> iso_4.ncl<br></b></div><div><br></div><div>  isot@lat2d = b->TLAT         ; used in graphics<br>  isot@lon2d = b->TLONG<br></div><div><b></b></div><div><br></div><div>=========</div><div><br></div><div><a href="http://www.ncl.ucar.edu/Applications/pop.shtml"><b>http://www.ncl.ucar.edu/Applications/pop.shtml</b></a></div><div><br></div><div>See:<b> <br></b></div><div>Basin/Mask:<b> popmask_1.ncl, popmask_2.ncl, popmask_3.ncl <br></b></div><div><b><br></b></div><div>Slices:<b> popslice_1.ncl, popslice_2,ncl     <br></b></div><div><b><br></b></div><div>Scalars:<b> popscal_1.ncl, popscal_2.ncl, popscal_3.ncl, popscal_4.ncl</b></div><div><b><br></b></div><div>Likely other examples<b><br></b></div><div><br></div><div><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Mar 22, 2021 at 1:19 AM Ashi Alam via ncl-talk <<a href="mailto:ncl-talk@mailman.ucar.edu">ncl-talk@mailman.ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div style="font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:13px"><div dir="ltr">dear NCL user,</div><div dir="ltr"><br></div><div dir="ltr">i am trying to run CESM pop file but it gives the error that no variable exist for nlat, i tried to name the dimension as well but it didn't work</div><div dir="ltr"> below are the summary and error </div><div dir="ltr"><br></div><div dir="ltr">thank you </div><div dir="ltr"><br></div><div dir="ltr"><br></div><div dir="ltr"><span><br></span></div><div dir="ltr"><div><div>Variable: sst1</div><div>Type: float</div><div>Total Size: 10616832000 bytes</div><div>            2654208000 values</div><div>Number of Dimensions: 3</div><div>Dimensions and sizes:   [time | 21600] x [nlat | 384] x [nlon | 320]</div><div>Coordinates:</div><div>            time: [146365..803334]</div><div>Number Of Attributes: 8</div><div>  _FillValue :  9.96921e+36</div><div>  long_name :   Potential Temperature</div><div>  units :       degC</div><div>  coordinates : TLONG TLAT z_t time</div><div>  grid_loc :    3111</div><div>  cell_methods :        time: mean</div><div>  missing_value :       9.96921e+36</div><div>  average_op_ncl :      dim_avg_n over dimension(s): z_t</div><div><br></div></div><div dir="ltr"><div><div dir="ltr" style="color:rgb(0,0,0);font-family:Helvetica Neue,Helvetica,Arial,sans-serif">fatal:No coordinate variable exists for dimension (nlat) in variable (sst1)<br></div><div><br></div></div><br></div><div dir="ltr"><br></div><div dir="ltr">best,</div><div dir="ltr">ayesha</div></div></div></div>_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@mailman.ucar.edu" target="_blank">ncl-talk@mailman.ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="https://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">https://mailman.ucar.edu/mailman/listinfo/ncl-talk</a></blockquote></div>