I have a daily netcdf file (20060101) and the time dimension has 144 steps, so 10 minutes time steps within the file. Now I want to create one netcdf file for each 10 min time step with nco. So at the end it should create 144 files.
I already found similar questions where they use
ncks -d time,min,max,stride infile.nc outfile.nc
But I don't know how to write a code creating these 144 files. Can someone help me with this? Thanks for your help!