esg_grid

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

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

esg_grid:
  execution:
    batchargs:
      nodes: 1
      stdout: /path/to/runscript.out
      walltime: "08:00:00"
    executable: /path/to/esg_grid
  namelist:
    base_file: /path/to/base_file
    update_values:
      regional_grid_nml:
        delx: 0.11
        dely: 0.11
        lx: -214
        ly: -128
        pazi: 0.0
        plat: 38.5
        plon: -97.5
    validate: true
  run_dir: /path/to/esg_grid
platform:
  account: me
  scheduler: slurm

UW YAML for the esg_grid: Block

execution:

See this page for details.

namelist:

Supports base_file: and update_values: blocks (see the Updating Values for details). Namelist options are described regional_esg_grid.

Before the namelist file is written, its proposed content will be validated against the appropriate schema. This can be suppressed by setting validate: false in the UW YAML configuration block for the namelist.

run_dir:

The path to the run directory.