Skip to content

Commit

Permalink
Remove some commented out code.
Browse files Browse the repository at this point in the history
Fixes #426.
  • Loading branch information
GeorgeGayno-NOAA committed Mar 21, 2022
1 parent 11cb1d0 commit 80f9224
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sorc/global_cycle.fd/cycle.f90
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ SUBROUTINE SFCDRV(LUGB, IDIM,JDIM,LSM,LENSFC,LSOIL,DELTSFC, &

IF (DO_SFCCYCLE) THEN
ALLOCATE(SLMASKL(LENSFC), SLMASKW(LENSFC))
! for non-fractional grid
! for running uncoupled (non-fractional grid)
DO I=1,LENSFC
IF(NINT(SLMASK(I)) == 1) THEN
SLMASKL(I) = 1.0_KIND_io8
Expand All @@ -537,8 +537,6 @@ SUBROUTINE SFCDRV(LUGB, IDIM,JDIM,LSM,LENSFC,LSOIL,DELTSFC, &
min_ice(i) = 0.0_KIND_io8
endif
ENDDO
! MIN_ICE=0.0 ! temporary until i know how to set this for
! ! a non-fractional grid.
num_threads = num_parthds()
PRINT*
PRINT*,"CALL SFCCYCLE TO UPDATE SURFACE FIELDS."
Expand Down

0 comments on commit 80f9224

Please sign in to comment.