You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: