-
|
Hi ESMValtool community, I wanted to assess some model runs with the aeronet AOD data and was following the process here to download and format the Aeronet data and get a File header error: The first command to download flags no error but the second format command flags the error above. The esmvaltool (v2.12.0) is available as a module in the HPC I am working on so I can't make changes to Any help in this is much appreciated, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Modifying the file header indeed makes the cmorization work. It would be great if you could open a PR to fix this. I am wondering if this error comes from a change in the file being downloaded from the AERONET/NASA website or an initial typo. The formatting seemed to be working when it was merged and for the 2.12 release, so to be determined still. A potential workaround for you would be to install yourself ESMValTool (see here for instructions), make the modification in the file Let me know if you run into issues after trying these different steps! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Modifying the file header indeed makes the cmorization work. It would be great if you could open a PR to fix this. I am wondering if this error comes from a change in the file being downloaded from the AERONET/NASA website or an initial typo. The formatting seemed to be working when it was merged and for the 2.12 release, so to be determined still.
A potential workaround for you would be to install yourself ESMValTool (see here for instructions), make the modification in the file
cmorizers/data/formatters/datasets/aeronet.pyto run the cmorizer and produce the desired AERONET cmorized files (do not forget to copy them to your/OBS6/Tier3/AERONET/folder after ), and then switch back to us…