ReadWrfChem
read WRF-Chem (Weather Research and Forecasting model coupled to Chemistry) data files
Parameters
name |
description |
type |
---|---|---|
first_step |
first timestep to read |
Int |
last_step |
last timestep to read (-1: last) |
Int |
step_increment |
number of steps to increment |
Int |
first_rank |
rank for first partition of first timestep |
Int |
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 |
distribute_time |
distribute timesteps across MPI ranks |
Int |