Hello here I am working with multiple netcdf MODIS datas using NCDataset.jl.
I don’t know how “fnames” mean by vector files, below is the example to load datas from documentation.
mfds = NCDataset(fnames,mode = “r”; aggdim = nothing, deferopen = true, _aggdimconstant = false)
let say I have this list data in my directory, how can I make it by vector files (of fnames)?
TERRA_MODIS.20000224.L3m.DAY.SST.sst.4km.nc
TERRA_MODIS.20000225.L3m.DAY.SST.sst.4km.nc
TERRA_MODIS.20000226.L3m.DAY.SST.sst.4km.nc
or is there any method to load multiples .nc datas?