Skip to content

Commit

Permalink
shell norm and pynorm fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaMeixner-NOAA committed Jan 6, 2025
1 parent f4c1470 commit 33731e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions ush/forecast_predet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,7 @@ MOM6_predet(){

}

# shellcheck disable=SC2034
CMEPS_predet(){
echo "SUB ${FUNCNAME[0]}: CMEPS before run type determination"

Expand Down
1 change: 0 additions & 1 deletion workflow/rocoto/gfs_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,6 @@ def _fcst_cycled(self):
dependencies.append(rocoto.add_dependency(dep_dict))
dependencies = rocoto.create_dependency(dep_condition='or', dep=dependencies)


cycledef = 'gdas_half,gdas' if self.run in ['gdas'] else self.run

if self.run in ['gfs']:
Expand Down

0 comments on commit 33731e1

Please sign in to comment.