Leonardo
Results
1
comments of
Leonardo
Hello, you can use the xarray library. This function and the link can help you. https://github.com/NCAR/wrf-python/issues/91 def write_xarray_to_netcdf(xarray_array, output_path,mode='w', format='NETCDF4', group=None, engine=None, encoding=None): """writes and xarray in a netcdf format...