NVIDIA / earth2mip

Earth-2 Model Intercomparison Project (MIP) is a python framework that enables climate researchers and scientists to inter-compare AI models for weather and climate.

Home Page:https://nvidia.github.io/earth2mip/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ›[BUG]: Outputting sub-domains of globe to NetCDF breaks

mariusaurus opened this issue Β· comments

Version

0.2.0

On which installation method(s) does this occur?

Source

Describe the issue

outputting any domains other than full globe result in shape missmatch error. Error is in line 155 of earth2mip/netcdf.py, in which data should be replaced with regional_data:
output = regional_data[:, index]

Environment details

No response