Hello:
How do I read multiple netcdf files with ncread inside?
I could list every file name like this:
data_files = {'filename.nc', 'filename2.nc'}. How can I avoid this? For netcdf files, is there a command like dir for ascii and text files?
Jonathan
How do I read multiple netcdf files with ncread inside?
I could list every file name like this:
data_files = {'filename.nc', 'filename2.nc'}. How can I avoid this? For netcdf files, is there a command like dir for ascii and text files?
Jonathan