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

Add custom target grid to mean climate #973

Merged
merged 5 commits into from
Aug 17, 2023
Merged

Add custom target grid to mean climate #973

merged 5 commits into from
Aug 17, 2023

Conversation

acordonez
Copy link
Collaborator

@acordonez acordonez commented Aug 17, 2023

How it works:
The "target_grid" variable is set to the desired LATxLON spacing, in degrees. For example, "1x1.25" will set a target grid with resolution of 1 degrees latitude and 1.25 degrees longitude. A default of 2.5x2.5 degrees is set in the mean climate parser.

There is a slight change in how the 2.5x2.5 degree case is handled from what is currently in PMP v3.1.1. The starting latitude is -90+0.5*latitude_resolution, versus -88.875. This was tested using the baseline case from the mean climate demo notebook, and I found that the metrics are identical to the hundreths or thousandths place.

@acordonez acordonez requested a review from lee1043 August 17, 2023 18:30
@lee1043 lee1043 linked an issue Aug 17, 2023 that may be closed by this pull request
@acordonez acordonez merged commit a62125f into main Aug 17, 2023
5 checks passed
@acordonez acordonez deleted the 972_ao_targetgrid branch August 17, 2023 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support custom target grid resolution in mean climate
2 participants