netcdf GFS_TMP_Z2 { dimensions: lat = 361 ; lon = 720 ; time = 1 ; variables: int crs ; crs:grid_mapping_name = "latitude_longitude" ; crs:semi_major_axis = 6371000. ; crs:inverse_flattening = 0 ; double time(time) ; time:long_name = "forecast time" ; time:units = "seconds since 1970-1-1" ; time:axis = "T" ; double forecast_reference_time ; forecast_reference_time:long_name = "reference time" ; forecast_reference_time:units = "seconds since 1970-1-1" ; // Only add forecast_reference_tiem when init_time != valid_time float lat(lat) ; lat:units = "degrees_north" ; lat:long_name = "latitude coordinate" ; lat:standard_name = "latitude" ; lat:axis = "Y" ; float lon(lon) ; lon:units = "degrees_east" ; lon:long_name = "longitude coordinate" ; lon:standard_name = "longitude" ; lon:axis = "X" ; float TMP_Z2(time, lat, lon) ; TMP_Z2:units = "K" ; TMP_Z2:long_name = "Temperature at Z2" ; TMP_Z2:_FillValue = -9999.f ; // Redefine "long_name" = "name" at "level" // No standard name attribute listed // global attributes: :FileOrigins = "File GFS_TMP_Z2.nc generated 20211103_161325 UTC on host musial6 by the MET pcp_combine tool" ; :MET_version = "V10.1.0" ; :MET_tool = "pcp_combine" ; :RunCommand = "Addition: 1 files." ; :Conventions = "CF-1.9" ; // Discard all projection-related global attributes }