Skip to content

Commit

Permalink
change sst_balue to come from nml instead of fms
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 committed Jun 11, 2024
1 parent 6442d38 commit 5e98a35
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 5e98a35

Please sign in to comment.