ai2cm / pace

Implementation of the FV3GFS / SHiELD atmospheric model in Python
https://ai2cm.github.io/pace/
Apache License 2.0
37 stars 12 forks source link

Feature/transform grid stretch #316

Closed ajdas1 closed 2 years ago

ajdas1 commented 2 years ago

Purpose

Added function that allows for Schmidt grid transformation - provided a stretch factor and target longitude and latitude. Tile 6 (S pole) is shrunk by stretch_factor (all other tiles are stretched to compensate), and then tile 6 is shifted so it is centered on target longitude and latitude.

Checklist

Before submitting this PR, please make sure: