I have been using a NCL script to for some data operation and visualisation. It takes two ".nc" files from two different folder as input and provides the output in the terminal. Now, I have around hundred files, for which the same script to be operated. I tried to read all the files in the folder and create a loop to carry forward the task, but failed. Concatenating the data from all files will not work for my case, since the files does not contain same length of dimension. Can anyone provide a solution for my case? Thanking everyone in anticipation !

P.S: I am attaching a screenshot of the NCL code for your reference. 

Similar questions and discussions