hi
i have netcdf file with rotated coordinates.
i want to extract data using cdo
i am using following command
cdo -outputtab,date,value -remapnn,lon=X_lat=Y infile.nc > output.txt
here X = longitude and Y = latitude
now my question is :
here rotated coordinates need to be entered or should i use non-rotated coordinates?