Skip to content

Commit

Permalink
Merge pull request #194 from NOAA-GFDL/update-yamltools-readme
Browse files Browse the repository at this point in the history
Update yamltools README.md
  • Loading branch information
singhd789 authored Sep 30, 2024
2 parents 67ae71a + b04732d commit 76eead5
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions fre/yamltools/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
## FRE yamltools
### Tools:
- `combine-yaml.py`: creates a `combined-[experiment name].yaml` file in which the [model].yaml, compile.yaml, platforms.yaml, [experiment].yaml, and [analysisscript].yaml are merged
`fre yamltools` provides subtools that help to manage and perform operations on yaml files.

## Subtools
- `fre yamltools combine-yamls [options]`
- Purpose:
- Creates combined yaml file in which the [model].yaml, compile.yaml, and platforms.yaml are merged if `--use compile` is specified
- Creates combined yaml file in which the [model].yaml, [experiment].yaml, and [analysis].yaml are merged if `--use pp` is specified
- Options:
- `-y, --yamlfile [experiment yaml] (required)`
- `-p, --platform [platform] (required)`
- `-t, --target [target] (required)`
- `-e, --experiment [experiment name]`
- `--use [compile|pp] (required)`

### **Tests**

Expand Down

0 comments on commit 76eead5

Please sign in to comment.