I have a lot of Sea Surface Temperature NetCDF files with the same lat and lon dimensions, but different time variables. I want to try to combine it into 1 NetCDF file by combining the time variables because the time variables in each netcdf file are sequential
is there a more effective way? because in CDO (Climate Data Operators) I can't do looping
The following is an example of the file name that I use
sstdas_19810101.nc
sstdas_19810102.nc
sstdas_19810103.nc
sstdas_19810201.nc
sstdas_19810202.nc
sstdas_19810203.nc
...
sstdas_20171203.nc
with pattern sstdas_(year)(month)(dekad)