Skip to content

Commit

Permalink
Address a couple linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Sep 14, 2022
1 parent 82780bd commit 236c968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/exgdas_atmos_gldas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export JCAP=$((2*res-2))
export nlat=$((2*res))
export nlon=$((4*res))

export USHgldas=${USHgldas:?}
export FIXgldas=${FIXgldas:-${HOMEgfs}/fix}
export topodir=${topodir:-${HOMEgfs}/fix/fix_fv3_gmted2010/${CASE}/}

Expand Down
2 changes: 1 addition & 1 deletion ush/gldas_archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ cp "${RUNDIR}/EXP901/NOAH/${yyyy}/${edate}/LIS.E901.${edate}00.Noahrst" "${COMDI

mkdir -p "${COMDIR}/gldas.${edate}"
gdate=${edate}
gdas_date=${gdate}.${cyc}0000
gdas_date=${gdate}.${cyc:?}0000
cp sfc_data.tile1.nc "${COMDIR}/gldas.${edate}/${gdas_date}.sfcanl_data.tile1.nc"
cp sfc_data.tile2.nc "${COMDIR}/gldas.${edate}/${gdas_date}.sfcanl_data.tile2.nc"
cp sfc_data.tile3.nc "${COMDIR}/gldas.${edate}/${gdas_date}.sfcanl_data.tile3.nc"
Expand Down

0 comments on commit 236c968

Please sign in to comment.