@@ -61,7 +61,6 @@ subroutine cice_init
6161 use ice_dyn_eap, only: init_eap
6262 use ice_dyn_shared, only: kdyn, init_evp
6363 use ice_fileunits, only: init_fileunits
64- use ice_firstyear, only: init_FY
6564 use ice_flux, only: init_coupler_flux, init_history_therm, &
6665 init_history_dyn, init_flux_atm, init_flux_ocn
6766 use ice_forcing, only: init_forcing_ocn, init_forcing_atmo, &
@@ -164,29 +163,26 @@ end subroutine cice_init
164163 subroutine init_restart
165164
166165 use ice_aerosol, only: init_aerosol
167- use ice_age, only: init_age
166+ use ice_age, only: init_age, restart_age, read_restart_age
168167 use ice_blocks, only: nx_block, ny_block
169168 use ice_brine, only: init_hbrine
170169 use ice_calendar, only: time, calendar
171170 use ice_domain, only: nblocks
172171 use ice_domain_size, only: ncat
173172 use ice_dyn_eap, only: read_restart_eap
174173 use ice_dyn_shared, only: kdyn
175- use ice_firstyear, only: init_fy
174+ use ice_firstyear, only: init_fy, restart_FY, read_restart_FY
176175 use ice_flux, only: sss
177176 use ice_init, only: ice_ic
178- use ice_lvl, only: init_lvl
179- use ice_meltpond_cesm, only: init_meltponds_cesm
180- use ice_meltpond_lvl, only: init_meltponds_lvl
181- use ice_meltpond_topo, only: init_meltponds_topo
177+ use ice_lvl, only: init_lvl, restart_lvl, read_restart_lvl
178+ use ice_meltpond_cesm, only: init_meltponds_cesm, &
179+ restart_pond_cesm, read_restart_pond_cesm
180+ use ice_meltpond_lvl, only: init_meltponds_lvl, &
181+ restart_pond_lvl, read_restart_pond_lvl, dhsn
182+ use ice_meltpond_topo, only: init_meltponds_topo, &
183+ restart_pond_topo, read_restart_pond_topo
182184 use ice_restart_shared, only: runtype, restart
183185 use ice_restart_driver, only: restartfile, restartfile_v4
184- use ice_restart_age, only: restart_age, read_restart_age
185- use ice_restart_firstyear, only: restart_FY, read_restart_FY
186- use ice_restart_lvl, only: restart_lvl, read_restart_lvl
187- use ice_restart_meltpond_cesm, only: restart_pond_cesm, read_restart_pond_cesm
188- use ice_restart_meltpond_lvl, only: restart_pond_lvl, read_restart_pond_lvl, dhsn
189- use ice_restart_meltpond_topo, only: restart_pond_topo, read_restart_pond_topo
190186 use ice_state, only: tr_iage, tr_FY, tr_lvl, tr_pond_cesm, &
191187 tr_pond_lvl, tr_pond_topo, tr_aero, trcrn, &
192188 nt_iage, nt_FY, nt_alvl, nt_vlvl, nt_apnd, nt_hpnd, nt_ipnd, tr_brine
0 commit comments