Skip to content

Commit

Permalink
Only call ice_prescribed_run in ice_prescribed_init #ifndef CESMCOUPLED
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSzapiro-NOAA authored May 29, 2024
1 parent 180f60f commit a7a379a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cicecore/drivers/nuopc/cmeps/ice_prescribed_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,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

Expand Down

0 comments on commit a7a379a

Please sign in to comment.