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

Technically, should weight by area #83

Open
andrew-c-ross opened this issue Aug 22, 2024 · 0 comments
Open

Technically, should weight by area #83

andrew-c-ross opened this issue Aug 22, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@andrew-c-ross
Copy link
Contributor

As noted by @amoebaliz, the GLORYS SST comparison weights the statistics by area, but the OISST comparison doesn't:

annotate_skill(mom_rg, oisst_ave, grid[2], dim=['lat', 'lon'], x0=config['text_x'], y0=config['text_y'], xint=config['text_xint'], plot_lat=config['plot_lat'])

Since the OISST comparison is done on a regular lat/lon grid, it should be possible to simply use cosine(lat) as the weights.

@yichengt900 yichengt900 added the enhancement New feature or request label Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants