Skip to content

Commit

Permalink
reset sst initialization to align with main
Browse files Browse the repository at this point in the history
  • Loading branch information
davidclemenssewall committed Sep 25, 2024
1 parent 0eb1066 commit 3c00c2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configuration/driver/icedrv_flux.F90
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,8 @@ subroutine init_coupler_flux
vocn (:) = c0
frzmlt (:) = c0 ! freezing/melting potential (W/m^2)
sss (:) = sss_fixed ! sea surface salinity (ppt)
sstdat (:) = sst_init ! sea surface temperature (C)
sst (:) = sst_init ! sea surface temperature (C)
sstdat (:) = sst(:) ! sea surface temperature (C)

! water isotopes from ocean
HDO_ocn (:) = c0
Expand Down

0 comments on commit 3c00c2f

Please sign in to comment.