Skip to content

Commit

Permalink
Merge pull request #91 from EdwardSafford-NOAA/feature/fix-namex-90
Browse files Browse the repository at this point in the history
Fix error in exnam_vefrad.sh

Closes #90
  • Loading branch information
EdwardSafford-NOAA committed Jun 16, 2023
2 parents bbf9fd1 + f41d595 commit 6a3ad87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env:

jobs:
setup:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
# Cache spack, compiler and dependencies
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
build:
needs: setup
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- name: checkout-gsi-monitor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ if [[ -s ${radstat} && -s ${biascr} ]]; then

for type in ${SATYPE}; do

if [[ RADMON_NETCDF == ".true." ]]; then
if [[ ${RADMON_NETCDF} == ".true." ]]; then

if [[ ! -e ./diag_${type}_ges.${PDATE}.nc4.${Z} ]]; then
edited_satype="$(echo $SATYPE | tr ' ' '\n' | sed "/${type}/d")"
Expand Down

0 comments on commit 6a3ad87

Please sign in to comment.