Skip to content

Commit

Permalink
fix: change variable name used in coupler_clock_type calls (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlee03 authored Jun 6, 2024
1 parent eda97dd commit 2b59f6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions full/coupler_main.F90
Original file line number Diff line number Diff line change
Expand Up @@ -567,9 +567,9 @@ program coupler_main

! ---- SERIAL atmosphere radiation ----
if (.not.do_concurrent_radiation) then
call fms_mpp_clock_begin(coupler_clocks%concurrent_radiation)
call fms_mpp_clock_begin(coupler_clocks%serial_radiation)
call update_atmos_model_radiation( Land_ice_atmos_boundary, Atm )
call fms_mpp_clock_end(coupler_clocks%concurrent_radiation)
call fms_mpp_clock_end(coupler_clocks%serial_radiation)
endif
if (do_chksum) call atmos_ice_land_chksum('update_atmos_model_radiation(ser)', (nc-1)*num_atmos_calls+na, &
Atm, Land, Ice, Land_ice_atmos_boundary, Atmos_ice_boundary, Atmos_land_boundary)
Expand Down

0 comments on commit 2b59f6d

Please sign in to comment.