Skip to content

Commit

Permalink
Fix unittest.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielabdi-noaa committed Dec 7, 2022
1 parent cb045ce commit 51668b1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ush/generate_FV3LAM_wflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,15 @@ def run_workflow(USHdir, logfile):
run_command(
f"""{SED} -i 's/MACHINE: hera/MACHINE: linux/g' {USHdir}/config.yaml"""
)
run_command(
f"""{SED} -i 's/RUN_TASK_MAKE_GRID: false/RUN_TASK_MAKE_GRID: true/g' {USHdir}/config.yaml"""
)
run_command(
f"""{SED} -i 's/RUN_TASK_MAKE_OROG: false/RUN_TASK_MAKE_OROG: true/g' {USHdir}/config.yaml"""
)
run_command(
f"""{SED} -i 's/RUN_TASK_MAKE_SFC_CLIMO: false/RUN_TASK_MAKE_SFC_CLIMO: true/g' {USHdir}/config.yaml"""
)
run_workflow(USHdir, logfile)

def setUp(self):
Expand Down

0 comments on commit 51668b1

Please sign in to comment.