Requirements
Installation can be done by installing ncl using conda
this will create a conda enivronment. We need to activate the envrionment we created
conda create -n ncl_stable -c conda-forge ncl
by entering the following command
Conda environment for ncl is ready by now. Then you can go to your working directory
source activate ncl_stable
where you have the data, then run ncl_quicklook command,
ncl_quicklook data.nc
More options are available: ncl_quicklook -v var -t time_index -lev level -pltype plot_type -o
output_format -cmap color_map -region sub-region -cont cmin,cmax,cint
-animate -gif -addCyclic logical -savescript input-file
Comments