Description
What is your issue?
Hello,
I'm trying to load wrf data using xarray open_mfdataset and xwrf.postprocess()
However xwrf is return this error message
ds=xa.open_mfdataset(dados_wrf,concat_dim='Time',combine='nested').xwrf.postprocess()
File ~/miniconda3/envs/geo/lib/python3.12/site-packages/xwrf/accessors.py:147 in postprocess
_ds = ds.pipe(include_projection_coordinates)
File ~/miniconda3/envs/geo/lib/python3.12/site-packages/xarray/core/common.py:775 in pipe
return func(self, *args, **kwargs)
_File ~/miniconda3/envs/geo/lib/python3.12/site-packages/xwrf/postprocess.py:105 in include_projection_coordinates
_grid_components = wrf_grid_from_dataset(ds)
_File ~/miniconda3/envs/geo/lib/python3.12/site-packages/xwrf/grid.py:61 in wrf_grid_from_dataset
raise NotImplementedError(f'WRF proj not implemented yet: {proj_id}')
NotImplementedError: WRF proj not implemented yet: 6
Could help me with this problem? Is there some argument that I'm missing in my code?
Thank you for any help
With best regards,
Taoan