Skip to content

Commit

Permalink
fix line length for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 authored and rem1776 committed Aug 5, 2024
1 parent c6fdc87 commit f4e5182
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions full/coupler_main.F90
Original file line number Diff line number Diff line change
Expand Up @@ -533,8 +533,9 @@ program coupler_main

!--------------------------------------------------------------
!> atmosphere up
if (do_flux) call coupler_flux_up_to_atmos(Land, Ice, Land_ice_atmos_boundary, Atmos_land_boundary, Atmos_ice_boundary,&
Time_atmos, current_timestep, coupler_chksum_obj, coupler_clocks)
if (do_flux) call coupler_flux_up_to_atmos(Land, Ice, Land_ice_atmos_boundary, Atmos_land_boundary, &
Atmos_ice_boundary, Time_atmos, current_timestep, coupler_chksum_obj, &
coupler_clocks)

if (do_atmos) call coupler_update_atmos_model_up(Atm, Land_ice_atmos_boundary, current_timestep, &
coupler_chksum_obj, coupler_clocks)
Expand Down

0 comments on commit f4e5182

Please sign in to comment.