Skip to content

Commit

Permalink
Tidy up src/topography.f90
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Kiss <[email protected]>
  • Loading branch information
ezhilsabareesh8 and aekiss authored Nov 6, 2024
1 parent ee2737f commit e369d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/topography.f90
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ subroutine topography_min_dy(this, hgrid, cutoff)

! Calculate T cell size based on dy
! For each point, the T cell size is a sum of dy(2*i-1, 2*j) and dy(2*i, 2*j)
! Apply cutoff to depth based on the provided T-cell cutoff value in meters
! Apply cutoff to depth based on the provided T-cell cutoff value
do j = 1, ny_len / 2
do i = 1, (nxp_len - 1) / 2
if (dy(2 * i - 1, 2 * j) + dy(2 * i, 2 * j) < cutoff) then !Input cutoff in meters
Expand Down

0 comments on commit e369d0c

Please sign in to comment.