I have two timeseries netcdf files with the same number of steps:
- U.nc with variable name u10.
- V.nc with variable name v10. Now I want to add multiply U.nc with U.nc similarily, V.nc with V.nc.
I also want to add U.nc with V.nc., the variables u10 and v10 should be added.
How can I do this?