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.
 
 
 
 
 
 

30 lines
773 B

Attributes {
u {
String units "meter per second";
String long_name "Vector wind eastward component";
String missing_value "-32767";
String scale_factor "0.005";
}
v {
String units "meter per second";
String long_name "Vector wind northward component";
String missing_value "-32767";
String scale_factor "0.005";
}
lat {
String units "degree North";
}
lon {
String units "degree East";
}
time {
String units "hours from base_time";
}
NC_GLOBAL {
String base_time "88- 10-00:00:00";
String title " FNOC UV wind components from 1988- 10 to 1988- 13.";
}
DODS_EXTRA {
String Unlimited_Dimension "time_a";
}
}