From 810e4e2e84998734692cedb2f3270882a1311f42 Mon Sep 17 00:00:00 2001 From: Brian Curtis Date: Thu, 23 Mar 2023 22:59:58 +0000 Subject: [PATCH] Separate out AQM changes to it's own PR --- .gitmodules | 6 ++++-- AQM | 2 +- tests/rt_gnu.conf | 4 ++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index a3775fc12d..39feeab845 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,8 +40,10 @@ branch = develop [submodule "AQM"] path = AQM - url = https://github.com/NOAA-EMC/AQM - branch = develop + url = https://github.com/BrianCurtis-NOAA/AQM + branch = aqm_gnu + #url = https://github.com/NOAA-EMC/AQM + #branch = develop [submodule "NOAHMP"] path = NOAHMP-interface/noahmp url = https://github.com/NOAA-EMC/noahmp diff --git a/AQM b/AQM index 37cbb7d684..5d573e651f 160000 --- a/AQM +++ b/AQM @@ -1 +1 @@ -Subproject commit 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 +Subproject commit 5d573e651f2f270d65c3b7b38a7bb9f2875c4b31 diff --git a/tests/rt_gnu.conf b/tests/rt_gnu.conf index 081f88dcca..a0a5b6ef26 100644 --- a/tests/rt_gnu.conf +++ b/tests/rt_gnu.conf @@ -101,3 +101,7 @@ RUN | cpld_debug_p8 COMPILE | -DAPP=NG-GODAS | | fv3 | RUN | datm_cdeps_control_cfsr | | fv3 | + +### ATMAQ Tests ### +COMPILE | -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON | | fv3 | +RUN | regional_atmaq | | fv3 |