Created
April 8, 2014 16:48
-
-
Save dlebauer/10154582 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [dlebauer@biocluster vars2]$ ncdump -h all.nc | |
| netcdf all { | |
| dimensions: | |
| lat = 360 ; | |
| lon = 720 ; | |
| time = 160708 ; | |
| nv = 2 ; | |
| points_terre = 62482 ; | |
| variables: | |
| int crs ; | |
| crs:grid_mapping_name = "latitude_longitude" ; | |
| crs:inverse_flattening = 0.f ; | |
| crs:semi_major_axis = 6370997.f ; | |
| double lat(lat) ; | |
| lat:bounds = "lat_bnds" ; | |
| lat:units = "degrees_north" ; | |
| double lon(lon) ; | |
| lon:bounds = "lon_bnds" ; | |
| lon:units = "degrees_east" ; | |
| double time(time) ; | |
| time:bounds = "time_bnds" ; | |
| time:calendar = "proleptic_gregorian" ; | |
| time:long_name = "time" ; | |
| time:units = "days since 1700-01-01T00:00:00Z" ; | |
| double lat_bnds(lat, nv) ; | |
| double lon_bnds(lon, nv) ; | |
| double time_bnds(time, nv) ; | |
| int mask(lat, lon) ; | |
| short indice_ligne(points_terre) ; | |
| short indice_col(points_terre) ; | |
| float qair(lat, lon, time) ; | |
| qair:long_name = "Air_Specific_Humidity" ; | |
| qair:units = "g/g" ; | |
| qair:cell_methods = "area:mean time:point" ; | |
| qair:grid_mapping = "crs" ; | |
| qair:missing_value = -9.99999979021477e+33 ; | |
| float tair(lat, lon, time) ; | |
| tair:long_name = "Temperature" ; | |
| tair:units = "K" ; | |
| tair:cell_methods = "area:mean time:point" ; | |
| tair:grid_mapping = "crs" ; | |
| tair:missing_value = -9.99999979021477e+33 ; | |
| float press(lat, lon, time) ; | |
| press:long_name = "Pression" ; | |
| press:units = "Pa" ; | |
| press:cell_methods = "area:mean time:point" ; | |
| press:grid_mapping = "crs" ; | |
| press:missing_value = -9.99999979021477e+33 ; | |
| float rain(lat, lon, time) ; | |
| rain:long_name = "Total_Precipitation" ; | |
| rain:units = "mm/6h" ; | |
| rain:cell_methods = "area:mean time:sum" ; | |
| rain:grid_mapping = "crs" ; | |
| rain:missing_value = -9.99999979021477e+33 ; | |
| float swdown(lat, lon, time) ; | |
| swdown:long_name = "Incoming_Short_Wave_Radiation" ; | |
| swdown:units = "W/m2" ; | |
| swdown:cell_methods = "area:mean time:sum" ; | |
| swdown:grid_mapping = "crs" ; | |
| swdown:missing_value = -9.99999979021477e+33 ; | |
| float lwdown(lat, lon, time) ; | |
| lwdown:long_name = "Incoming_Long_Wave_Radiation" ; | |
| lwdown:units = "W/m2" ; | |
| lwdown:cell_methods = "area:mean time:sum" ; | |
| lwdown:grid_mapping = "crs" ; | |
| lwdown:missing_value = -9.99999979021477e+33 ; | |
| float uwind(lat, lon, time) ; | |
| uwind:long_name = "U_wind_component" ; | |
| uwind:units = "m/s" ; | |
| uwind:cell_methods = "area:mean time:point" ; | |
| uwind:grid_mapping = "crs" ; | |
| uwind:missing_value = -9.99999979021477e+33 ; | |
| float vwind(lat, lon, time) ; | |
| vwind:long_name = "V_wind_component" ; | |
| vwind:units = "m/s" ; | |
| vwind:cell_methods = "area:mean time:point" ; | |
| vwind:grid_mapping = "crs" ; | |
| vwind:missing_value = -9.99999979021477e+33 ; | |
| // global attributes: | |
| :data_source = "NCEP_corr_CRU" ; | |
| :delta_tstep_sec = 21600.f ; | |
| :year0 = 1948 ; | |
| :month0 = 1 ; | |
| :day0 = 1 ; | |
| :Conventions = "CF-1.4" ; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [1] "File /home/groups/ebimodeling//met/cruncep/vars2/all.nc (NC_FORMAT_NETCDF4):" | |
| [1] "" | |
| [1] " 15 variables (excluding dimension variables):" | |
| [1] " int crs[] (Contiguous storage) " | |
| [1] " grid_mapping_name: latitude_longitude" | |
| [1] " inverse_flattening: 0" | |
| [1] " semi_major_axis: 6370997" | |
| [1] " double lat_bnds[nv,lat] (Contiguous storage) " | |
| [1] " double lon_bnds[nv,lon] (Contiguous storage) " | |
| [1] " double time_bnds[nv,time] (Contiguous storage) " | |
| [1] " int mask[lon,lat] (Contiguous storage) " | |
| [1] " short indice_ligne[points_terre] (Contiguous storage) " | |
| [1] " short indice_col[points_terre] (Contiguous storage) " | |
| [1] " float qair[time,lon,lat] (Contiguous storage) " | |
| [1] " long_name: Air_Specific_Humidity" | |
| [1] " units: g/g" | |
| [1] " cell_methods: area:mean time:point" | |
| [1] " grid_mapping: crs" | |
| [1] " missing_value: -9.99999979021477e+33" | |
| [1] " float tair[time,lon,lat] (Contiguous storage) " | |
| [1] " long_name: Temperature" | |
| [1] " units: K" | |
| [1] " cell_methods: area:mean time:point" | |
| [1] " grid_mapping: crs" | |
| [1] " missing_value: -9.99999979021477e+33" | |
| [1] " float press[time,lon,lat] (Contiguous storage) " | |
| [1] " long_name: Pression" | |
| [1] " units: Pa" | |
| [1] " cell_methods: area:mean time:point" | |
| [1] " grid_mapping: crs" | |
| [1] " missing_value: -9.99999979021477e+33" | |
| [1] " float rain[time,lon,lat] (Contiguous storage) " | |
| [1] " long_name: Total_Precipitation" | |
| [1] " units: mm/6h" | |
| [1] " cell_methods: area:mean time:sum" | |
| [1] " grid_mapping: crs" | |
| [1] " missing_value: -9.99999979021477e+33" | |
| [1] " float swdown[time,lon,lat] (Contiguous storage) " | |
| [1] " long_name: Incoming_Short_Wave_Radiation" | |
| [1] " units: W/m2" | |
| [1] " cell_methods: area:mean time:sum" | |
| [1] " grid_mapping: crs" | |
| [1] " missing_value: -9.99999979021477e+33" | |
| [1] " float lwdown[time,lon,lat] (Contiguous storage) " | |
| [1] " long_name: Incoming_Long_Wave_Radiation" | |
| [1] " units: W/m2" | |
| [1] " cell_methods: area:mean time:sum" | |
| [1] " grid_mapping: crs" | |
| [1] " missing_value: -9.99999979021477e+33" | |
| [1] " float uwind[time,lon,lat] (Contiguous storage) " | |
| [1] " long_name: U_wind_component" | |
| [1] " units: m/s" | |
| [1] " cell_methods: area:mean time:point" | |
| [1] " grid_mapping: crs" | |
| [1] " missing_value: -9.99999979021477e+33" | |
| [1] " float vwind[time,lon,lat] (Contiguous storage) " | |
| [1] " long_name: V_wind_component" | |
| [1] " units: m/s" | |
| [1] " cell_methods: area:mean time:point" | |
| [1] " grid_mapping: crs" | |
| [1] " missing_value: -9.99999979021477e+33" | |
| [1] "" | |
| [1] " 5 dimensions:" | |
| [1] " lat Size:360" | |
| [1] " bounds: lat_bnds" | |
| [1] " units: degrees_north" | |
| [1] " lon Size:720" | |
| [1] " bounds: lon_bnds" | |
| [1] " units: degrees_east" | |
| [1] " time Size:160708" | |
| [1] " bounds: time_bnds" | |
| [1] " calendar: proleptic_gregorian" | |
| [1] " long_name: time" | |
| [1] " units: days since 1700-01-01T00:00:00Z" | |
| [1] " nv Size:2" | |
| [1] " points_terre Size:62482" | |
| [1] "" | |
| [1] " 6 global attributes:" | |
| [1] " data_source: NCEP_corr_CRU" | |
| [1] " delta_tstep_sec: 21600" | |
| [1] " year0: 1948" | |
| [1] " month0: 1" | |
| [1] " day0: 1" | |
| [1] " Conventions: CF-1.4" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment