dimensions: longitude = 23 ; latitude = 17 ; nGridPoints = 391 ; epoch = 96 ; epochOrig = 2880 ; length = 8 ; length2 = 4 ; nSatellites = 35 ; nStations = 198 ; variables: char epochOrig(epochOrig, length) ; epochOrig:title = "Epoch of each original VTEC map" ; epochOrig:units = "hours:minutes:seconds" ; char epoch(epoch, length) ; epoch:title = "Epoch of each filtered VTEC map" ; epoch:units = "hours:minutes:seconds" ; float longitude(longitude) ; longitude:title = "Grid point longitudes" ; longitude:units = "degrees" ; float latitude(latitude) ; latitude:title = "Grid point latitudes" ; latitude:units = "degrees" ; short satellite(nSatellites) ; satellite:title = "Satellite ID list" ; char station(nStations, length2) ; station:title = "Station list" ; byte observations(epochOrig, nStations, nSatellites) ; observations:title = "Matrix of stations/satellites used" ; float vtec(epoch, latitude, longitude) ; vtec:title = "Estimated VTEC at the grid points" ; vtec:units = "TECU" ; float sigma(epoch, latitude, longitude) ; sigma:title = "Errors on the estimated VTEC" ; sigma:units = "TECU" ; // global attributes: :algorithm_version = "v1.0 " ; :reference_station = "wtzr" ; :ionosphere_altitude (m) = 350000.f ;