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

sparsegrid global averaging #7

Open
djk2120 opened this issue Dec 22, 2022 · 0 comments
Open

sparsegrid global averaging #7

djk2120 opened this issue Dec 22, 2022 · 0 comments

Comments

@djk2120
Copy link
Owner

djk2120 commented Dec 22, 2022

sparsegrid global accumulation/averaging does not include Antarctica, therefore if you are comparing to other global products, you need to mask out antarctica

for standard 2deg output this can be achieved via:
f = 'clusters.clm51_PPEn02ctsm51d021_2deg_GSWP3V1_leafbiomassesai_PPE3_hist.annual+sd.400.nc'
sg = xr.open_dataset(f)
la = sg.landfrac*sg.area

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

No branches or pull requests

1 participant