Hi,
I am using OpenGrADS to analyze climate data. I have number of netcdf files in a directory. I am able to open files one by one but unable to open all by using a loop. In MatLab "dir" function allows user to extract files information from directory into a variable and then user can use the indices of that variable to get names of each file by using a loop. How can I perform same procedure in OpenGrADS?
Thank you in advance.