Skip to content
Anna Smoot edited this page Dec 3, 2024 · 8 revisions

Welcome to the AQM-Workflow Wiki!

This information is up to date as of Dec. 2, 2024 and corresponds to tag dc1236c. We are working on availability on the following machines: Hera, WCOSS2, and Gaea C6.

Quick Start Guide

  1. Clone the "AQM-Workflow" branch of the authoritative repository:

    git clone https://github.com/NOAA-EMC/AQM-Workflow.git
    git submodule update --init --recursive
    cd sorc
    
  2. Build the app:

    • Air Quality Modeling (coupled):
    • machine_name = hera, wcoss2, or gaeac6
    ./app_build.sh -a=ATMAQ -p=<machine_name> 
    
  3. Set up the user-specific configuration:

  4. Load the Python environment for the workflow:

  5. Generate the workflow:

  6. Run the workflow:

THIS IS A WORK IN PROGRESS

Please understand this is not a finished version yet.

Clone this wiki locally