I am working with CORDEX data and would like to extract precipitation and temperature data from NetCDF files for several stations.

I have CDO and NCO installed on my system.

I have used the command line below to extract data for the individual station but this takes longer and one can easily make mistake while modifying stations coordinates.

cdo -outputtab, date,value -remapnn,lon=X_lat=Y infile.nc > Outfile.txt

Is there a possibility to extract data at once for the stations?

Similar questions and discussions