Gotcha! I will try that. Have also been looking into NCL reshape, but not sure I am getting anywhere. LOL! Thanks!
Hi! I have a netCDF file for ERA5 from NCAR (https://rda.ucar.edu/datasets/ds633.0/dataaccess/) that does not have a time dimension (see attached), but instead has two separate dimensions: forecast_initial_time and a forecast_hour. I would like to combine those dimensions into just time which is forecast_initial_time + (forecast_hour-1) in the appropriate units. Then I'd have to change the dimensions of all the variables to remove forecast_initial_time and forecast_hour and replace with just time....