Skip to content

Commit 3288d93

Browse files
mlee03mlee03
authored andcommitted
remove trailing whitespace
1 parent 3720fba commit 3288d93

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

full/atm_land_ice_flux_exchange.F90

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2776,7 +2776,7 @@ subroutine flux_down_from_atmos(Time, Atm, Land, Ice, Atmos_boundary, Land_bound
27762776
call fms_coupler_type_send_data(Ice_boundary%fluxes, Time)
27772777
!} end override Ice fields
27782778

2779-
!> COMPUTE STOCK CHANGES BETWEEN COMPONENTS
2779+
!> COMPUTE STOCK CHANGES BETWEEN COMPONENTS
27802780
! Atm -> Lnd (precip)
27812781
call FMS_XGRID_STOCK_MOVE_( &
27822782
& FROM = fms_stock_constants_atm_stock(ISTOCK_WATER), &
@@ -2802,7 +2802,7 @@ subroutine flux_down_from_atmos(Time, Atm, Land, Ice, Atmos_boundary, Land_bound
28022802
#else
28032803
& stock_data3d = &
28042804
(-Land_boundary%t_flux + Land_boundary%lw_flux + Land_boundary%sw_flux - Land_boundary%fprec*HLF), &
2805-
#endif
2805+
#endif
28062806
& grid_index=X1_GRID_LND, &
28072807
& xmap=xmap_sfc, &
28082808
& delta_t=Dt_atm, &
@@ -2832,7 +2832,7 @@ subroutine flux_down_from_atmos(Time, Atm, Land, Ice, Atmos_boundary, Land_bound
28322832
& from_side=ISTOCK_BOTTOM, to_side=ISTOCK_TOP, &
28332833
& radius=Radius, ier=ier, verbose='stock move HEAT (Atm->Ice) ')
28342834
!} END COMPUTE STOCK EXCHANGE
2835-
2835+
28362836
deallocate(ex_flux_u, ex_flux_v, ex_dtaudu_atm, ex_dtaudv_atm)
28372837

28382838

@@ -4165,8 +4165,8 @@ end subroutine diag_field_init
41654165
subroutine divide_by_area(data, area)
41664166

41674167
implicit none
4168-
real, intent(inout) :: data(:,:) !< data
4169-
real, intent(in) :: area(:,:) !< area
4168+
real, intent(inout) :: data(:,:) !< data
4169+
real, intent(in) :: area(:,:) !< area
41704170

41714171
!> CHECK TO ENSURE SHAPE OF DATA IS THE SAME AS SHAPE OF AREA
41724172
!{
@@ -4220,7 +4220,7 @@ SUBROUTINE SEND_ICE_MASK_SIC(TIME)
42204220
!}
42214221

42224222
!> FOR CMIP, IF ID_SIC > 0, COMPUTE SEA ICE FRACTIONAL AREA FOR ATM GRID CELLS THAT ARE OVER THE OCEAN
4223-
!! AND NORMALIZE AREA BY THE FRACTION OF ATMOS GRID CELL THAT IS OCEAN
4223+
!! AND NORMALIZE AREA BY THE FRACTION OF ATMOS GRID CELL THAT IS OCEAN
42244224
!{
42254225
if(id_sic > 0) then
42264226
ice_frac = 1.
@@ -4238,7 +4238,7 @@ SUBROUTINE SEND_ICE_MASK_SIC(TIME)
42384238
endif
42394239
endif
42404240
!}
4241-
4241+
42424242
end subroutine send_ice_mask_sic
42434243

42444244
!#######################################################################

0 commit comments

Comments
 (0)