-
Notifications
You must be signed in to change notification settings - Fork 119
Air Quality Modeling
This page is for the main_aqm
branch to support Air Quality Modeling (AQM) and Smoke and Dust (SD). This is available on Hera
, Orion
, and Hercules
as of 10/31/2024.
-
Clone the "main_aqm" branch of the authoritative repository:
git clone -b main_aqm https://github.com/ufs-community/ufs-srweather-app.git cd ufs-srweather-app/sorc
-
Build the app:
- Air Quality Modeling (coupled):
./manage_externals/checkout_externals -e Externals_aqm.cfg ./app_build.sh -a=ATMAQ
- Smoke and Dust (uncoupled):
./manage_externals/checkout_externals -e Externals_smoke_dust.cfg ./app_build.sh
-
Set up the user-specific configuration:
cd ../parm cp config.[application].yaml config.yaml
Where
[application]
isaqm
for air quality modeling, orsmoke_dust
for smoke/dust modeling.Set the following parameters in
config.yaml
for the automatic initial-submission and re-submission bycron
:workflow: USE_CRON_TO_RELAUNCH: true CRON_RELAUNCH_INTVL_MNTS: 3
This means that
cron
will submit the launch script every 3 minutes. Note that you should create your crontab with "crontab -e" first, if this is your first time usingcron
. -
Load the Python environment for the workflow:
module purge source ../versions/run.ver_[machine] module use ../modulefiles module load wflow_[machine]
Where
[machine]
ishera
,orion
, orhercules
. -
Generate the workflow:
./generate_FV3LAM_wflow.py
-
Run the workflow only if
USE_CRON_TO_RELAUNCH: true
was not set inconfig.yaml
(see Step 3 for the automatic resubmission by cron):cd ../../expt_dirs/[EXPT_SUBDIR] ./launch_FV3LAM_wflow.sh
Repeat this launch command until you have
SUCCESS
orFAILURE
on your terminal window.
- Getting Started for Developers
- Repository Structure and Submodules
- Contributor's Guide
- Code Reviewer's Guide
- UFS offline Land Data Assimilation (DA) System
- Global Workflow
- UFS Hurricane Analysis and Forecast System
- UFS Medium-Range Weather Application (no longer supported)
- spack-stack - builds bundled library dependencies using a Spack-based package installation method