netcdf safaris/era5/PRECIP/2016_monthly_precip.nc { dimensions: time = UNLIMITED; // (12 currently) lat = 641; lon = 1280; variables: int time(time=12); :_FillValue = -2147483647; // int :_FillValue_original = 9.96921E36f; // float :NCL_tag = "calculate_monthly_values: arith=avg"; :calendar = "gregorian"; :long_name = "time"; :units = "hours since 1900-01-01 00:00:0.0"; float lat(lat=641); :units = "degrees_north"; :long_name = "latitude"; float lon(lon=1280); :units = "degrees_east"; :long_name = "longitude"; float tptotmon(time=12, lat=641, lon=1280); :_FillValue = -32767.0f; // float :missing_value = -32767.0f; // float :missing_value_original = -32767S; // short :_FillValue_original = -32767S; // short :long_name = "Total precipitation"; :units = "m"; :time = 1016844; // int :NCL_tag = "calculate_monthly_values: arith=sum"; // global attributes: :creation_date = "Fri Jun 8 13:45:58 EDT 2018"; :Conventions = "None"; :title = "Monthly Total Precipitation"; }