Skip to content

Commit

Permalink
Removing tabs from CPL_WRF.F90 for cleanup and to kick-off CI
Browse files Browse the repository at this point in the history
  • Loading branch information
scrasmussen committed Feb 28, 2024
1 parent 1f02094 commit b7d083e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions hydro/MPP/CPL_WRF.F90
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,12 @@ subroutine CPL_LAND_INIT(istart,iend,jstart,jend)
dims(0) = 0
dims(1) = 0
do xx=1,total_pe_num
if(node_info(2,xx) .eq. (-1)) then
dims(0) = dims(0)+1
endif
if(node_info(4,xx) .eq. (-1)) then
dims(1) = dims(1)+1
endif
if(node_info(2,xx) .eq. (-1)) then
dims(0) = dims(0)+1
endif
if(node_info(4,xx) .eq. (-1)) then
dims(1) = dims(1)+1
endif
enddo

ndim = 2
Expand Down

0 comments on commit b7d083e

Please sign in to comment.