netcdf arome_2022012400 { dimensions: time = UNLIMITED ; // (48 currently) lon = 933 ; lat = 517 ; height = 1 ; variables: double time(time) ; time:standard_name = "time" ; time:units = "hours since 2022-1-24 00:00:00" ; time:calendar = "proleptic_gregorian" ; time:axis = "T" ; float lon(lon) ; lon:standard_name = "longitude" ; lon:long_name = "longitude" ; lon:units = "degrees_east" ; lon:axis = "X" ; float lat(lat) ; lat:standard_name = "latitude" ; lat:long_name = "latitude" ; lat:units = "degrees_north" ; lat:axis = "Y" ; double height(height) ; height:positive = "up" ; height:axis = "Z" ; float PREC(time, lat, lon) ; PREC:param = "8.1.0" ; float TEMP_2M(time, height, lat, lon) ; TEMP_2M:standard_name = "air_temperature" ; TEMP_2M:long_name = "2 metre temperature" ; TEMP_2M:units = "K" ; TEMP_2M:param = "0.0.0" ; // global attributes: :CDI = "Climate Data Interface version ?? (http://mpimet.mpg.de/cdi)" ; :Conventions = "CF-1.6" ; :history = "Mon Jan 24 04:30:04 2022: cdo chvar,param8.1.0,PREC,2t,TEMP_2M aromeALL_2022012400.nc arome_2022012400.nc\n", "Mon Jan 24 04:30:04 2022: cdo merge arome_PREC_2022012400.nc arome_TEMP_2022012400.nc aromeALL_2022012400.nc\n", "Mon Jan 24 04:30:03 2022: cdo -f nc copy MF-NWP-HIGHRES-AROME-OM-0025-ANTIL-WCS_PREC_GROUND_2022-01-24T00*.grib2 arome_PREC_2022012400.nc" ; :CDO = "Climate Data Operators version 1.9.3 (http://mpimet.mpg.de/cdo)" ; }