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

Updating yaml file #223

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions cmip6_preprocessing/specs/staggered_grid_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -302,11 +302,11 @@ NorESM1-F:
NorESM2-LM:
gn:
axis_shift:
X: right
X: left
Y: left
gr:
axis_shift:
X: right
X: left
Y: left
NorESM2-MM:
gn:
Expand Down Expand Up @@ -336,5 +336,10 @@ UKESM1-0-LL:
MPI-ESM1-2-LR:
gn:
axis_shift:
X: left
X: right
Y: left
CMCC-ESM2:
gn:
axis_shift:
X: right
Y: right
9 changes: 9 additions & 0 deletions docs/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

What's New
===========
.. _whats-new.0.8.0:

v0.8.0 (unreleased)
-------------------

Internal Changes
~~~~~~~~~~~~~~~~
- Corrected grid orientations (:pull:`223`). By `Dianne Deauna <https://github.com/jdldeauna>

.. _whats-new.0.6.0:

v0.6.0 (unreleased)
Expand Down