Skip to content

Commit

Permalink
Update comments in ./tests/orog/ftst_qc_orog_by_ramp.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
George Gayno committed Jan 14, 2025
1 parent 5f83189 commit 2197dff
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/orog/ftst_qc_orog_by_ramp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ program qc_orog_ramp
!
! In OPS, the global data is 30-sec with dimensions
! 43200 x 21600. The RAMP data is 30-sec with dimension
! 43201 x 3601. For this test, reduced versions of
! both grids are used: global - 9x7; RAMP 10x5.
! 43201 x 3601 and only covers Antarctica. For this test,
! reduced versions of both grids are used:
! global - 9x7; RAMP 10x5.
!
! Author George Gayno NCEP/EMC

Expand Down Expand Up @@ -79,7 +80,7 @@ program qc_orog_ramp
zavg_expected(9,2) = 0 ! Note: this 'ramp' point has non-zero terrain of
! 0.14, which rounds down to zero.

! Note: The location of the RAMP data is set in the routine.
! Note: The path/name of the RAMP data is set in the routine.

call qc_orog_by_ramp(imn, jmn, zavg, zslm)

Expand Down

0 comments on commit 2197dff

Please sign in to comment.