Skip to content

Instantly share code, notes, and snippets.

@guziy
Created July 17, 2012 21:54
Show Gist options
  • Save guziy/3132391 to your computer and use it in GitHub Desktop.
Save guziy/3132391 to your computer and use it in GitHub Desktop.
ncdump_h_output
~# ncdump -h evap-1985.nc
netcdf evap-1985 {
dimensions:
longitude = 480 ;
latitude = 241 ;
time = UNLIMITED ; // (730 currently)
variables:
float longitude(longitude) ;
longitude:units = "degrees_east" ;
longitude:long_name = "longitude" ;
float latitude(latitude) ;
latitude:units = "degrees_north" ;
latitude:long_name = "latitude" ;
int time(time) ;
time:units = "hours since 1900-01-01 00:00:0.0" ;
time:long_name = "time" ;
short e(time, latitude, longitude) ;
e:scale_factor = 1.59076922019745e-07 ;
e:add_offset = -0.00268823914932497 ;
e:_FillValue = -32767s ;
e:missing_value = -32767s ;
e:units = "m of water" ;
e:long_name = "Evaporation" ;
// global attributes:
:Conventions = "CF-1.0" ;
:history = "2012-01-06 16:13:54 GMT by mars2netcdf-0.92" ;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment