All the functions needed to create plots are available under the NCL version 6.6.2, which is the version available on Casper. If you issue the command which ncl, you should see the following path.
/glade/u/apps/opt/ncl/6.6.2/bin/ncl
The easiest way to generate plots you are interested in is to start with an existing sample script and then modify it to suit your needs .
The sample scripts are available from your WRF*/test/em_real/ directories, but can also be found in:
**Click on the buttons below to expand or collapse instructional sections.**
Below is a list of all the available scripts, in the above directory - Suggested scripts to start with for a single file are in orange
- Suggested scripts to start with for multiple files are in teal
Create your own script, or pick one from of the supplied scripts.
If you start with a supplied script, most often all you need to do is change the input file, in this line:
a = addfile("./wrfout_d01_2023-03-31_00:00:00
.nc","r")
Note
You do not need to change your filenames so that they have a trailing ".nc". But KEEP the trailing ".nc" in the above line, as this is used as a file type communicator to NCL.
Run the script
ncl <script>
The output will depend on your setting of "type" in the scripts.