Skip to content

Commit

Permalink
shorten line
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienpaulot committed Feb 3, 2025
1 parent 4d904bd commit d05733a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions full/atm_land_ice_flux_exchange.F90
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,9 @@ subroutine atm_land_ice_flux_exchange_init(Time, Atm, Land, Ice, atmos_ice_bound
real, intent(in) :: z_ref_heat_in, z_ref_mom_in
logical, intent(in) :: scale_precip_2d_in
logical, intent(in) :: do_area_weighted_flux_in
logical, intent(in) :: ocn_atm_flux_vmr_bug_in !< set to .true. to reproduce old (erroneous) conversion
!! for VMR tracers exchanges with the ocean
logical, intent(in) :: ocn_atm_flux_vmr_bug_in !< set to .true. to reproduce old (erroneous)
!! conversion for VMR tracers exchanges
!!with the ocean
logical, intent(in) :: do_forecast_in, partition_fprec_from_lprec_in
integer, intent(in) :: nblocks_in
integer, intent(in) :: cplClock_in
Expand Down

0 comments on commit d05733a

Please sign in to comment.