Skip to content

Commit

Permalink
Fix print statement in ./tests/orog/ftst_get_xnsum3.F90
Browse files Browse the repository at this point in the history
Fixes #1000.
  • Loading branch information
GeorgeGayno-NOAA committed Jan 13, 2025
1 parent 9147bf3 commit 5f83189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/orog/ftst_get_xnsum3.F90
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ program check_get_xnsum3
! grid box that are above the critical height.
data expected_xnsum2 /16/ ! Expected total number of high-res pts in model grid box.

print*,"Begin test of routine get_xnsum2."
print*,"Begin test of routine get_xnsum3."

! The high-res grid is a global one-degree lat/lon grid. Point (1,1)
! is the south pole/greenwich.
Expand Down

0 comments on commit 5f83189

Please sign in to comment.