Skip to content

Commit

Permalink
Update the C192 default ocean resolution in the gdas_init utility (#980)
Browse files Browse the repository at this point in the history
Updated to 0.25-degree. Previously, it was 0.5-degree.

Fixes #979.
  • Loading branch information
GeorgeGayno-NOAA committed Aug 30, 2024
1 parent cf2da76 commit 5de880a
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 5de880a

Please sign in to comment.