<div dir="ltr">Hallo NCL, <div><br></div><div style>I have a very simple question regaring my CAM output.</div><div style>I&#39;d like to extract data only for year 2010 (for instance) from the data which has</div><div style>time dimension as follows:</div><div style><br></div><div style><div><span class="" style="white-space:pre">        </span>lat = 96 ;</div><div><span class="" style="white-space:pre">        </span>lon = 144 ;</div><div><span class="" style="white-space:pre">        </span>time = UNLIMITED ; // (8833 currently)</div><div>variables:</div><div><span class="" style="white-space:pre">        </span>float lat(lat) ;</div><div><span class="" style="white-space:pre">                </span>lat:long_name = &quot;latitude&quot; ;</div><div><span class="" style="white-space:pre">                </span>lat:units = &quot;degrees_north&quot; ;</div><div><span class="" style="white-space:pre">        </span>float lon(lon) ;</div><div><span class="" style="white-space:pre">                </span>lon:long_name = &quot;longitude&quot; ;</div><div><span class="" style="white-space:pre">                </span>lon:units = &quot;degrees_east&quot; ;</div><div><b style="background-color:rgb(255,153,0)"><span class="" style="white-space:pre">        </span>float time(time) ;</b></div><div><b style="background-color:rgb(255,153,0)"><span class="" style="white-space:pre">                </span>time:long_name = &quot;time&quot; ;</b></div><div><b style="background-color:rgb(255,153,0)"><span class="" style="white-space:pre">                </span>time:units = &quot;days since 1765-01-01 00:00:00&quot; ;</b></div><div><b style="background-color:rgb(255,153,0)"><span class="" style="white-space:pre">                </span>time:calendar = &quot;noleap&quot; ;</b></div><div><b style="background-color:rgb(255,153,0)"><span class="" style="white-space:pre">                </span>time:bounds = &quot;time_bnds&quot; ;</b></div><div><b style="background-color:rgb(255,153,0)"><span class="" style="white-space:pre">        </span>int date(time) ;</b></div><div><b style="background-color:rgb(255,153,0)"><span class="" style="white-space:pre">                </span>date:long_name = &quot;current date (YYYYMMDD)&quot; ;</b></div><div><b><br></b></div><div style>Any solution how to do that?</div><div style>Thank you</div><div style><br></div><div style>Chang.</div><div><br></div></div></div>