Closed
Description
In the process of testing the C grid code with the new areafact computation in a long tx1
simulation, I found out that the current tx1 JRA55 forcing is unphysical, likely coming from the interpolation procedure used to create it.
For example, here are the x-ward winds at the first time slice of year 2005:
Similar patterns can be found for the other years and the rest of the forcing fields. The longitude field in the forcing files is also wrong:
compared to the correct tx1 longitude field (from the tx1 bathymetry file):
Fortunately it seems the newer "JRA55do" data is correctly interpolated.
So this raises a few points:
- What script was used to create the JRA55 data ? to create the JRA5do data ? I found https://github.com/CICE-Consortium/CICE/blob/main/configuration/tools/jra55_datasets/interp_jra55_ncdf_bilinear.py, which dates back from the original addition of JRA55 in e204fb8. But it's unclear if this same script was used to create the JRA55do dataset.
- What should we do with the current JRA55 dataset, which is on Zenodo ? should we create a new version, correctly interpolated, or just deprecate it and use JRA55do for the tx1 grid ?
/cc list based on #435: @daveh150 @rallard77 @dabail10 @apcraig