Skip to content

Commit

Permalink
Merge branch 'master' into stages-2024
Browse files Browse the repository at this point in the history
  • Loading branch information
jjokella committed Nov 28, 2024
2 parents a799767 + 15ff6eb commit 4688d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tsmp2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ local -n comp_namey=$1
local -n comp_srcname=$2
sub_srcname=$3
if [ -n "${comp_namey}" ] && [ -z "${comp_srcname}" ];then
if [ "${comp_name}" = "parflow" ] && [ -n "${pdaf}" ];then
if [ "${sub_srcname}" = "parflow" ] && [ -n "${pdaf}" ];then
submodule_name=$(echo "models/${sub_srcname}_pdaf")
else
submodule_name=$(echo "models/"${sub_srcname})
Expand Down

0 comments on commit 4688d47

Please sign in to comment.