|
|
Graphics: NCL - Example
wrf_Cross2D.ncl: An 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.
|