Questions tagged [ncks]
17 questions
0
votes
1 answer
Using NCKS in NCO with large dataset with changing file names
I am trying to extract one variable from large NetCDF files hosted on a FTP server. One option that works well is to download the files one by one with wget, get the variable I want in a new .nc file using ncks and delete the original file. However,…

Cynthia GS
- 522
- 4
- 20
0
votes
1 answer
ncks error when variable name has spaces
ncks -v name of var inp.nc out.nc
I have a netCDF file with a hyperslab called name of var However, since the hyperslab has a space in the name, it leads to an error"
ncks: ERROR recieved 3 filenames; need no more than two
How to fix this?

user308827
- 21,227
- 87
- 254
- 417