netcdf ftpthredds/EASYInit/GECCO2/old_versions/iter45/v45.nc { dimensions: lat = 180; time = 84; lon = 360; Depth = 50; variables: double lat(lat=180); :units = "degrees_N"; :axis = "Y"; :_ChunkSizes = 180U; // uint float v(time=84, Depth=50, lat=180, lon=360); :description = "Zonal Velocity"; :units = "m/s"; :missing_value = -1.0E34; // double :_ChunkSizes = 20U, 6U, 44U, 89U; // 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=50); :units = "m"; :axis = "z"; :_ChunkSizes = 50U; // uint }