Skip to content

Commit

Permalink
Remove more commented out code.
Browse files Browse the repository at this point in the history
Fixes #886.
  • Loading branch information
GeorgeGayno-NOAA committed Jan 23, 2024
1 parent 6037fcb commit b6df745
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions sorc/orog_mask_tools.fd/orog.fd/mtnlm7_oclsm.F
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
JMN = 180*120/MTNRES
print *, ' Starting terr12 mtnlm7_slm30.f IMN,JMN:',IMN,JMN
! --- Read the grid resolution from 'grid' file OUTGRID.
! --- Read the model grid resolution from 'grid' file OUTGRID.
READ_GRID_FILE : if( trim(OUTGRID) .NE. "none" ) then
Expand Down Expand Up @@ -1434,21 +1434,12 @@ SUBROUTINE TERSUB(IMN,JMN,IM,JM,NM,NR,NW,EFAC,BLAT,
do i=1,im
xlon(i) = DELXN*(i-1)
enddo
! IF(trim(OUTGRID) == "none") THEN
! do j=1,jm
! do i=1,im
! geolon(i,j) = xlon(i)
! geolat(i,j) = xlat(j)
! enddo
! enddo
! else
do j = 1, jm
xlat(j) = geolat(1,j)
enddo
do i = 1, im
xlon(i) = geolon(i,1)
enddo
! endif
do j = 1, jm
xlat(j) = geolat(1,j)
enddo
do i = 1, im
xlon(i) = geolon(i,1)
enddo
tend=timef()
write(6,*)' Binary output time= ',tend-tbeg
tbeg=timef()
Expand Down

0 comments on commit b6df745

Please sign in to comment.