Skip to content

Commit

Permalink
Merge branch 'feature/hpc-stack' of https://github.com/NOAA-EMC/globa…
Browse files Browse the repository at this point in the history
…l-workflow into feature/hpc-stack

* 'feature/hpc-stack' of https://github.com/NOAA-EMC/global-workflow:
  Correct if-block syntax in config.postsnd and config.wavepostbndpnt after testing setup scripts
  FHMAX_WAV_IBP variable check for wavepostbndpnt job
  Bufr sounding job update
  Add config.resources.nco.static
  ecflow forecast job resource updates from NCO v16.0.7 install
  Update EMC_verif-global tag to verif_global_v1.13.5
  Add missing symlinks for WAFS source code folders
  Update EMC_gfs_wafs tag to gfs_wafs.v6.0.19
  Remove KEEPDATA from config.base.nco.static
  Pull in config changes from NCO v16.0.7 install
  Pull in workflow changes from NCO v16.0.7 install
  Update EMC_verif-global tag to verif_global_v1.13.4
  ecFlow resource adjustments from NCO for forecast and post jobs
  issue #257 shorten run time on Mars Dell1 file system
  • Loading branch information
KateFriedman-NOAA committed Mar 9, 2021
2 parents e6a9e57 + bea02f8 commit 14736c8
Show file tree
Hide file tree
Showing 226 changed files with 1,138 additions and 1,188 deletions.
10 changes: 5 additions & 5 deletions ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_anl.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
#BSUB -q %QUEUE%
#BSUB -P %PROJ%
#BSUB -W 0:20
#BSUB -n 98
#BSUB -n 112
#BSUB -R affinity[core(1)]
#BSUB -R span[ptile=14]
#BSUB -R span[ptile=28]
#BSUB -cwd /tmp

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

set -x

export NODES=7
export ntasks=98
export ptile=14
export NODES=4
export ntasks=112
export ptile=28
export threads=1

export NET=%NET:gfs%
Expand Down
10 changes: 5 additions & 5 deletions ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f000.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
#BSUB -q %QUEUE%
#BSUB -P %PROJ%
#BSUB -W 0:20
#BSUB -n 98
#BSUB -n 112
#BSUB -R affinity[core(1)]
#BSUB -R span[ptile=14]
#BSUB -R span[ptile=28]
#BSUB -cwd /tmp

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

set -x

export NODES=7
export ntasks=98
export ptile=14
export NODES=4
export ntasks=112
export ptile=28
export threads=1

export NET=%NET:gfs%
Expand Down
10 changes: 5 additions & 5 deletions ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f001.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
#BSUB -q %QUEUE%
#BSUB -P %PROJ%
#BSUB -W 0:20
#BSUB -n 98
#BSUB -n 112
#BSUB -R affinity[core(1)]
#BSUB -R span[ptile=14]
#BSUB -R span[ptile=28]
#BSUB -cwd /tmp

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

set -x

export NODES=7
export ntasks=98
export ptile=14
export NODES=4
export ntasks=112
export ptile=28
export threads=1

export NET=%NET:gfs%
Expand Down
10 changes: 5 additions & 5 deletions ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f002.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
#BSUB -q %QUEUE%
#BSUB -P %PROJ%
#BSUB -W 0:20
#BSUB -n 98
#BSUB -n 112
#BSUB -R affinity[core(1)]
#BSUB -R span[ptile=14]
#BSUB -R span[ptile=28]
#BSUB -cwd /tmp

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

set -x

export NODES=7
export ntasks=98
export ptile=14
export NODES=4
export ntasks=112
export ptile=28
export threads=1

export NET=%NET:gfs%
Expand Down
10 changes: 5 additions & 5 deletions ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f003.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
#BSUB -q %QUEUE%
#BSUB -P %PROJ%
#BSUB -W 0:20
#BSUB -n 98
#BSUB -n 112
#BSUB -R affinity[core(1)]
#BSUB -R span[ptile=14]
#BSUB -R span[ptile=28]
#BSUB -cwd /tmp

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

set -x

export NODES=7
export ntasks=98
export ptile=14
export NODES=4
export ntasks=112
export ptile=28
export threads=1

export NET=%NET:gfs%
Expand Down
10 changes: 5 additions & 5 deletions ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f004.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
#BSUB -q %QUEUE%
#BSUB -P %PROJ%
#BSUB -W 0:20
#BSUB -n 98
#BSUB -n 112
#BSUB -R affinity[core(1)]
#BSUB -R span[ptile=14]
#BSUB -R span[ptile=28]
#BSUB -cwd /tmp

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

set -x

export NODES=7
export ntasks=98
export ptile=14
export NODES=4
export ntasks=112
export ptile=28
export threads=1

export NET=%NET:gfs%
Expand Down
10 changes: 5 additions & 5 deletions ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f005.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
#BSUB -q %QUEUE%
#BSUB -P %PROJ%
#BSUB -W 0:20
#BSUB -n 98
#BSUB -n 112
#BSUB -R affinity[core(1)]
#BSUB -R span[ptile=14]
#BSUB -R span[ptile=28]
#BSUB -cwd /tmp

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

set -x

export NODES=7
export ntasks=98
export ptile=14
export NODES=4
export ntasks=112
export ptile=28
export threads=1

