pub fn create_coordinate_variable( name: &str, values: Vec<f64>, units: &str, ) -> NetCdfVariable
Create a coordinate variable (a 1D variable with the same name as its dimension).