netcdf ftpthredds/EASYInit/GECCO2/old_versions/iter45/w45.nc { dimensions: lat = 180; time = 84; lon = 360; Depth = 51; variables: double lat(lat=180); :units = "degrees_N"; :axis = "Y"; :_ChunkSizes = 180U; // uint float w(time=84, Depth=51, lat=180, lon=360); :description = "Vertical Velocity"; :units = "m/s"; :missing_value = -1.0E34; // double :_ChunkSizes = 20U, 12U, 44U, 88U; // uint double time(time=84); :units = "months since 1948-01-15 12:00:00"; :time_origin = "15-jan-1948 12:00:00"; :_ChunkSizes = 84U; // uint double lon(lon=360); :units = "degrees_W"; :axis = "X"; :_ChunkSizes = 360U; // uint double Depth(Depth=51); :units = "m"; :axis = "z"; :_ChunkSizes = 51U; // uint }