Skip to content

Commit

Permalink
Updates to spack ver and fix dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Cash committed Oct 3, 2024
1 parent 059acba commit d0533c5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 9 additions & 3 deletions sorc/link_workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,12 @@ case "${machine}" in
"hera") FIX_DIR="/scratch1/NCEPDEV/global/glopara/fix" ;;
"orion") FIX_DIR="/work/noaa/global/glopara/fix" ;;
"hercules") FIX_DIR="/work/noaa/global/glopara/fix" ;;
"jet") FIX_DIR="/lfs5/HFIP/hfv3gfs/glopara/FIX/fix" ;;
"jet") FIX_DIR="/lfs4/HFIP/hfv3gfs/glopara/git/fv3gfs/fix" ;;
"s4") FIX_DIR="/data/prod/glopara/fix" ;;
"gaea") FIX_DIR="/gpfs/f5/ufs-ard/world-shared/global/glopara/data/fix" ;;
"noaacloud") FIX_DIR="/contrib/global-workflow-shared-data/fix" ;;
"frontera") FIX_DIR="/work2/02441/bcash/frontera/ufs_input/fix" ;;
"container") FIX_DIR="/groups/BCASH/ufs_input/fix" ;;
"hopper") FIX_DIR="/groups/BCASH/ufs_input/fix" ;;
*)
echo "FATAL: Unknown target machine ${machine}, couldn't set FIX_DIR"
Expand Down Expand Up @@ -215,7 +216,12 @@ declare -a ufs_templates=("model_configure.IN" "input_global_nest.nml.IN"\
"ufs.configure.s2swa_esmf.IN" \
"ufs.configure.leapfrog_atm_wav.IN" \
"ufs.configure.leapfrog_atm_wav_esmf.IN" \
"post_itag_gfs")
"post_itag_gfs" \
"postxconfig-NT-gfs.txt" \
"postxconfig-NT-gfs_FH00.txt")
# TODO: The above postxconfig files in the UFSWM are not the same as the ones in UPP
# TODO: GEFS postxconfig files also need to be received from UFSWM
# See forecast_predet.sh where the UPP versions are used. They will need to be replaced with these.
for file in "${ufs_templates[@]}"; do
[[ -s "${file}" ]] && rm -f "${file}"
${LINK_OR_COPY} "${HOMEgfs}/sorc/ufs_model.fd/tests/parm/${file}" .
Expand Down Expand Up @@ -277,6 +283,7 @@ if [[ -d "${HOMEgfs}/sorc/gdas.cd/build" ]]; then
done
fi


#------------------------------
#--add DA Monitor file (NOTE: ensure to use correct version)
#------------------------------
Expand Down Expand Up @@ -373,7 +380,6 @@ if [[ -d "${HOMEgfs}/sorc/gdas.cd/build" ]]; then
"gdas_incr_handler.x" \
"gdas_obsprovider2ioda.x" \
"gdas_socahybridweights.x" \
"gdassoca_obsstats.x" \
"gdasapp_land_ensrecenter.x" \
"bufr2ioda.x" \
"calcfIMS.exe" \
Expand Down
2 changes: 2 additions & 0 deletions versions/spack.ver
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
export spack_stack_ver=1.8.0
export python_ver=3.11.6
export stack_intel_ver=2021.10.0
export stack_impi_ver=2021.12.1

export jasper_ver=2.0.32
export libpng_ver=1.6.37
Expand Down

0 comments on commit d0533c5

Please sign in to comment.