<div class="__aliyun_email_body_block"><div  style="line-height:1.7;font-family:Tahoma,Arial,STHeiti,SimSun;font-size:24.0px;color:#000000;"><div  style="clear:both;"><span  style="color:#000000;font-family:Helvetica,Tahoma,Arial;font-size:14.0px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;text-align:start;text-indent:.0px;text-transform:none;text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline;">Hi Justin</span></div><div  style="clear:both;"><span  style="color:#000000;font-family:Helvetica,Tahoma,Arial;font-size:14.0px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;text-align:start;text-indent:.0px;text-transform:none;text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline;">I hope you can read chinese.</span></div><div  style="clear:both;"><span  style="color:#000000;font-family:Helvetica,Tahoma,Arial;font-size:14.0px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;text-align:start;text-indent:.0px;text-transform:none;text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline;">你的理解是错的,你说以前这样做是可以的,但我觉得结果肯定有问题。</span></div><div  style="clear:both;"><font face="Helvetica, Tahoma, Arial"><span  style="font-size:14.0px;">control file 本来就是数据和grads之间的桥梁,它必须正确的描述资料的排列、分辨率、起始经纬度、时间的间隔等等,这样才能让grads知道它要操作的数据是什么样的。所以你的资料时间间隔本来就是1mo的话,通过强制改变<span  style="color:#000000;font-family:Helvetica,Tahoma,Arial;font-size:14.0px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;text-align:start;text-indent:.0px;text-transform:none;background-color:#ffffff;text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline;">control file<span > 里的时间间隔是没有用的,除非你的资料时间间隔改变,否则只会让grads得到一个错误的时间。</span></span></span></font></div><div  style="clear:both;"><font face="Helvetica, Tahoma, Arial"><span  style="font-size:14.0px;"><span  style="color:#000000;font-family:Helvetica,Tahoma,Arial;font-size:14.0px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;text-align:start;text-indent:.0px;text-transform:none;background-color:#ffffff;text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline;"><span >如果你想使用间隔一个月时间的资料来计算,最好的办法是在 .gs 脚本里面实现</span></span></span></font></div><div class="clear: both"><br /></div><blockquote  style="margin-right:0;margin-top:0;margin-bottom:0;font-family:Tahoma,Arial,STHeiti,SimSun;font-size:14.0px;color:#000000;"><div class="clear: both">------------------------------------------------------------------</div><div class="clear: both">发件人:Justin Hicks <jhicks2014@gmail.com></div><div class="clear: both">发送时间:2018年7月6日(星期五) 04:48</div><div class="clear: both">收件人:GrADS Users Forum <gradsusr@gradsusr.org></div><div class="clear: both">主 题:[gradsusr] Changing TDEF Interval Does Not Work</div><div class="clear: both"><br /></div><div >GrADS community,<div ><br ></div><div >I am running into a strange issue concerning the TDEF entry in my dummy control file. I am trying to change the TDEF interval entry from '1dy' to '1mo', as I need the first day of every month for computational purposes. However, when I change it to an interval of 1 month and open up the file / display the variable, the interval is correct, but the data displays as if the interval is still daily. For example, if I set the time environment from t=1 to t=2, the interval that shows up is 00Z01jan2000 to 00Z01feb2000, but the actual data that displays is from 00Z01jan2000 to 00Z02jan2000; this is pretty clear because I am plotting total precipitable water, and there isn't much variation between the two time steps. I've also compared this with what should be showing up for 00Z01feb2000. I'm not sure what's going on, as I was able to get this working with another dataset.</div><div ><br ></div><div >Here is the output of ncdump -h:</div><div ><br ></div><div ><div ><div >netcdf NVAP-M_2000-2009.time.grid.rmp.fill.dummy.USE {</div><div >dimensions:</div><div >        lon = 360 ;</div><div >        lat = 180 ;</div><div >        time = UNLIMITED ; // (3653 currently)</div><div >variables:</div><div >        double lon(lon) ;</div><div >                lon:standard_name = "longitude" ;</div><div >                lon:long_name = "longitude" ;</div><div >                lon:units = "degrees_east" ;</div><div >                lon:axis = "X" ;</div><div >        double lat(lat) ;</div><div >                lat:standard_name = "latitude" ;</div><div >                lat:long_name = "latitude" ;</div><div >                lat:units = "degrees_north" ;</div><div >                lat:axis = "Y" ;</div><div >        double time(time) ;</div><div >                time:standard_name = "time" ;</div><div >                time:long_name = "Time" ;</div><div >                time:units = "minutes since 2000-1-1 00:00:00" ;</div><div >                time:calendar = "standard" ;</div><div >                time:axis = "T" ;</div><div >        double tpw(time, lat, lon) ;</div><div >                tpw:_FillValue = -999000000. ;</div><div >                tpw:missing_value = -999000000. ;</div><div ><br ></div><div >// global attributes:</div><div >                :CDI = "Climate Data Interface version 1.7.2 (<a  href="http://mpimet.mpg.de/cdi" target="_blank">http://mpimet.mpg.de/cdi</a>)" ;</div><div >                :Conventions = "CF-1.4" ;</div><div >                :history = "Thu Jul 05 16:42:12 2018: cdo remapcon2,/home/jhicks/Downloads/mygridIN.txt <a  href="http://NVAP-M_2000-2009.time.grid.rmp.fill.dummy.nc" target="_blank">NVAP-M_2000-2009.time.grid.rmp.fill.dummy.nc</a> <a  href="http://NVAP-M_2000-2009.time.grid.rmp.fill.dummy.USE.nc" target="_blank">NVAP-M_2000-2009.time.grid.rmp.fill.dummy.USE.nc</a>" ;</div><div >                :CDO = "Climate Data Operators version 1.7.2 (<a  href="http://mpimet.mpg.de/cdo" target="_blank">http://mpimet.mpg.de/cdo</a>)" ;</div><div >}</div></div><div ><br ></div><div ><br ></div><div ><br ></div><div >And here is the dummy control file:</div><div ><br ></div><div ><div >dset /data2/NVAP-M/<a  href="http://NVAP-M_2000-2009.time.grid.rmp.fill.dummy.USE.nc" target="_blank">NVAP-M_2000-2009.time.grid.rmp.fill.dummy.USE.nc</a> </div><div >title NASA Water Vapor Project - MEaSUREs Dataset</div><div >undef -9999</div><div >dtype netcdf</div><div >xdef 360 linear -179.5 1</div><div >ydef 180 linear -89.5 1</div><div >zdef 1 linear 0 1</div><div >tdef 120 linear 00Z01JAN2000 1mo</div><div >vars 1</div><div >tpw=>tpw  0  t,y,x  NVAP-M Climate Total Column Water Vapor</div><div >endvars</div></div><div ><br ></div><div ><br ></div><div >Thanks,</div><div ><br ></div><div >-Justin</div><div ><br ></div><div ><br ></div><div ><br ></div><div ><br ></div>-- <br ><div class="gmail_signature"><div ><div ><div ><div ><span  style="font-size:12.8px;"><span  style="font-size:10.0pt;font-family:Times New Roman,serif;background-image:initial;background-repeat:initial;"><font color="#000000"><b >Justin Hicks</b></font></span></span><br ></div><div ><i  style="font-size:12.8px;"><span  style="font-size:10.0pt;font-family:Times New Roman,serif;background-image:initial;background-repeat:initial;"><font color="#000000">Undergraduate<br >Atmospheric Sciences Major</font></span></i></div><div ><i  style="font-size:12.8px;"><span  style="font-size:10.0pt;font-family:Times New Roman,serif;background-image:initial;background-repeat:initial;"><font color="#000000">GIS Minor<br >University of Maryland-College Park</font></span></i><font color="#000000" face="arial, helvetica, sans-serif" size="2"><b ><br ></b></font></div></div></div></div></div>
</div></div></blockquote></div></div>