|
|
Graphics: NCL - Example
wrf_Cross2D.ncl
Example script illustrating how to calculate data along a cross section line for 2D fields.
In this script note:
- All data for field T2 is read in one step (wrf_user_getvar);
- A cross section line is created;
- Along which the data is interpolated (wrf_user_interp2d;
- This is then plotted as an xy plot
- Longitude data along the line is collected for the X-axis.
|