Cloned library NetCDF-C-4.9.2 with extra build files for internal package management.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
420 B

netcdf GLOBEC_cetaceans {
dimensions:
cetaceans = 59 ;
variables:
short cetaceans.number(cetaceans) ;
cetaceans.number:long_name = "Number of animals" ;
data:
cetaceans.number = 8, 7, 8, 12, 13, 8, 8, 12, 40, 20, 8, 22, 27, 45, 10, 25,
7, 127, 10, 127, 13, 10, 8, 7, 8, 12, 13, 8, 8, 12, 40, 20, 8, 22, 27,
45, 10, 25, 7, 127, 10, 127, 13, 10, 20, 120, 30, 7, 9, 8, 10, 8, 7, 8,
7, 20, 15, 8, 7 ;
}