Skip to content

Commit

Permalink
In the gdas_init utility, update the default ocean resolution
Browse files Browse the repository at this point in the history
for C192 to 0.25-degree. Previously, it was 0.5-degree.

Fixes ufs-community#979.
  • Loading branch information
GeorgeGayno-NOAA committed Aug 30, 2024
1 parent cf2da76 commit 05f0120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/gdas_init/set_fixed_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05f0120

Please sign in to comment.