Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.75 KB

README.md

File metadata and controls

50 lines (29 loc) · 1.75 KB

fre-examples

This repository holds public facing example yaml configurations. These yamls can include configurations for compilation, post-processing, and analysis.

Yaml devlopment should always include a model yaml. One model yaml can be used for all processes.

For compilation, required yamls include:

  • [model].yaml
  • compile.yaml
  • platforms.yaml

For post-processing, required yamls include:

  • [model].yaml
  • [experiment name].yaml for each post-processing experiment

For analysis, required yamls include:

  • [model].yaml
  • [analysis component].yaml for each analysis component

Yamls Contributed

Contributing to YAML Development

  1. To create the model yaml, follow this guide: Model YAML Dev

  2. To create the compile yaml, follow this guide: Compile YAML dev

  3. To create the platforms.yaml, follow this guide: Platforms YAML dev

  4. To create the post-processing yaml, follow this guide: PP YAML dev

  5. For yaml format recommendations, tips, and tricks: Helpful Information

Usage

These yamls can be used with FRE-cli tools.

The model, compile, and platforms yaml will be used with fre make subtools: