Skip to content

Commit

Permalink
Remove CESMCOUPLED so models initialize ice_prescribed at end of ice_…
Browse files Browse the repository at this point in the history
…prescribed_init
  • Loading branch information
NickSzapiro-NOAA committed May 14, 2024
1 parent afddf54 commit 4132d49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cicecore/drivers/nuopc/cmeps/ice_prescribed_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ subroutine ice_prescribed_init(gcomp, clock, mesh, rc)
endif

#ifndef CESMCOUPLED
!CESM does this elsewhere
call dshr_pio_init(gcomp, sdat, nu_diag, rc)
#endif

Expand Down Expand Up @@ -206,10 +207,9 @@ 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 4132d49

Please sign in to comment.