Does anyone know how to use the NetCDF files coming from CORDEX regional climate model data on single levels for Europe?

1. I downloaded a single nc file using the ecmwfr package using the attached code successfully

2. When I used the brick function from the raster package to load the data I got the warning messages:

==============

Warning messages: 1: In .getCRSfromGridMap4(atts) : cannot process these parts of the CRS: grid_north_pole_latitude=39.25 grid_north_pole_longitude=-162 2: In .getCRSfromGridMap4(atts) : cannot create a valid CRS grid_north_pole_latitude=39.25 grid_north_pole_longitude=-162 ==============

Consequently the brick object has no CRS. And all my attempts to set CRS manually failed. An email sent to C3S/CAMS User Support returned the answer:

==============

I would recommend you use Panoply to visualize the data. We do not provide support for the use of our data in packages such as R or GrADS I'm afraid. But Panoply usually can handle our data. The link to Panoply is available from What are NetCDF files and how can I read them.

==============

Am I missing something obvious?

More Konstantinos Vantas's questions See All
Similar questions and discussions