[ncl-talk] select year from the model ouput

Xi Chang xi.chang01 at gmail.com
Sat Dec 13 11:14:54 MST 2014


Hallo NCL,

I have a very simple question regaring my CAM output.
I'd like to extract data only for year 2010 (for instance) from the data
which has
time dimension as follows:

lat = 96 ;
lon = 144 ;
time = UNLIMITED ; // (8833 currently)
variables:
float lat(lat) ;
lat:long_name = "latitude" ;
lat:units = "degrees_north" ;
float lon(lon) ;
lon:long_name = "longitude" ;
lon:units = "degrees_east" ;
* float time(time) ;*
* time:long_name = "time" ;*
* time:units = "days since 1765-01-01 00:00:00" ;*
* time:calendar = "noleap" ;*
* time:bounds = "time_bnds" ;*
* int date(time) ;*
* date:long_name = "current date (YYYYMMDD)" ;*

Any solution how to do that?
Thank you

Chang.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20141213/529bdf94/attachment.html 


More information about the ncl-talk mailing list