Skip to content

Commit

Permalink
Fix restart problem with latitude initialization.
Browse files Browse the repository at this point in the history
  • Loading branch information
kshedstrom committed Feb 24, 2021
1 parent 057cf2c commit 97992d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SIS_state_initialization.F90
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ subroutine initialize_concentration_from_latitudes(part_size, G, IG, US, PF, jus
call get_param(PF, mdl, "ANTARCTIC_ICE_EDGE_IC", Antarctic_ice_edge, &
"The northern latitude of Antarctic ice in an initial condition.", &
default=-91.0, units="degrees of latitude", do_not_log=just_read)
if (just_read) return ! All run-time parameters have been read, so return.

do j=js,je ; do i=is,ie
part_size(i,j,1) = 0.0
Expand Down

0 comments on commit 97992d0

Please sign in to comment.