Project

General

Profile

Extracting data from rotated pole NetCDF » info.txt

metadata - Kyle Eckart, 2014-02-11 20:55

 
netcdf pr_1951 {
dimensions:
rlat = 130 ;
rlon = 193 ;
time = UNLIMITED ; // (1826 currently)
bnds = 2 ;
variables:
double lat(rlat, rlon) ;
lat:standard_name = "latitude" ;
lat:long_name = "latitude" ;
lat:units = "degrees_north" ;
double lon(rlat, rlon) ;
lon:standard_name = "longitude" ;
lon:long_name = "longitude" ;
lon:units = "degrees_east" ;
float pr(time, rlat, rlon) ;
pr:grid_mapping = "rotated_pole" ;
pr:_FillValue = 1.e+020f ;
pr:standard_name = "precipitation_flux" ;
pr:long_name = "Precipitation" ;
pr:units = "kg m-2 s-1" ;
pr:coordinates = "lon lat" ;
pr:missing_value = 1.e+020f ;
pr:cell_methods = "time: mean" ;
double rlat(rlat) ;
rlat:standard_name = "grid_latitude" ;
rlat:long_name = "latitude in rotated pole grid" ;
rlat:units = "degrees" ;
rlat:axis = "Y" ;
double rlon(rlon) ;
rlon:standard_name = "grid_longitude" ;
rlon:long_name = "longitude in rotated pole grid" ;
rlon:units = "degrees" ;
rlon:axis = "X" ;
char rotated_pole ;
rotated_pole:grid_mapping_name = "rotated_latitude_longitude" ;
rotated_pole:grid_north_pole_latitude = 79.95 ;
rotated_pole:grid_north_pole_longitude = -123.34 ;
double time(time) ;
time:standard_name = "time" ;
time:units = "days since 1949-12-01 00:00:00" ;
time:calendar = "standard" ;
time:long_name = "time" ;
time:bounds = "time_bnds" ;
time:axis = "T" ;
double time_bnds(time, bnds) ;

// global attributes:
:Conventions = "CF-1.4" ;
:contact = "rossby.data@smhi.se" ;
:creation_date = "2012-12-11-T16:05:46Z" ;
:experiment = "historical" ;
:experiment_id = "historical" ;
:driving_experiment = "ICHEC-EC-EARTH, historical, r12i1p1" ;
:driving_model_id = "ICHEC-EC-EARTH" ;
:driving_model_ensemble_member = "r12i1p1" ;
:driving_experiment_name = "historical" ;
:frequency = "day" ;
:institution = "Swedish Meteorological and Hydrological Institute, Rossby Centre" ;
:institute_id = "SMHI" ;
:model_id = "SMHI-RCA4" ;
:rcm_version_id = "v2" ;
:project_id = "CORDEX" ;
:CORDEX_domain = "WAS-44" ;
:product = "output" ;
:references = "http://www.smhi.se/en/Research/Research-departments/climate-research-rossby-centre" ;
:tracking_id = "dcccd8f0-5b2f-4fb9-8e52-a3d2f5ba98c0" ;
:rossby_comment = "201255: CORDEX West Asia 0.44 deg | RCA4 v2 | ICHEC-EC-EARTH | r12i1p1 | historical | L40" ;
:rossby_run_id = "201255" ;
:rossby_grib_path = "/nobackup/rossby16/rossby/joint_exp/cordex/201255/raw/" ;
}
(1-1/2)