global_equiv_resol

Structured YAML to run the WRF preprocessing component global_equiv_resol is validated by JSON Schema and requires the global_equiv_resol: block, described below. If global_equiv_resol is to be run via a batch system, the platform: block, described here, is also required.

Documentation for the UFS Utils global_equiv_resol program is here.

Here is a prototype UW YAML global_equiv_resol: block, explained in detail below:

global_equiv_resol:
  execution:
    batchargs:
      cores: 1
      walltime: "00:01:00"
    executable: /path/to/global_equiv_resol.exe
  input_grid_file: /path/to/input/grid/file
  run_dir: /path/to/dir/run
platform:
  account: me
  scheduler: slurm

UW YAML for the global_equiv_resol: Block

execution:

See this page for details.

input_grid_file:

The path to the input grid file required by the program.

run_dir:

The path to the run directory.