<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hi all,</div><div>I am getting the following errors:</div><div>(0)<span style="white-space:pre">        </span>check_for_y_lat_coord: Warning: Data either does not contain</div><div>(0)<span style="white-space:pre">       </span>a valid latitude coordinate array or doesn't contain one at all.</div><div>(0)<span style="white-space:pre">       </span>A valid latitude coordinate array should have a 'units'</div><div>(0)<span style="white-space:pre">    </span>attribute equal to one of the following values: </div><div>(0)<span style="white-space:pre">  </span>    'degrees_north' 'degrees-north' 'degree_north' 'degrees north' 'degrees_N' 'Degrees_north' 'degree_N' 'degreeN' 'degreesN' 'deg north'</div><div>(0)<span style="white-space:pre">       </span>check_for_lon_coord: Warning: Data either does not contain</div><div>(0)<span style="white-space:pre"> </span>a valid longitude coordinate array or doesn't contain one at all.</div><div>(0)<span style="white-space:pre">      </span>A valid longitude coordinate array should have a 'units'</div><div>(0)<span style="white-space:pre">   </span>attribute equal to one of the following values: </div><div>(0)<span style="white-space:pre">  </span>    'degrees_east' 'degrees-east' 'degree_east' 'degrees east' 'degrees_E' 'Degrees_east' 'degree_E' 'degreeE' 'degreesE' 'deg east'</div><div><br></div><div>I tried to fix these problems by:</div><div><div>f = addfile("<a href="http://non_cy.nc">non_cy.nc</a>", "r")</div><div> prc = f->pre(:,{-5:30},{40:100})</div><div> prc@long_name = "precipitation"</div><div> prc@units = "mm"</div><div> prc&longitude@units = "degrees_east"</div><div> prc&latitude@units = "degrees_north"</div><div> ;printVarSummary(prc)</div><div> </div><div> mean_prc = dim_avg_n_Wrap(prc,0)</div><div> mean_prc@long_name = "precipitation"</div><div> mean_prc@units = "mm"</div><div> mean_prc&longitude@units = "degrees_east"</div><div> mean_prc&latitude@units = "degrees_north"</div><div> </div></div><div>However, I am getting those errors again. How can I solve these problems? Please find the script herewith. I used TRMM daily rainfall data.</div><div><br></div><div>Best Regards</div><div>Jalal</div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><font color="#000000" size="2"><b>Md. Jalal Uddin</b></font></div><div dir="ltr">MSc in Applied Meteorology (English Language)<br>Nanjing University of Information, Science and Technology, China</div><div dir="ltr"><span style="letter-spacing:0.2px">B.Sc. in Disaster Management (Hons.) </span><br></div><div dir="ltr"><span style="letter-spacing:0.2px">Patuakhali Science and Technology University, Bangladesh.</span></div><div dir="ltr">Cell: +8613260859092, <span style="letter-spacing:0.2px">+8801792052662</span></div><div dir="ltr"><font size="2">Web: <a href="http://www.dmjalal90.weebly.com" target="_blank">www.dmjalal90.weebly.com</a>  <br>Facebook: jalal.hossen.39  <br>LinkedIn: <a href="https://bd.linkedin.com/in/md-jalal-uddin-80a026b0" target="_blank">https://bd.linkedin.com/in/md-jalal-uddin-80a026b0</a>   <br>Twitter: dmjalal90  <br>Skype: dmjalal90</font><br></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>