Personal tools
User menu

Difference between revisions of "Analyzing WRF-GC outputs"

From atmoschem

Jump to: navigation, search
(Tools for analyzing WRF-GC outputs)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
==Tools for analyzing WRF-GC outputs==
+
==WRF-GC output structure==
 +
Output files generated by the WRF-GC model are similar to WRF-Chem outputs, so you have a large set of tools available to your disposal already developed by the WRF-Chem community. We provide some examples below.
  
 +
Please note that WRF-GC species follow the GEOS-Chem species list, thus you might have to slightly modify scripts already available for WRF-Chem.
 +
 +
Outputs are in netCDF-3 ("Classic") format and can be configured in the WRF namelist. Outputs for diagnostics and species concentrations are instantaneous.
 +
 +
 +
==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.
Line 10: Line 17:
  
 
* [https://www.mathworks.com/ 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 to create plots.
: [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] : Use functions to read data from in NetCDF data source easily.
  
 
* Python
 
* Python

Latest revision as of 23:25, 25 December 2018

WRF-GC output structure

Output files generated by the WRF-GC model are similar to WRF-Chem outputs, so you have a large set of tools available to your disposal already developed by the WRF-Chem community. We provide some examples below.

Please note that WRF-GC species follow the GEOS-Chem species list, thus you might have to slightly modify scripts already available for WRF-Chem.

Outputs are in netCDF-3 ("Classic") format and can be configured in the WRF namelist. Outputs for diagnostics and species concentrations are instantaneous.


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 to create plots.
High-level functions for NetCDF files : Use functions to read data from in NetCDF data source easily.
  • Python
  • This page was last modified on 25 December 2018, at 23:25.
  • This page has been accessed 2,980 times.