Skip to content

Commit

Permalink
physics/GFS_surface_composites.F90: update tsfc correctly when there …
Browse files Browse the repository at this point in the history
…is ice on open water grid points
  • Loading branch information
climbfuji committed Nov 3, 2020
1 parent 390ec21 commit e7b4531
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions physics/GFS_surface_composites.F90
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,7 @@ subroutine GFS_surface_composites_post_run (
if (.not. flag_cice(i)) then
tisfc(i) = tice(i) ! over lake ice (and sea ice when uncoupled)
zorl(i) = cice(i) * zorl_ice(i) + (one - cice(i)) * zorl_wat(i)
tsfc(i) = tsfc_ice(i)
elseif (wet(i)) then
if (cice(i) > min_seaice) then ! this was already done for lake ice in sfc_sice
txi = cice(i)
Expand Down

0 comments on commit e7b4531

Please sign in to comment.