Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Rm diagnostic output.
  • Loading branch information
EdwardSafford-NOAA committed Mar 26, 2024
1 parent 486c1ec commit 4c35c9d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1448,10 +1448,6 @@ program angle
!**********************************
! write results to time.txt files
!**********************************
82 FORMAT(A10,',',A10,',',F12.6,',',F12.6,',',F12.6,',',F12.6,',',F12.6,',' &
,F12.6,',',F12.6,',',F12.6,',',F12.6,',',F12.6,',' &
,F12.6,',',F12.6,',',F12.6,',',F12.6,',',F12.6,',' &
,F12.6,',',F12.6,',',F12.6,',',F12.6,',',F12.6,',')
83 FORMAT(A10,',',A10,',')
84 FORMAT(F12.6,',')

Expand Down
1 change: 0 additions & 1 deletion src/Radiance_Monitor/image_gen/ush/mk_digital_ang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ for type in ${SATYPE_LIST}; do
if [[ $RAD_AREA = 'rgn' ]]; then
nregion=1
fi
echo "mk_digital_angle.sh, nregion: $nregion"

rm -f ${input}

Expand Down

0 comments on commit 4c35c9d

Please sign in to comment.