I'm trying to duplicate a netCDF4 file with only a subset of the original variables. After creating a new variable using the netCDF4-python library, how do I set it to be equal to a variable in a different file?
Asked
Active
Viewed 1,215 times
0
-
Can you post the code you've tried so far? – John Jul 18 '18 at 22:07
-
See this answer, which gives an example. https://stackoverflow.com/a/48769042/1211981 – Eric Bridger Jul 21 '18 at 23:57