Hi,
Thanks for your reply. I changed the output to .dfs2 from .dfsu and I get the output which looks somewhat logical but I am still confused as the .dfs file system works where they flatten the array, meaning that a 16*25 array will become a list of 400 values. What I am not able to understand is that how is the flattening of array done. In my model, 16 directions for wave propagation and 25 frequencies. I am trying to figure out whether it is block of 16 direction per frequency or block of 25 frequency per direction.
Currently, I have seen that it makes sense if i use block of 16 per frequency. I am not sure if i make any sense so i just attached my result.
Hope, someone can agree to what I am trying to do.