I'm very new to NCO. The tool looks powerful to me but I'm still a bit confused about the syntax. I want to concatenate model data from a 3-hourly output to daily netCDF files. I want to loop over year, month and day. E.g., input files in netCDF format:
$year-$month-$day_00:00:00
$year-$month-$day_03:00:00
$year-$month-$day_06:00:00
...
output file should be:
$year-$month-$day
Is there a simple solution for this in combination with the ncrcat
command?
Thank you very much in advance!