Skip to content

Commit 8614b58

Browse files
Apply suggestions from code review
Co-authored-by: Aidan Heerdegen <[email protected]>
1 parent 53e9301 commit 8614b58

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/access/accesscm_coupler/mom_oasis3_interface.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ subroutine from_coupler(step,Ocean_sfc,Ice_ocean_boundary, Atm_fields, Time)
737737
case('co2_io')
738738
! Ice_ocean_boundary%co2(iisc:iiec,jjsc:jjec) = vwork(iisc:iiec,jjsc:jjec)
739739
! Set the pcair field in the Atm_fields coupler_bc_type "co2_flux" boundary condition,
740-
! converting from from [ppmv] to [mol/mol]
740+
! converting from [ppmv] to [mol/mol]
741741
call set_coupler_type_data(vwork, "co2_flux", ind_pcair, Atm_fields, &
742742
scale_factor=1.e-6, idim=(/iisc,iisc,iiec,iiec/), jdim=(/jjsc,jjsc,jjec,jjec/))
743743
case('wnd_io')

src/access/accesscm_coupler/ocean_solo.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ subroutine ocean_solo_restart(Time_run, Time_res, time_stamp)
536536
end subroutine ocean_solo_restart
537537

538538
!====================================================================
539-
! get forcing data from data_overide
539+
! get forcing data from data_override
540540
subroutine ice_ocn_bnd_from_data(x, Time_next)
541541

542542
type (ice_ocean_boundary_type) :: x

src/mom5/ocean_bgc/ocean_generic_tracer.F90

-1
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,6 @@ subroutine ocean_generic_sbc(Ice_ocean_boundary_fluxes,Disd,Djsd, T_prog, runoff
342342
! with MOM6. Note this means that the generic_?_update_from_coupler method is no longer
343343
! called here. Instead this will be called later in ocean_generic_sbc_adjust when flux
344344
! adjustments are available
345-
! call generic_tracer_coupler_get(Ice_ocean_boundary_fluxes)
346345
call generic_tracer_coupler_accumulate(Ice_ocean_boundary_fluxes, 1.)
347346

348347
! dts: Is this still needed here, since this is now also done in ocean_generic_sbc_adjust?

0 commit comments

Comments
 (0)