Skip to content

Commit

Permalink
Tidy up src/topography.f90
Browse files Browse the repository at this point in the history
Co-authored-by: Micael Oliveira <[email protected]>
  • Loading branch information
ezhilsabareesh8 and micaeljtoliveira authored Oct 25, 2024
1 parent 8fb623c commit 07b135f
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 @@ -478,7 +478,7 @@ subroutine topography_cut_off_T_cells(this, hgrid, cutoff)
real(real64), allocatable :: dy_t(:,:) ! To store dy_t (new array)

! Read hgrid to get dy
print*, 'Attempting to open:', trim(hgrid)
write(output_unit,'(3a)') "Attempting to open file '", trim(hgrid), "'"
call handle_error(nf90_open(trim(hgrid), nf90_nowrite, ncid_hgrid))
call handle_error(nf90_inq_varid(ncid_hgrid, 'dy', dy_id))
call handle_error(nf90_inquire_variable(ncid_hgrid, dy_id, dimids=dids_dy))
Expand Down

0 comments on commit 07b135f

Please sign in to comment.