|
|
Graphics: NCL - Example
wrf_ts.ncl
Example script illustrating how to read and plot data from WRF time series output.
In this script note:
- Use the NCL function readAsciiTable to read the data - we know the data as 19 columns and 1 header record;
- The 19 column of data in WRF ts output files represents: id, ts_hour, id_tsloc, ix, iy, t, q, u, v, psfc, glw, gsw, hfx, lh, tsk, tslb(1), rainc, rainnc, clw, see WRFV3/run/README.tslist for more details regarding time series output from the model
|