From 5de880a235fa2083c114d934da4eee40336deb2b Mon Sep 17 00:00:00 2001 From: GeorgeGayno-NOAA <52789452+GeorgeGayno-NOAA@users.noreply.github.com> Date: Fri, 30 Aug 2024 12:35:32 -0400 Subject: [PATCH] Update the C192 default ocean resolution in the gdas_init utility (#980) Updated to 0.25-degree. Previously, it was 0.5-degree. Fixes #979. --- util/gdas_init/set_fixed_files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/gdas_init/set_fixed_files.sh b/util/gdas_init/set_fixed_files.sh index 6604c834a..0d52874bb 100755 --- a/util/gdas_init/set_fixed_files.sh +++ b/util/gdas_init/set_fixed_files.sh @@ -10,7 +10,7 @@ if [ ${CTAR} == 'C48' ] ; then elif [ ${CTAR} == 'C96' ]; then OCNRES='500' elif [ ${CTAR} == 'C192' ]; then - OCNRES='050' + OCNRES='025' elif [ ${CTAR} == 'C384' ]; then OCNRES='025' elif [ ${CTAR} == 'C768' ]; then