Skip to content

Commit

Permalink
[feature/hash_update]:
Browse files Browse the repository at this point in the history
 * doc/UsersGuide/CustomizingTheWorkflow/ConfigWorkflow.rst - Remove FIXUPPdir
 * fix/upp - Removed symlink pointing to full sorc/UPP/fix
 * fix/upp/nam_micro_lookup.dat - Add symlink point to single file from sorc/UPP/fix
 * scripts/exregional_run_fcst.sh - Replace FIXUPPdir with ${HOMEdir}/fix/upp
 * scripts/exregional_run_post.sh - Same
 * ush/config_defaults.yaml - Remove FIXUPPdir
  • Loading branch information
MichaelLueken committed Dec 6, 2024
1 parent 8e4e6be commit 7e6bc17
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 11 deletions.
3 changes: 0 additions & 3 deletions doc/UsersGuide/CustomizingTheWorkflow/ConfigWorkflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ Application Directories
``ARL_NEXUS_DIR``: (Default: ``'{{ [SORCdir, "arl_nexus"]|path_join }}'``)
The path to the user's NEXUS directory. By default, NEXUS source code resides in ``ufs-srweather-app/sorc/arl_nexus``.

``FIXUPPdir``: (Default: ``'{{ [HOMEdir, "fix", "upp"]|path_join }}'``)
The path to the user's UPP fixed file directory. By default, the UPP fixed files reside in ``ufs-srweather-app/sorc/UPP/fix``.

.. _PlatformConfig:

PLATFORM Configuration Parameters
Expand Down
1 change: 0 additions & 1 deletion fix/upp

This file was deleted.

1 change: 1 addition & 0 deletions fix/upp/nam_micro_lookup.dat
2 changes: 1 addition & 1 deletion scripts/exregional_run_fcst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ create_symlink_to_file ${FIELD_TABLE_FP} ${DATA}/${FIELD_TABLE_FN} ${relative_li
create_symlink_to_file ${FIELD_DICT_FP} ${DATA}/${FIELD_DICT_FN} ${relative_link_flag}

if [ $(boolify ${WRITE_DOPOST}) = "TRUE" ]; then
cp ${FIXUPPdir}/nam_micro_lookup.dat ./eta_micro_lookup.dat
cp ${HOMEdir}/fix/upp/nam_micro_lookup.dat ./eta_micro_lookup.dat
if [ $(boolify ${USE_CUSTOM_POST_CONFIG_FILE}) = "TRUE" ]; then
post_config_fp="${CUSTOM_POST_CONFIG_FP}"
print_info_msg "
Expand Down
2 changes: 1 addition & 1 deletion scripts/exregional_run_post.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ fi
#-----------------------------------------------------------------------
#
rm -f fort.*
cp ${FIXUPPdir}/nam_micro_lookup.dat ./eta_micro_lookup.dat
cp ${HOMEdir}/fix/upp/nam_micro_lookup.dat ./eta_micro_lookup.dat
if [ $(boolify ${USE_CUSTOM_POST_CONFIG_FILE}) = "TRUE" ]; then
post_config_fp="${CUSTOM_POST_CONFIG_FP}"
print_info_msg "
Expand Down
5 changes: 0 additions & 5 deletions ush/config_defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ user:
# ARL_NEXUS_DIR:
# The path to the user's NEXUS directory. By default, NEXUS source
# code resides in ufs-srweather-app/sorc/arl_nexus
#
# FIXUPPdir:
# The path to the UPP fixed file directory. By default, the UPP fixed
# files reside in ufs-srweather-app/sorc/UPP/fix
#-----------------------------------------------------------------------
MACHINE: "BIG_COMPUTER"
ACCOUNT: ""
Expand All @@ -101,7 +97,6 @@ user:
METPLUS_CONF: '{{ [PARMdir, "metplus"]|path_join }}'
UFS_WTHR_MDL_DIR: '{{ user.UFS_WTHR_MDL_DIR }}'
ARL_NEXUS_DIR: '{{ [SORCdir, "arl_nexus"]|path_join }}'
FIXUPPdir: '{{ [HOMEdir, "fix", "upp"]|path_join }}'

#----------------------------
# PLATFORM config parameters
Expand Down

0 comments on commit 7e6bc17

Please sign in to comment.