Skip to content

Commit

Permalink
Call ice_prescribed_run after ice_prescribed_init
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSzapiro-NOAA committed Apr 27, 2024
1 parent eaec8c1 commit eee289a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cicecore/drivers/nuopc/cmeps/ice_prescribed_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module ice_prescribed_mod
use ice_blocks , only : nx_block, ny_block, block, get_block
use ice_domain , only : nblocks, distrb_info, blocks_ice
use ice_grid , only : TLAT, TLON, hm, tmask, tarea, grid_type, ocn_gridcell_frac
use ice_calendar , only : idate, calendar_type
use ice_calendar , only : idate, msec, calendar_type
use ice_arrays_column , only : hin_max
use ice_read_write
use ice_exit , only: abort_ice
Expand Down Expand Up @@ -201,6 +201,10 @@ subroutine ice_prescribed_init(gcomp, clock, mesh, rc)
hin_max(1) = 999._dbl_kind
end if

#ifndef CESMCOUPLED
! If need initial cice values for coupling
call ice_prescribed_run(idate, msec)
#endif
end if ! end of if prescribed ice mode

end subroutine ice_prescribed_init
Expand Down

0 comments on commit eee289a

Please sign in to comment.