ReadWrfChem
read WRF-Chem (Weather Research and Forecasting model coupled to Chemistry) data files
Parameters
name |
description |
type |
|---|---|---|
file_dir |
NC files directory |
String |
num_partitions_lat |
number of partitions in lateral |
Int |
num_partitions_ver |
number of partitions in vertical |
Int |
var_dim |
Dimension of variables (2D, 3D, other) |
String |
true_height |
Use real ground topology ((NONE)) |
String |
GridX |
grid Sout-North axis ((NONE)) |
String |
GridY |
grid East_West axis ((NONE)) |
String |
pert_gp |
perturbation geopotential ((NONE)) |
String |
base_gp |
base-state geopotential ((NONE)) |
String |
GridZ |
grid Bottom-Top axis ((NONE)) |
String |
Variable0 |
Variable0 ((NONE)) |
String |
Variable1 |
Variable1 ((NONE)) |
String |
Variable2 |
Variable2 ((NONE)) |
String |
U |
U ((NONE)) |
String |
V |
V ((NONE)) |
String |
W |
W ((NONE)) |
String |
Supported Reader Parameters
name |
description |
type |
|---|---|---|
first timestep to read |
Int |
|
last timestep to read (-1: last available) |
Int |
|
number of steps to increment |
Int |
|
rank for first partition of first timestep |
Int |
|
distribute timesteps across MPI ranks |
Int |
The meaning of these parameters is described in more detail in the Reader Parameters documentation.
Supported System Parameters
name |
description |
type |
|---|---|---|
number of OpenMP threads (0: system default) |
Int |
|
show timing information |
Int |
|
number of tasks to keep in flight per MPI rank (-1: #cores/2) |
Int |
|
prioritize currently visible timestep |
Int |
|
validate data objects before sending to port (Disable, Quick, Thorough) |
Int |
The meaning of these parameters is described in more detail in the System Parameters documentation.