Skip to content

Commit

Permalink
ecflow forecast job resource updates from NCO v16.0.7 install
Browse files Browse the repository at this point in the history
Refs: #1,#238
  • Loading branch information
KateFriedman-NOAA committed Mar 5, 2021
1 parent 25152a1 commit 9ccb24c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions ecflow/ecf/scripts/gdas/jgdas_forecast.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
#BSUB -q %QUEUE%
#BSUB -P %PROJ%
#BSUB -W 1:00
#BSUB -n 576
#BSUB -R affinity[core(7)]
#BSUB -R span[ptile=4]
#BSUB -n 833
#BSUB -R affinity[core(4)]
#BSUB -R span[ptile=7]
#BSUB -cwd /tmp

%include <head.h>
%include <envir-p3.h>

set -x

export NODES=144
export ntasks=576
export ptile=4
export threads=7
export NODES=119
export ntasks=833
export ptile=7
export threads=4

export NET=%NET:gfs%
export RUN=%RUN%
Expand Down
6 changes: 3 additions & 3 deletions ecflow/ecf/scripts/gfs/jgfs_forecast.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#BSUB -q %QUEUE%
#BSUB -P %PROJ%
#BSUB -W 2:30
#BSUB -n 2344
#BSUB -n 2424
#BSUB -R affinity[core(7)]
#BSUB -R span[ptile=4]
#BSUB -cwd /tmp
Expand All @@ -14,8 +14,8 @@

set -x

export NODES=586
export ntasks=2344
export NODES=606
export ntasks=2424
export ptile=4
export threads=7

Expand Down

0 comments on commit 9ccb24c

Please sign in to comment.