Hi,
I am trying to concatenate ten years of WRF output. Some setups were run with frames_per_outfile=1000 so it is a single wrfout file with all the timesteps; where as some years setups were run with frames_per_outfile=1, hence daily wrfout files.
I am getting this error while trying to concatenate these files as a single dataset:
ValueError: 'PRCP' is not present in all datasets.
Any suggestion on how to overcome this? Many thanks.