Skip to content

Commit

Permalink
Merge branch 'develop' into feature/COM_IN_OUT
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMFernando-NOAA authored Dec 1, 2024
2 parents 53da5a5 + 94f2029 commit d7b156b
Show file tree
Hide file tree
Showing 60 changed files with 1,175 additions and 886 deletions.
2 changes: 1 addition & 1 deletion ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def cases = ''
def GH = 'none'
// Location of the custom workspaces for each machine in the CI system. They are persitent for each iteration of the PR.
def NodeName = [hera: 'Hera-EMC', orion: 'Orion-EMC', hercules: 'Hercules-EMC', gaea: 'Gaea']
def custom_workspace = [hera: '/scratch1/NCEPDEV/global/CI', orion: '/work2/noaa/stmp/CI/ORION', hercules: '/work2/noaa/global/CI/HERCULES', gaea: '/gpfs/f5/epic/proj-shared/global/CI']
def custom_workspace = [hera: '/scratch1/NCEPDEV/global/CI_dh', orion: '/work2/noaa/stmp/CI/ORION', hercules: '/work2/noaa/global/CI/HERCULES', gaea: '/gpfs/f5/epic/proj-shared/global/CI']
def repo_url = 'git@github.com:NOAA-EMC/global-workflow.git'
def STATUS = 'Passed'

Expand Down
1 change: 1 addition & 0 deletions ci/cases/gfsv17/ocnanal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ base:
DO_VRFY_OCEANDA: "NO"
FHMAX_GFS: 240
ACCOUNT: {{ 'HPC_ACCOUNT' | getenv }}
DO_TEST_MODE: "YES"

marineanl:
SOCA_INPUT_FIX_DIR: {{ HOMEgfs }}/fix/gdas/soca/1440x1080x75/soca
Expand Down
1 change: 1 addition & 0 deletions ci/cases/yamls/atmaerosnowDA_defaults_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ defaults:
base:
DO_JEDISNOWDA: "YES"
ACCOUNT: {{ 'HPC_ACCOUNT' | getenv }}
DO_TEST_MODE: "YES"
1 change: 1 addition & 0 deletions ci/cases/yamls/gfs_defaults_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ defaults:
!INC {{ HOMEgfs }}/parm/config/gfs/yaml/defaults.yaml
base:
ACCOUNT: {{ 'HPC_ACCOUNT' | getenv }}
DO_TEST_MODE: "YES"
1 change: 1 addition & 0 deletions ci/cases/yamls/gfs_extended_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ base:
FCST_BREAKPOINTS: 192
FHMAX_GFS: 384
FHMAX_HF_GFS: 120
DO_TEST_MODE: "YES"
1 change: 1 addition & 0 deletions ci/cases/yamls/soca_gfs_defaults_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ defaults:
base:
ACCOUNT: {{ 'HPC_ACCOUNT' | getenv }}
DO_JEDIOCNVAR: "YES"
DO_TEST_MODE: "YES"
Binary file removed docs/source/_static/noaacsp_cluster_1.png
Binary file not shown.
Binary file removed docs/source/_static/noaacsp_cluster_2.png
Binary file not shown.
Binary file removed docs/source/_static/noaacsp_cluster_3.png
Binary file not shown.
Binary file removed docs/source/_static/noaacsp_cluster_4.png
Binary file not shown.
Binary file removed docs/source/_static/noaacsp_cluster_5.png
Binary file not shown.
Binary file removed docs/source/_static/noaacsp_cluster_6.png
Binary file not shown.
Binary file removed docs/source/_static/noaacsp_instance_1.png
Binary file not shown.
Binary file removed docs/source/_static/noaacsp_instance_2.png
Binary file not shown.
Binary file removed docs/source/_static/noaacsp_instance_3.png
Binary file not shown.
Binary file removed docs/source/_static/noaacsp_instance_4.png
Binary file not shown.
Binary file removed docs/source/_static/noaacsp_login.png
Binary file not shown.
Binary file removed docs/source/_static/noaacsp_using_1.png
Binary file not shown.
Binary file removed docs/source/_static/noaacsp_using_2.png
Binary file not shown.
4 changes: 3 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
# The full version, including alpha/beta/rc tags
release = '0.1'

numfig = True

# -- General configuration ---------------------------------------------------

Expand All @@ -42,7 +43,7 @@
'sphinx.ext.viewcode',
'sphinx.ext.githubpages',
'sphinx.ext.napoleon',
'sphinxcontrib.bibtex'
'sphinxcontrib.bibtex',
]

bibtex_bibfiles = ['references.bib']
Expand Down Expand Up @@ -120,3 +121,4 @@ def setup(app):

# Output file base name for HTML help builder.
htmlhelp_basename = 'Global-Workflow'

1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ Table of Contents
hpc.rst
output.rst
run.rst
wave.rst
noaa_csp.rst
errors_faq.rst
Loading

0 comments on commit d7b156b

Please sign in to comment.