wrfchem/std wrfchem/std
#
Description#
WRF-Chem domain plugin
freum 2021-08-12 STATUS: work in progress NOTES: - Both met_em and geo_em have XLONG_C, XLAT_C. wrfinput does not. - No wps file has bottom_top, wrfinput does (because vertical
interpolation is done by real.exe).
- -> So need both. Therefore, user has to run at least a short case on
the domain all the way up to real.exe before running cif for now
YAML arguments#
The following arguments are used to configure the plugin. pyCIF will return an exception at the initialization if mandatory arguments are not specified, or if any argument does not fit accepted values or type:
Mandatory arguments#
- dir_geo_em : str, mandatory
Directory that contains geo_em.d??.nc produced by geogrid.exe (needed for longitude/latitude corners)
- dir_wrfinput : str, mandatory
Directory that contains (wrfinput_d??) produced by real.exe (needed for vertical grid layout)
- max_dom : str, mandatory
Number of domains to use (in nested domain setup)
YAML template#
Please find below a template for a YAML configuration:
1domain:
2 plugin:
3 name: wrfchem
4 version: std
5 type: domain
6
7 # Mandatory arguments
8 dir_geo_em: XXXXX # str
9 dir_wrfinput: XXXXX # str
10 max_dom: XXXXX # str