Difference between revisions of "Analyzing WRF-GC outputs"
From atmoschem
(→Tools for analyzing WRF-GC outputs) |
(→Tools for analyzing WRF-GC outputs) |
||
Line 1: | Line 1: | ||
==Tools for analyzing WRF-GC outputs== | ==Tools for analyzing WRF-GC outputs== | ||
+ | |||
Some tools to visualize and analyse the WRF-GC outputs. | Some tools to visualize and analyse the WRF-GC outputs. | ||
* [http://www.ncl.ucar.edu/ NCL] (recommended) | * [http://www.ncl.ucar.edu/ NCL] (recommended) | ||
+ | : The NCAR Command Language (NCL) can read in NetCDF data and create plots based on many example scripts for WRF (please refer to [http://www.ncl.ucar.edu/Applications/wrf.shtml NCL scripts for WRF]). | ||
* [http://www.nersc.gov/users/data-analytics/data-management/i-o-libraries/netcdf-2/ncview/ NCView] | * [http://www.nersc.gov/users/data-analytics/data-management/i-o-libraries/netcdf-2/ncview/ NCView] | ||
− | * Matlab | + | * [https://www.mathworks.com/ Matlab] |
: [https://www.eoas.ubc.ca/~rich/map.html M_map]: A mapping package for Matlab | : [https://www.eoas.ubc.ca/~rich/map.html M_map]: A mapping package for Matlab | ||
: [https://ww2.mathworks.cn/help/matlab/network-common-data-form.html?lang=en High-level functions for NetCDF files] | : [https://ww2.mathworks.cn/help/matlab/network-common-data-form.html?lang=en High-level functions for NetCDF files] | ||
* Python | * Python |
Revision as of 22:04, 25 December 2018
Tools for analyzing WRF-GC outputs
Some tools to visualize and analyse the WRF-GC outputs.
- NCL (recommended)
- The NCAR Command Language (NCL) can read in NetCDF data and create plots based on many example scripts for WRF (please refer to NCL scripts for WRF).
- M_map: A mapping package for Matlab
- High-level functions for NetCDF files
- Python