copy netcdf file using python
问题 I would like to make a copy of netcdf file using Python. There are very nice examples of how to read or write netcdf-file, but perhaps there is also a good way how to make the input and then output of the variables to another file. A good-simple method would be nice, in order to get the dimensions and dimension variables to the output file with the lowest cost. 回答1: I found the answer to this question at python netcdf: making a copy of all variables and attributes but one, but I needed to