Skip to content

Commit

Permalink
Fix whitespace/alignment
Browse files Browse the repository at this point in the history
Fix some whitespace/alignment on a couple of lines.
  • Loading branch information
rljacob committed Sep 10, 2021
1 parent 7cc7a61 commit 31c32e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions driver-mct/main/cime_comp_mod.F90
Expand Up @@ -3355,7 +3355,7 @@ subroutine cime_run()
WAVID(ewi), component_get_iamroot_compid(wav(ewi)))
end do
! Here we pass 1 as num_inst_driver as num_inst_driver is used inside
call seq_resume_store_comp('x', drv_resume_file, 1, &
call seq_resume_store_comp('x', drv_resume_file, 1, &
driver_id, iamroot_CPLID)
call component_run(Eclock_e, esp, esp_run, infodata, &
comp_prognostic=esp_prognostic, comp_num=comp_num_esp, &
Expand Down Expand Up @@ -3422,7 +3422,7 @@ subroutine cime_run()
call shr_sys_flush(logunit)
end if
if (iamin_CPLID) then
call seq_rest_read(drv_resume_file, infodata, &
call seq_rest_read(drv_resume_file, infodata, &
atm, lnd, ice, ocn, rof, glc, wav, esp, iac, &
fractions_ax, fractions_lx, fractions_ix, fractions_ox, &
fractions_rx, fractions_gx, fractions_wx, fractions_zx)
Expand Down

0 comments on commit 31c32e4

Please sign in to comment.