Skip to content

Commit

Permalink
addressing CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilBarton-NOAA committed Mar 28, 2024
1 parent 8fe2bc1 commit 32bc55d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion parm/config/gfs/config.fcst
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ export progsigma=".true."
tbp=""
if [[ "${progsigma}" == ".true." ]]; then tbp="_progsigma" ; fi

# Radiation options
# Radiation options
if [[ "${DO_AERO}" == "YES" ]]; then
export IAER=2011 # spectral band mapping method for aerosol optical properties
Expand Down
2 changes: 1 addition & 1 deletion ush/forecast_postdet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ EOF
else
ISEED=${ISEED:-0}
fi
if [[ ${DO_CA:-"NO"} = "YES" ]]; then
if (( MEMBER > 0 )) && [[ ${DO_CA:-"NO"} = "YES" ]]; then
ISEED_CA=$(( (current_cycle*10000 + ${MEMBER#0}*100 + 18) % 2147483647 ))
fi
if [[ ${DO_SKEB} = "YES" ]]; then
Expand Down

0 comments on commit 32bc55d

Please sign in to comment.