Skip to content

Commit

Permalink
Fix Issue ufs-community#700.
Browse files Browse the repository at this point in the history
  • Loading branch information
christinaholtNOAA authored and mkavulich committed Apr 27, 2022
1 parent 2b69690 commit feacafe
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions ush/set_extrn_mdl_params.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,6 @@
#-----------------------------------------------------------------------
#
function set_extrn_mdl_params() {
#
#-----------------------------------------------------------------------
#
# Use known locations or COMIN as default, depending on RUN_ENVIR
#
#-----------------------------------------------------------------------
#
if [ "${RUN_ENVIR}" = "nco" ]; then
EXTRN_MDL_SYSBASEDIR_ICS="${EXTRN_MDL_SYSBASEDIR_ICS:-$COMIN}"
EXTRN_MDL_SYSBASEDIR_LBCS="${EXTRN_MDL_SYSBASEDIR_LBCS:-$COMIN}"
else
EXTRN_MDL_SYSBASEDIR_ICS="${EXTRN_MDL_SYSBASEDIR_ICS:-$(set_known_sys_dir \
${EXTRN_MDL_NAME_ICS})}"
EXTRN_MDL_SYSBASEDIR_LBCS="${EXTRN_MDL_SYSBASEDIR_LBCS:-$(set_known_sys_dir \
${EXTRN_MDL_NAME_LBCS})}"
fi

#
#-----------------------------------------------------------------------
#
Expand Down

0 comments on commit feacafe

Please sign in to comment.