Skip to content

Commit

Permalink
Separate out AQM changes to it's own PR
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianCurtis-NOAA committed Mar 23, 2023
1 parent 10ceadd commit 810e4e2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion AQM
4 changes: 4 additions & 0 deletions tests/rt_gnu.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

0 comments on commit 810e4e2

Please sign in to comment.