Skip to content

Commit

Permalink
Improve comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGayno-NOAA committed Dec 15, 2023
1 parent db70ab8 commit 07d918e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ush/chgres_cube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ CRES=${CRES:-96}

#----------------------------------------------------------------------------
# Resolution of ocean grid. When declared, use the orography files
# for coupled model runs. Example: 025, 050, 100.
# for coupled model runs. Choices are: 025, 050, 100 or 500.
#----------------------------------------------------------------------------

ocn=${ocn:-""}
Expand Down
2 changes: 1 addition & 1 deletion ush/global_cycle_driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -eux
#-------------------------------------------------------------------------------------------------

export CASE=${CASE:-C768} # resolution of tile: 48, 96, 192, 384, 768, 1152, 3072
ocn=${ocn:-""} # ocean grid resolution: 025, 100, etc.
ocn=${ocn:-""} # ocean grid resolution: 025, 050, 100 or 500.
export CDATE=${CDATE:-${cdate:-2017031900}} # format yyyymmddhh yyyymmddhh ...
export CDUMP=${CDUMP:-gfs} # gfs or gdas
export COMPONENT=${COMPONENT:-atmos}
Expand Down
4 changes: 2 additions & 2 deletions util/gdas_init/config
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
# always work. Contact [email protected]
# if you encounter problems.
# OCNRES - Ocean grid resolution. To use the 'orog'
# files for the coupled model, set to '025',
# '050', etc. Otherwise, comment out.
# files for the coupled model, set to 025,
# 050, 100 or 500. Otherwise, comment out.
#
#-----------------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions util/sfc_climo_gen/sfc_gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
#
# res - Grid resolution. Example: 384 or 768.
#
# ocn - Ocean mask resolution. Example 025 or 100.
# Comment out to use uncoupled 'orog' files.
# ocn - Ocean mask resolution. Choices are: 025, 050, 100 or
# 500. Comment out to use uncoupled 'orog' files.
#
# FIX_FV3 - Location of the pre-existing 'grid' and 'orography'
# files. Defaults to ${BASE_DIR}/fix/orog/C${res}, where
Expand Down

0 comments on commit 07d918e

Please sign in to comment.