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

0.25 deg CICE grid misaligned: U points at NW corner #280

Open
aekiss opened this issue Feb 22, 2024 · 9 comments
Open

0.25 deg CICE grid misaligned: U points at NW corner #280

aekiss opened this issue Feb 22, 2024 · 9 comments
Labels

Comments

@aekiss
Copy link
Contributor

aekiss commented Feb 22, 2024

The 0.25° CICE grid is misaligned: u points are at the NW corner of t cells instead of the NE corner. The latitudes are offset correctly but the longitudes are offset incorrectly - see this notebook. Both u latitudes and u longitudes are incorrectly set at the NW corner - see below

  • ulon -280... 79.75 offset 1 cell to the west!
  • tlon -279.875... 79.875

Thanks to @anton-seaice for spotting this.

Related issues:

@aekiss
Copy link
Contributor Author

aekiss commented Feb 22, 2024

@MartinDix does this also affect ACCESS-OM2-025?

@MartinDix
Copy link

It looks like both ulat and ulon were set from the NW corner, so ulat is also wrong in the tripolar region.

See https://github.com/MartinDix/notebooks/blob/master/grid025_check.ipynb

@MartinDix
Copy link

@MartinDix does this also affect ACCESS-OM2-025?

Testing in u-cz789 (PD control with ocean/ice starting from standard OM2 initial state) with a corrected CICE grid file shows differences from the start.

@anton-seaice
Copy link

FYI @aidanheerdegen :- we haven't finalised a fix yet, but well need a fix before the 0.25 deg ACCESS-NRI release

@aekiss
Copy link
Contributor Author

aekiss commented Feb 28, 2024

It looks like both ulat and ulon were set from the NW corner, so ulat is also wrong in the tripolar region.

thanks for spotting that @MartinDix

@aekiss
Copy link
Contributor Author

aekiss commented Feb 28, 2024

The ulon error is -0.25° throughout the non-tripolar region, but increases in magnitude in the tripolar region up to -180° at the two tripolar points - see https://github.com/aekiss/notebooks-MartinDix/blob/master/grid025_check.ipynb

download

@anton-seaice
Copy link

anton-seaice commented Feb 28, 2024

Does OM2 (OASIS?) map variables from MOM to CICE based on the lat/lon information? And if so, does that use ULON or TLON? Or is it just based on the grid cell index?

i.e. does the [0,0] cell from MOM, end up coupled with the [0,0] cell or the [0,-1] cell?

@anton-seaice
Copy link

@anton-seaice
Copy link

This issue was fixed here:

COSIMA/esmgrids@1b6837d

With some testing added too. We should be getting accuracy between mom & cice grids of ~1e-13.

This was added to the OM2 configs here through four PRs linked here: ACCESS-NRI/access-om2-configs#17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants