Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelDegelia-NOAA committed Sep 30, 2024
1 parent a8709a1 commit a316a3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,9 @@ if [[ $DYCORE == 'MPAS' || $DYCORE == 'FV3andMPAS' ]]; then
echo "Linking in test data for MPAS-JEDI case"
$dir_root/rrfs-test/scripts/link_mpasjedi_expr.sh
echo "Creating yaml files for MPAS-JEDI ctests"
$dir_root/rrfs-test/validated_yamls/gen_yaml_ctest.sh
cd ${dir_root}/rrfs-test/validated_yamls
./gen_yaml_ctest.sh
cd ${BUILD_DIR}
fi


Expand Down

0 comments on commit a316a3a

Please sign in to comment.