I have a netcdf file (data.nc) containing an emission dataset with several fields (lon, lat, emissions_category, pollutant). The emission category ranges from 1 to 13. So I want to generate 13 netcdf files (one for each category).
How I could do that in CDO or NCO?