Skip to content

Commit

Permalink
Alternative SST fix
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerkclark committed Oct 16, 2020
1 parent 0db9e15 commit 74c4015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FV3/gfsphysics/GFS_layer/GFS_physics_driver.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ subroutine GFS_physics_driver &
do i = 1, IM
frland(i) = zero
if (islmsk(i) == 0) then
! Sfcprop%tsfco(i) = Sfcprop%tsfc(i)
Sfcprop%tsfco(i) = Sfcprop%tsfc(i)
wet(i) = .true.
fice(i) = zero
elseif (islmsk(i) == 1) then
Expand Down

0 comments on commit 74c4015

Please sign in to comment.