Skip to content

Commit

Permalink
Hotfix for bugfix (#585)
Browse files Browse the repository at this point in the history
Missing one thing that is needed to actually fix issue in PR#584
  • Loading branch information
CoryMartin-NOAA authored Aug 25, 2023
1 parent cc68184 commit f50fcfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/atm/global-workflow/jjob_var_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export COMIN_GES=${bindir}/test/atm/bkg
export pid=${pid:-$$}
export jobid=$pid
export COMROOT=$DATAROOT
export NMEM_ENS=0
export NMEM_ENS=3
export ACCOUNT=da-cpu
export COM_TOP=$ROTDIR

Expand Down

0 comments on commit f50fcfd

Please sign in to comment.