Skip to content

Commit

Permalink
re-enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoAndrade-NOAA authored Sep 8, 2023
1 parent 9753c37 commit f6f1ca7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ci/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ accnr=${accnr:-"nems"}
build_exe=yes

#Choose run specific model
run_nmmb=no
run_gfs=no
run_gefs=no
run_fv3r=no
run_rap=no
run_nmmb=yes
run_gfs=yes
run_gefs=yes
run_fv3r=yes
run_rap=yes
run_hrrr=yes
run_hafs=no
run_rtma=no
run_hafs=yes
run_rtma=yes

#find machine
mac=$(hostname | cut -c1-1)
Expand Down

0 comments on commit f6f1ca7

Please sign in to comment.