diff --git a/doc/conf.py b/doc/conf.py index 77e74727d..a490a0df4 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -125,6 +125,8 @@ r"https://sso\.noaa\.gov\:443/openam/SSORedirect/metaAlias/noaa\-online/idp\?SAMLRequest\=.*", r"https://github\.com/ufs-community/ufs\-srweather\-app/issues/.*": r"https://github\.com/login\?return\_to\=https.*", + r"https://mrms\.ncep\.noaa\.gov/data/": + r"https://mrms\.ncep\.noaa\.gov", } diff --git a/modulefiles/tasks/noaacloud/python_srw.lua b/modulefiles/tasks/noaacloud/python_srw.lua index a2dd45084..a89a13ec9 100644 --- a/modulefiles/tasks/noaacloud/python_srw.lua +++ b/modulefiles/tasks/noaacloud/python_srw.lua @@ -1,2 +1,7 @@ load("conda") setenv("SRW_ENV", "srw_app") + +-- Declare Intel library variable for Azure +if os.getenv("PW_CSP") == "azure" then + setenv("FI_PROVIDER","tcp") +end diff --git a/modulefiles/tasks/noaacloud/run_vx.local.lua b/modulefiles/tasks/noaacloud/run_vx.local.lua index 737fc4f7c..2f4cbfa2e 100644 --- a/modulefiles/tasks/noaacloud/run_vx.local.lua +++ b/modulefiles/tasks/noaacloud/run_vx.local.lua @@ -25,3 +25,8 @@ end load("ufs-pyenv") load("conda") setenv("SRW_ENV", "srw_app") + +-- Declare Intel library variable for Azure +if os.getenv("PW_CSP") == "azure" then + setenv("FI_PROVIDER","tcp") +end diff --git a/ush/wrappers/run_fcst.sh b/ush/wrappers/run_fcst.sh index c875cb16c..e4c21461c 100755 --- a/ush/wrappers/run_fcst.sh +++ b/ush/wrappers/run_fcst.sh @@ -11,6 +11,10 @@ export cyc=${DATE_FIRST_CYCL:8:2} export PDY=${DATE_FIRST_CYCL:0:8} export SLASH_ENSMEM_SUBDIR="" export ENSMEM_INDX="" +# Declare Intel library variable for Azure +if [ ${PW_CSP} == "azure" ]; then + export FI_PROVIDER=tcp +fi ${JOBSdir}/JREGIONAL_RUN_FCST diff --git a/ush/wrappers/run_make_ics.sh b/ush/wrappers/run_make_ics.sh index adcdc1618..2fff07125 100755 --- a/ush/wrappers/run_make_ics.sh +++ b/ush/wrappers/run_make_ics.sh @@ -11,6 +11,10 @@ export cyc=${DATE_FIRST_CYCL:8:2} export PDY=${DATE_FIRST_CYCL:0:8} export SLASH_ENSMEM_SUBDIR="" export NWGES_DIR=${NWGES_BASEDIR}/${DATE_FIRST_CYCL:0:8} +# Declare Intel library variable for Azure +if [ ${PW_CSP} == "azure" ]; then + export FI_PROVIDER=tcp +fi ${JOBSdir}/JREGIONAL_MAKE_ICS diff --git a/ush/wrappers/run_make_lbcs.sh b/ush/wrappers/run_make_lbcs.sh index f9fe35d9d..6f4fe5537 100755 --- a/ush/wrappers/run_make_lbcs.sh +++ b/ush/wrappers/run_make_lbcs.sh @@ -13,5 +13,10 @@ export SLASH_ENSMEM_SUBDIR="" export NWGES_DIR=${NWGES_BASEDIR}/${DATE_FIRST_CYCL:0:8} export bcgrp="00" export bcgrpnum="1" +# Declare Intel library variable for Azure +if [ ${PW_CSP} == "azure" ]; then + export FI_PROVIDER=tcp +fi + ${JOBSdir}/JREGIONAL_MAKE_LBCS diff --git a/ush/wrappers/run_make_sfc_climo.sh b/ush/wrappers/run_make_sfc_climo.sh index 8024f529f..2670c8050 100755 --- a/ush/wrappers/run_make_sfc_climo.sh +++ b/ush/wrappers/run_make_sfc_climo.sh @@ -8,4 +8,9 @@ set -xa export CDATE=${DATE_FIRST_CYCL} export CYCLE_DIR=${EXPTDIR}/${CDATE} +# Declare Intel library variable for Azure +if [ ${PW_CSP} == "azure" ]; then + export FI_PROVIDER=tcp +fi + ${JOBSdir}/JREGIONAL_MAKE_SFC_CLIMO diff --git a/ush/wrappers/run_post.sh b/ush/wrappers/run_post.sh index ca060acb1..bf04ca5ba 100755 --- a/ush/wrappers/run_post.sh +++ b/ush/wrappers/run_post.sh @@ -11,6 +11,10 @@ export cyc=${DATE_FIRST_CYCL:8:2} export PDY=${DATE_FIRST_CYCL:0:8} export SLASH_ENSMEM_SUBDIR="" export ENSMEM_INDX="" +# Declare Intel library variable for Azure +if [ ${PW_CSP} == "azure" ]; then + export FI_PROVIDER=tcp +fi num_fcst_hrs=${FCST_LEN_HRS} for (( i=0; i<=$((num_fcst_hrs)); i++ )); do