Skip to content

Commit

Permalink
For gdas_init utility, set the default ocean resolution to
Browse files Browse the repository at this point in the history
9-degrees for the coarsest atmospheric resolutions.

Fixes ufs-community#1000.
  • Loading branch information
George Gayno committed Jan 14, 2025
1 parent ac55299 commit a074ec4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions util/gdas_init/set_fixed_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ elif [ ${CTAR} == 'C768' ]; then
elif [ ${CTAR} == 'C1152' ]; then
OCNRES='025'
elif [ ${CTAR} == 'C12' ]; then
OCNRES='100'
OCNRES='900'
elif [ ${CTAR} == 'C18' ]; then
OCNRES='100'
OCNRES='900'
elif [ ${CTAR} == 'C24' ]; then
OCNRES='100'
OCNRES='900'
else
OCNRES='025'
fi
Expand Down

0 comments on commit a074ec4

Please sign in to comment.