Skip to content

Commit

Permalink
Merge branch 'sealvlponds' into sealevelponds. Fix restart issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidclemenssewall committed Jan 6, 2025
2 parents 0ef2aa0 + a700cf9 commit bc8fa22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configuration/driver/icedrv_InitMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ subroutine icedrv_initialize
call init_restart ! initialize restart variables
call init_history_therm ! initialize thermo history variables

if (tr_pond_sealvl) call icepack_init_sealvlpnd ! sealvl ponds

if (restart) &
call init_shortwave ! initialize radiative transfer

Expand Down Expand Up @@ -157,8 +159,6 @@ subroutine icedrv_initialize
if (tr_aero .or. tr_zaero) call faero_default ! default values
if (skl_bgc .or. z_tracers) call get_forcing_bgc ! biogeochemistry

if (tr_pond_sealvl) call icepack_init_sealvlpnd ! sealvl ponds

if (.not. restart) &
call init_shortwave ! initialize radiative transfer using current swdn

Expand Down

0 comments on commit bc8fa22

Please sign in to comment.