export NET=%NET:gfs%
Expand Down
10 changes: 5 additions & 5 deletions ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f006.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
#BSUB -q %QUEUE%
#BSUB -P %PROJ%
#BSUB -W 0:20
#BSUB -n 98
#BSUB -n 112
#BSUB -R affinity[core(1)]
#BSUB -R span[ptile=14]
#BSUB -R span[ptile=28]
#BSUB -cwd /tmp

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

set -x

export NODES=7
export ntasks=98
export ptile=14
export NODES=4
export ntasks=112
export ptile=28
export threads=1

export NET=%NET:gfs%
Expand Down
10 changes: 5 additions & 5 deletions ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f007.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
#BSUB -q %QUEUE%
#BSUB -P %PROJ%
#BSUB -W 0:20
#BSUB -n 98
#BSUB -n 112
#BSUB -R affinity[core(1)]
#BSUB -R span[ptile=14]
#BSUB -R span[ptile=28]
#BSUB -cwd /tmp

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

set -x

export NODES=7
export ntasks=98
export ptile=14
export NODES=4
export ntasks=112
export ptile=28
export threads=1

export NET=%NET:gfs%
Expand Down
10 changes: 5 additions & 5 deletions ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f008.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
#BSUB -q %QUEUE%
#BSUB -P %PROJ%
#BSUB -W 0:20
#BSUB -n 98
#BSUB -n 112
#BSUB -R affinity[core(1)]
#BSUB -R span[ptile=14]
#BSUB -R span[ptile=28]
#BSUB -cwd /tmp

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

set -x

export NODES=7
export ntasks=98
export ptile=14
export NODES=4
export ntasks=112
export ptile=28
export threads=1

export NET=%NET:gfs%
Expand Down
10 changes: 5 additions & 5 deletions ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f009.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
#BSUB -q %QUEUE%
#BSUB -P %PROJ%
#BSUB -W 0:20
#BSUB -n 98
#BSUB -n 112
#BSUB -R affinity[core(1)]
#BSUB -R span[ptile=14]
#BSUB -R span[ptile=28]
#BSUB -cwd /tmp

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

set -x

export NODES=7
export ntasks=98
export ptile=14
export NODES=4
export ntasks=112
export ptile=28
export threads=1

export NET=%NET:gfs%
Expand Down
10 changes: 5 additions & 5 deletions ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f010.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
#BSUB -q %QUEUE%
#BSUB -P %PROJ%
#BSUB -W 0:20
#BSUB -n 98
#BSUB -n 112
#BSUB -R affinity[core(1)]
#BSUB -R span[ptile=14]
#BSUB -R span[ptile=28]
#BSUB -cwd /tmp

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

set -x

export NODES=7
export ntasks=98
export ptile=14
export NODES=4
export ntasks=112
export ptile=28
export threads=1

export NET=%NET:gfs%
Expand Down
10 changes: 5 additions & 5 deletions ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f011.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
#BSUB -q %QUEUE%
#BSUB -P %PROJ%
#BSUB -W 0:20
#BSUB -n 98
#BSUB -n 112
#BSUB -R affinity[core(1)]
#BSUB -R span[ptile=14]
#BSUB -R span[ptile=28]
#BSUB -cwd /tmp

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

set -x

export NODES=7
export ntasks=98
export ptile=14
export NODES=4
export ntasks=112
export ptile=28
export threads=1

export NET=%NET:gfs%
Expand Down
10 changes: 5 additions & 5 deletions ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f012.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
#BSUB -q %QUEUE%
#BSUB -P %PROJ%
#BSUB -W 0:20
#BSUB -n 98
#BSUB -n 112
#BSUB -R affinity[core(1)]
#BSUB -R span[ptile=14]
#BSUB -R span[ptile=28]
#BSUB -cwd /tmp

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

set -x

export NODES=7
export ntasks=98
export ptile=14
export NODES=4
export ntasks=112
export ptile=28
export threads=1

export NET=%NET:gfs%
Expand Down
10 changes: 5 additions & 5 deletions ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f013.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
#BSUB -q %QUEUE%
#BSUB -P %PROJ%
#BSUB -W 0:20
#BSUB -n 98
#BSUB -n 112
#BSUB -R affinity[core(1)]
#BSUB -R span[ptile=14]
#BSUB -R span[ptile=28]
#BSUB -cwd /tmp

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

set -x

export NODES=7
export ntasks=98
export ptile=14
export NODES=4
export ntasks=112
export ptile=28
export threads=1

export NET=%NET:gfs%
Expand Down
10 changes: 5 additions & 5 deletions ecflow/ecf/scripts/gfs/atmos/post/jgfs_atmos_post_f014.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
#BSUB -q %QUEUE%
#BSUB -P %PROJ%
#BSUB -W 0:20
#BSUB -n 98
#BSUB -n 112
#BSUB -R affinity[core(1)]
#BSUB -R span[ptile=14]
#BSUB -R span[ptile=28]
#BSUB -cwd /tmp

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

set -x

export NODES=7
export ntasks=98
export ptile=14
export NODES=4
export ntasks=112
export ptile=28
export threads=1

export NET=%NET:gfs%
Expand Down
Loading

0 comments on commit 14736c8

Please sign in to comment.