shave
Structured YAML to run shave is validated by JSON Schema and requires the shave: block, described below. If shave is to be run via a batch system, the platform: block, described here, is also required.
Here is a prototype UW YAML shave: block, explained in detail below:
shave:
config:
input_grid_file: /path/to/input/grid/file
nh4: 1
nx: 214
ny: 128
execution:
batchargs:
cores: 1
walltime: "00:01:00"
executable: /path/to/shave
run_dir: /path/to/dir/run
platform:
account: me
scheduler: slurm
UW YAML for the shave: Block
execution:
See this page for details.
config:
Describes the required parameters to run a shave configuration.
input_grid_file:
Name of the grid file with extra points to be shaved.
nh4:
The number of halo rows/columns.
nx:
The i/x dimensions of the compute domain (not including halo).
ny:
The j/y dimensions of the compute domain (not including halo)
run_dir:
The path to the run directory.