Skip to content

Commit

Permalink
Clean up some miscellaneous comments
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterKolczynski-NOAA committed Apr 11, 2023
1 parent 2392eb9 commit 94fba2e
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion scripts/exgfs_atmos_awips_20km_1p0deg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ job_name=${job/[jpt]gfs/gfs}

if (( num != 1 )); then
echo ""
echo " FATAL ERROR: Incorrect number of argumentS "
echo " FATAL ERROR: Incorrect number of arguments "
echo ""
echo ""
echo "Usage: $0 \${fcsthrs} (3 digits) "
Expand Down
2 changes: 1 addition & 1 deletion scripts/exgfs_atmos_grib_awips.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ job_name=${job/[jpt]gfs/gfs}

if (( num != 1 )); then
echo ""
echo " FATAL ERROR: Incorrect number of argumentS "
echo " FATAL ERROR: Incorrect number of arguments "
echo ""
echo ""
echo "Usage: $0 \${fcsthrs} (3 digits) "
Expand Down
1 change: 0 additions & 1 deletion scripts/exgfs_wave_prdgen_bulls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ source "$HOMEgfs/ush/preamble.sh"

# 2.c Generate list of bulletins to process
echo ' Generating buoy list ...'
# echo 'bulls=$(sed -e 's/export b//g' -e 's/=/ /' awipsbull.data | grep -v "#" |awk '{ print $1}')'
bulls=$(sed -e 's/export b//g' -e 's/=/ /' awipsbull.data | grep -v "#" |awk '{print $1}')

# 2.d Looping over buoys running formbul
Expand Down
3 changes: 0 additions & 3 deletions scripts/exglobal_archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ PDY_MOS="${CDATE_MOS:0:8}"
###############################################################
# Archive online for verification and diagnostics
###############################################################
# COMIN=${COMINatmos:-"${ROTDIR}/${RUN}.${PDY}/${cyc}/atmos"}
# cd "${COMIN}"

source "${HOMEgfs}/ush/file_utils.sh"

[[ ! -d ${ARCDIR} ]] && mkdir -p "${ARCDIR}"
Expand Down
2 changes: 1 addition & 1 deletion ush/forecast_postdet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ MOM6_nml() {
MOM6_out() {
echo "SUB ${FUNCNAME[0]}: Copying output data for MOM6"

# Copy MOM_input from DATA to COMOUTocean after the forecast is run (and successfull)
# Copy MOM_input from DATA to COM_OCEAN_INPUT after the forecast is run (and successfull)
if [[ ! -d ${COM_OCEAN_INPUT} ]]; then mkdir -p "${COM_OCEAN_INPUT}"; fi
${NCP} "${DATA}/INPUT/MOM_input" "${COM_OCEAN_INPUT}/"

Expand Down
5 changes: 0 additions & 5 deletions ush/forecast_predet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -253,11 +253,6 @@ FV3_GFS_predet(){

WW3_predet(){
echo "SUB ${FUNCNAME[0]}: Defining variables for WW3"
# if [[ $CDUMP =~ "gdas" ]]; then
# export RSTDIR_WAVE=$ROTDIR/${CDUMP}.${PDY}/${cyc}/wave/restart
# else
# export RSTDIR_WAVE=${RSTDIR_WAVE:-$ROTDIR/${CDUMP}.${PDY}/${cyc}/wave/restart}
# fi
if [[ ! -d "${COM_WAVE_RESTART}" ]]; then mkdir -p "${COM_WAVE_RESTART}" ; fi
${NLN} "${COM_WAVE_RESTART}" "restart_wave"
}
Expand Down

0 comments on commit 94fba2e

Please sign in to comment.