From cc9705c985f555f3e9a99ad2dc5439f0b4dbf002 Mon Sep 17 00:00:00 2001 From: AndrewEichmann-NOAA Date: Mon, 13 May 2024 15:08:40 +0000 Subject: [PATCH 1/2] updated ocean files in arch --- ush/hpssarch_gen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ush/hpssarch_gen.sh b/ush/hpssarch_gen.sh index 101745da8e..f2b988c405 100755 --- a/ush/hpssarch_gen.sh +++ b/ush/hpssarch_gen.sh @@ -547,7 +547,7 @@ if [[ ${type} == "gdas" ]]; then rm -rf "${DATA}/gdasocean_restart.txt" touch "${DATA}/gdasocean_restart.txt" - head="gdas.t${cyc}z." + head="gdas.ocean.t${cyc}z." #........................... { From 06f13af8244e2e6c188738e5bbaedb25fb86af19 Mon Sep 17 00:00:00 2001 From: AndrewEichmann-NOAA Date: Mon, 13 May 2024 20:54:44 +0000 Subject: [PATCH 2/2] as suggested by david huber --- ush/hpssarch_gen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ush/hpssarch_gen.sh b/ush/hpssarch_gen.sh index f2b988c405..9bdbd4eb5d 100755 --- a/ush/hpssarch_gen.sh +++ b/ush/hpssarch_gen.sh @@ -552,7 +552,7 @@ if [[ ${type} == "gdas" ]]; then #........................... { echo "${COM_OCEAN_HISTORY/${ROTDIR}\//}/${head}*" - echo "${COM_OCEAN_INPUT/${ROTDIR}\//}" + echo "${COM_CONF/${ROTDIR}\//}/ufs.MOM_input" } >> "${DATA}/gdasocean.txt" {