I have downloaded the meteorological data in NetCDF format from two different sites. I need to merge two files to put in my ocean model. when running the model with the merged file I got the below error.
Error occurred in NetCDF routine NF90_get_att NetCDF: Attribute not found.
I think before merging I have to same the attributes of two NetCDF files. but I don't know how to do it. could you please tell me How can I fix this ? Here is the link that I have shared the two files and the piece of the code. this code is a part of my ocean model that reads the meteorological file. https://drive.google.com/open?id=1GB4VbweJvZrKLkK8rUxBXz1gjVcj_n3N Any help would be appreciated.