Hi everybody,
When going through the RUS Training ATMO01 Air Quality Monitoring (https://rus-copernicus.eu/portal/wp-content/uploads/library/education/training/ATMO01_AirQuality_Monitoring.pdf), I’ve run into two problems with harpmerge (Anaconda PowerShell, Windows 10):
-
When using * in the filename to combine more input files, I only get the ‘could not find’ error message, exactly as described here. For now, I have solved it by specifying a directory (so that all files in that directory will be included; which means having to copy the respective files for every daily averaged product separately) but I’d like to know why the syntax with * is not working…
-
After generating the daily averaged files, I wanted to combine them to create a monthly averaged file (following the description in the RUS Training, except of specifying a directory instead of using *), using the following:
harpmerge -ap ‘bin(); squash(time, (latitude,longitude))’ ./ …/…/Processing/NO2/Global/l3_NO2_201901_quality_75.nc
but I only get
ERROR: invalid variable ‘latitude_bounds_weight’ (should be have same initial dimensions as ‘weight’)
Unfortunately, I cannot find any reference for such an error. Could you please help me and let me know what should I change to be able to generate monthly average?
Thank you very much in advance!
Lenka