Skip to content

Instantly share code, notes, and snippets.

@wjcapehart
Created May 3, 2017 20:23
Show Gist options
  • Save wjcapehart/680ca0d55226238409880bab9dbeefaf to your computer and use it in GitHub Desktop.
Save wjcapehart/680ca0d55226238409880bab9dbeefaf to your computer and use it in GitHub Desktop.
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-245-00:00:00";
String title " FNOC UV wind components from 1988-245 to 1988-247.";
}
DODS_EXTRA {
String Unlimited_Dimension "time_a";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment