netcdf C:/WebDocs/THREDDS/GALEON/TestDatasets/striped.nc { dimensions: Longitude = 320; // (has coord.var) Latitude = 160; // (has coord.var) Pressure = 27; // (has coord.var) Time = UNLIMITED; // (1 currently) // (has coord.var) variables: float Longitude(Longitude); :units = "degrees_east"; :modulo = " "; :point_spacing = "even"; float Latitude(Latitude); :units = "degrees_north"; float Pressure(Pressure); :units = "hPa"; :positive = "down"; float Time(Time); :units = "days since 2005-05-10"; float ta(Time, Pressure, Latitude, Longitude); :units = "C"; :long_name = "Temperature"; :title = "Temperature"; :source = "RSI Test Code"; :history = "None"; :title = "Test File"; :history = "Created_by RSI_UK"; :Conventions = "CF-1.0"; }