Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMIP6 data problem with MCM-UA-1-0 #1100

Closed
ledm opened this issue Apr 30, 2021 · 3 comments
Closed

CMIP6 data problem with MCM-UA-1-0 #1100

ledm opened this issue Apr 30, 2021 · 3 comments
Assignees
Labels
AR6 Necessary changes for IPCC AR6 data issue

Comments

@ledm
Copy link
Contributor

ledm commented Apr 30, 2021

Hi,

the MCM-UA-1-0 data seems to include longitude values outside the 0-360 acceptable range.

On jasmin, the file is:

/badc/cmip6/data/CMIP6/CMIP/UA/MCM-UA-1-0/historical/r1i1p1f2/Omon/tos/gn/latest/tos_Omon_MCM-UA-1-0_historical_r1i1p1f2_gn_185001-201412.nc

which includes longitude at -0.9375.

The solution is likely to be adding an intersection command to the fix file:

cube = cube.intersection(longitude=(0., 360.))
@zklaus
Copy link

zklaus commented Apr 30, 2021

👍 looks weird. Seems they decided to put exactly one (column of) cell(s) on the other side of the globe 🤷

@remi-kazeroni remi-kazeroni transferred this issue from ESMValGroup/ESMValTool May 5, 2021
@remi-kazeroni
Copy link
Contributor

I think this problem is the same as in #527. Many variables are affected: tos, sos, so, thetao, sithick,... I'll open a PR to fix that.
I transfered this data issue to ESMValCore.

@remi-kazeroni
Copy link
Contributor

This can be closed now that #1098 is merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AR6 Necessary changes for IPCC AR6 data issue
Projects
None yet
Development

No branches or pull requests

3 participants