netcdf precip.comb.v2018to2016-v6monitorafter.total { dimensions: lat = 180 ; lon = 360 ; time = UNLIMITED ; // (1548 currently) variables: float lat(lat) ; lat:units = "degrees_north" ; lat:actual_range = -89.5f, 89.5f ; lat:long_name = "Latitude" ; lat:standard_name = "latitude" ; lat:axis = "Y" ; lat:coordinate_defines = "point" ; float lon(lon) ; lon:long_name = "Longitude" ; lon:units = "degrees_east" ; lon:standard_name = "longitude" ; lon:actual_range = 0.5f, 359.5f ; lon:axis = "X" ; lon:coordinate_defines = "point" ; double time(time) ; time:long_name = "Time" ; time:units = "days since 1800-1-1 00:00:00" ; time:delta_t = "0000-01-00 00:00:00" ; time:avg_period = "0000-01-00 00:00:00" ; time:standard_name = "time" ; time:axis = "T" ; time:coordinate_defines = "start" ; time:actual_range = 33237., 80322. ; float precip(time, lat, lon) ; precip:long_name = "GPCC Monthly total of precipitation" ; precip:missing_value = -9.96921e+36f ; precip:statistic = "Total" ; precip:valid_range = 0.f, 8000.f ; precip:parent_stat = "Observations" ; precip:var_desc = "Precipitation" ; precip:units = "mm" ; precip:level = "Surface" ; precip:actual_range = 0.f, 3349.61f ; precip:dataset = "GPCC Precipitation 1.0degree V2018 Full Reanalysis" ; // global attributes: :Original_Source = "http://www.dwd.de/en/FundE/Klima/KLIS/int/GPCC/GPCC.htm\n is the webpage and the data is at ftp://ftp.dwd.de/pub/data/gpcc/download.html" ; :Reference = "Users of the data sets are kindly requested to give feed back and to refer to GPCC publications on this webpage: http://www.dwd.de/bvbw/appmanager/bvbw/dwdwwwDesktop/?_nfpb=true&_pageLabel=_dwdwww_klima_umwelt_datenzentren_wzn&T12404518261141645246564gsbDocumentPath=Content%2FOeffentlichkeit%2FKU%2FKU4%2FKU42%2Fteaser__product__access.html&_state=maximized&_windowLabel=T12404518261141645246564&lastPageLabel=_dwdwww_klima_umwelt_datenzentren_wzn" ; :original_source = "ftp://ftp-anon.dwd.de/pub/data/gpcc/html/download_gate.html" ; :Conventions = "CF 1.0" ; :dataset_title = "Global Precipitation Climatology Centre (GPCC)" ; :title = "GPCC Full Data Reanalysis Version 2018 1.0x1.0 Monthly Total" ; :history = "Created 09/2018 based on V2018 data obtained via ftp" ; :_NCProperties = "version=2,netcdf=4.6.3,hdf5=1.10.5" ; :References = "https://www.psl.noaa.gov/data/gridded/data.gpcc.html" ; }