right now I am able to open multiple netcdf files from a single folder using the command given below:
dsmerged = xarray.open_mfdataset('F:/netcdf/example/*.nc')
However, I am unable to open multiple netcdf files from different folders or directories using this command. Suppose I am having multiple netcdf files stored in multiple folders so how can I open together? Suggestions are appreciated.