You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to GDASApp jobs. It did for a while but as of 26 February 2025 the snowanl jobs failed without this line being present in the WCOSS2 section of ush/load_ufsda_modules.sh.
Do you have a proposed solution?
The snowanl jobs run to completion on Cactus with the following change to ush/load_ufsda_modules.sh
@@ -41,6 +41,7 @@ case "${MACHINE_ID}" in
# TODO: Add path to GDASApp libraries and cray-mpich as temporary patches
# TODO: Remove LD_LIBRARY_PATH lines as soon as permanent solutions are available
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${HOMEgfs}/sorc/gdas.cd/build/lib"
+ export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/opt/cray/pe/mpich/8.1.19/ofi/intel/19.0/lib"
fi
module load "${MODS}/${MACHINE_ID}"
ncdump=$( command -v ncdump )
The text was updated successfully, but these errors were encountered:
What is wrong?
C96C48_hybatmaerosnowDA jobs gdas_snowanl and enkfgdas_esnowanl fail on WCOSS2 with
What should have happened?
Jobs gdas_snowanl and enkfgdas_esnowanl should successfully run to completion
What machines are impacted?
WCOSS2
What global-workflow hash are you using?
4fd0ec1
Steps to reproduce
ClaraDraper-NOAA:feature/soilanal_det_clean
on CactusAdditional information
RFC 13644 (implemented 5-6 February 2025) was supposed to remove the need to add
to GDASApp jobs. It did for a while but as of 26 February 2025 the snowanl jobs failed without this line being present in the WCOSS2 section of
ush/load_ufsda_modules.sh
.Do you have a proposed solution?
The snowanl jobs run to completion on Cactus with the following change to
ush/load_ufsda_modules.sh
The text was updated successfully, but these errors were encountered: