|
|
Graphics: NCL - Example
wrf_Surface_multi_input_files.ncl: An example script to plot basic surface fields, using split input files.
In this script note:
- The script uses the NCL function "systemfunc" to get a list of files to open;
- It then opens them all with the NCL function "addfiles";
- It reads add the data at once;
- Then calculates temperature in F, slp and surface wind; and
- Fianlly loops through all times to create the plots.
|