From d05733ad489699b632f6dce5cdedf0b6cd02b181 Mon Sep 17 00:00:00 2001 From: Fabien Paulot Date: Mon, 3 Feb 2025 08:36:14 -0500 Subject: [PATCH] shorten line --- full/atm_land_ice_flux_exchange.F90 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/full/atm_land_ice_flux_exchange.F90 b/full/atm_land_ice_flux_exchange.F90 index cb614da7..36d3c13c 100644 --- a/full/atm_land_ice_flux_exchange.F90 +++ b/full/atm_land_ice_flux_exchange.F90 @@ -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