From 05f01209d7d115b41d5fdb130809f91659ae4b27 Mon Sep 17 00:00:00 2001 From: George Gayno Date: Fri, 30 Aug 2024 15:11:50 +0000 Subject: [PATCH] In the gdas_init utility, update the default ocean resolution for C192 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