Skip to content

Commit

Permalink
Merge branch 'release/prepobs.v1.1.0' of https://github.com/noaa-emc/…
Browse files Browse the repository at this point in the history
…prepobs into release/prepobs.v1.1.0
  • Loading branch information
ilianagenkova committed Mar 17, 2024
2 parents 39f5e2a + 9451712 commit 6b95fad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sorc/timetwin.fd/timetwin.f
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ SUBROUTINE INDEX41 (N,ARRIN,INDX)
C
INTEGER INDX(*)
CHARACTER*41 ARRIN(*),Q

DO 10 J = 1,N
INDX(J) = J
10 CONTINUE
Expand Down
2 changes: 1 addition & 1 deletion ush/prepobs_makeprepbufr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2217,7 +2217,7 @@ set -x
[ $err != 0 ] && exit 55 # for extra measure
fi
elif [ $BACK = 'YES' ] ; then
echo 'BACK=YES'
echo 'BACK=YES' # IG Feb2024: doesn't come here
launcher_PREP=${launcher_PREP:-mpiexec}
NPROCS=${NPROCS:-6}
if [ "$launcher_PREP" = mpiexec ]; then
Expand Down

0 comments on commit 6b95fad

Please sign in to comment.