Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion simple/ice_model.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,7 @@ subroutine ice_model_init ( Ice, Time_Init, Time, &
! this perturbation may be useful in accessing model sensitivities

if ( abs(sst_anom) > 0.0001 ) then
Ice%t_surf(:,:) = Ice%t_surf(:,:) + fms_amip_interp_sst_anom
Ice%t_surf(:,:) = Ice%t_surf(:,:) + sst_anom
endif

!----------------------------------------------------------
Expand Down