comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » how can you convert CMIP5 model output time ?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: how can you convert CMIP5 model output time ? [message #89089 is a reply to message #89086] Wed, 23 July 2014 14:00 Go to previous messageGo to previous message
siumtesfai is currently offline  siumtesfai
Messages: 62
Registered: April 2013
Member
On Wednesday, July 23, 2014 3:59:49 PM UTC-4, siumt...@gmail.com wrote:
> how can you convert CMIP5 model output time to the Julian day?

Here is example CMIP5 model output

netcdf sfcWind_Amon_CSIRO-Mk3-6-0_historical_r10i1p1_185001-200512 {
dimensions:
time = UNLIMITED ; // (1872 currently)
lat = 96 ;
lon = 192 ;
bnds = 2 ;
variables:
double time(time) ;
time:bounds = "time_bnds" ;
time:units = "days since 1850-01-01 00:00:00" ;
time:calendar = "noleap" ;
time:axis = "T" ;
time:long_name = "time" ;
time:standard_name = "time" ;
double time_bnds(time, bnds) ;
double lat(lat) ;
lat:bounds = "lat_bnds" ;
lat:units = "degrees_north" ;
lat:axis = "Y" ;
lat:long_name = "latitude" ;
lat:standard_name = "latitude" ;
double lat_bnds(lat, bnds) ;
double lon(lon) ;
lon:bounds = "lon_bnds" ;
lon:units = "degrees_east" ;
lon:axis = "X" ;
lon:long_name = "longitude" ;
lon:standard_name = "longitude" ;
double lon_bnds(lon, bnds) ;
double height ;
height:units = "m" ;
height:axis = "Z" ;
height:positive = "up" ;
height:long_name = "height" ;
height:standard_name = "height" ;
float sfcWind(time, lat, lon) ;
sfcWind:standard_name = "wind_speed" ;
sfcWind:long_name = "Near-Surface Wind Speed" ;
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Locating desired values in an array.
Next Topic: writing a variable in a netcdf 4 with IDL

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 15:28:38 PDT 2025

Total time taken to generate the page: 0.00362 seconds