๐[BUG]: Outputting sub-domains of globe to NetCDF breaks
mariusaurus opened this issue ยท 0 comments
mariusaurus commented
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