Skip to content

Commit

Permalink
Intent inout in shortwave_dEdd_set_snow (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
dabail10 authored and apcraig committed Oct 4, 2018
1 parent 2fc1efd commit 0b4ee4e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions columnphysics/icepack_shortwave.F90
Original file line number Diff line number Diff line change
Expand Up @@ -3482,8 +3482,7 @@ subroutine shortwave_dEdd_set_snow(nslyr, R_snw, &
Tsfc , & ! surface temperature
hs0 ! snow depth for transition to bare sea ice (m)

! real (kind=dbl_kind), intent(inout) :: &
real (kind=dbl_kind), intent(out) :: &
real (kind=dbl_kind), intent(inout) :: &
fs , & ! horizontal coverage of snow
hs ! snow depth

Expand Down

0 comments on commit 0b4ee4e

Please sign in to comment.