Skip to content
Anna Smoot edited this page Feb 13, 2025 · 13 revisions

Welcome to the AQM-Workflow Wiki!

This information is up to date as of February 5, 2024 and corresponds to tag [47510ef]. We are working on availability on the following machines: WCOSS2 and Gaea C6. Currently, AQM-Workflow only works on WCOSS2.

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 = wcoss2, or gaeac6
    ./app_build.sh -a=ATMAQ -p=<machine_name> 
    

    OR follow instructions in GETTING_STARTED.md:

    cat GETTING_STARTED.md
    
  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