diff --git a/.gitmodules b/.gitmodules index a3775fc12d..c367dd299c 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 = bugfix2dev + #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 572f3cc272..7f3b3b9ab4 160000 --- a/AQM +++ b/AQM @@ -1 +1 @@ -Subproject commit 572f3cc2727916d8805aae162b656566874bb88a +Subproject commit 7f3b3b9ab40227638d6184a76ba17a4a1f4b4d08 diff --git a/tests/rt.conf b/tests/rt.conf index 1e8039b267..e412058f45 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -272,5 +272,5 @@ RUN | atmaero_control_p8_rad_micro COMPILE | -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 | | fv3 | RUN | regional_atmaq | | fv3 | -COMPILE | -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON | | fv3 | -RUN | regional_atmaq_debug | - jet.intel gaea.intel cheyenne.intel | fv3 | +#COMPILE | -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON | | fv3 | +#RUN | regional_atmaq_debug | - jet.intel gaea.intel cheyenne.intel | fv3 |