From db2e14cf796ecb5052c35b8a298909783c8070d1 Mon Sep 17 00:00:00 2001 From: timothyas Date: Mon, 19 Aug 2024 17:28:47 +0000 Subject: [PATCH] typo --- examples/replay/find_nans.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/replay/find_nans.sh b/examples/replay/find_nans.sh index 4dfe912..f323355 100644 --- a/examples/replay/find_nans.sh +++ b/examples/replay/find_nans.sh @@ -10,7 +10,7 @@ awk '!/ 0 NaN/ && (/NaN/) {print FILENAME, $1, $2, $3, $4}' slurm/verify-1.00-de echo "" echo "" -echo " --- 0.25 Degree ---" +echo " --- 0.25 Degree Subsampled ---" awk '!/ 0 NaN/ && (/NaN/) {print FILENAME, $1, $2, $3, $4}' slurm/verify-0.25-degree-subsampled/*.out echo "" echo ""