netcdf GEM/Tuvalu/TCAP/Inundation/Present/Niutao_out10-yearARI.nc { dimensions: time = UNLIMITED; // (1 currently) lon = 675; lat = 452; variables: double time(time=1); :standard_name = "time"; :calendar = "gregorian"; :time_step = "Monthly"; :units = "Seconds since 1970-01-01 00:00:00"; :axis = "T"; :_ChunkSizes = 512U; // uint double lon(lon=675); :units = "degrees_east"; :standard_name = "longitude"; double lat(lat=452); :standard_name = "latitude"; :units = "degrees_north"; double Depth(time=1, lat=452, lon=675); :units = "m"; :long_name = "Inundation"; :short_name = "Depth"; :_ChunkSizes = 1U, 452U, 675U; // uint // global attributes: :title = "Inundation Depth for Tuvalu"; :summary = "Produced under TCAP Project."; :keywords = "TCAP, Inundation, Depth, Tuvalu"; :license = "This work is done by Pacific Community (SPC)"; :source = "https://www.spc.int/"; :Conventions = "CF-1.6"; :institution = "Spc"; :history = "2022-09-27 creation of netcdf file."; }