This repo contains a Jupyter notebook detailing how to read netCDF files and create typical 2D/3D plots. The script makes use of a number of files which are stored here under the directory 'files'.
Clone this repository. Create a suitable conda environment using the environment.yaml file and activate it as follows:
conda env create -f environment.yml
conda activate netcdf_plot
This notebook makes use of a number of different netCDF files. It can be modified to read in any netCDF files, but the specific test files can be accessed on Hugging Face. The notebook expects these files to be stored within a directory named 'files'.