Skip to content

Commit

Permalink
switch from in to inout for output variables
Browse files Browse the repository at this point in the history
  • Loading branch information
uturuncoglu committed Jul 31, 2023
1 parent 1afb8fc commit 9891fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physics/sfc_land.f
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ subroutine sfc_land_run &
& cmm_lnd, chh_lnd, zvfun_lnd

! --- outputs:
real (kind=kind_phys), dimension(:), intent(out) :: &
real (kind=kind_phys), dimension(:), intent(inout) :: &
& sncovr1, qsurf, evap, hflx, ep, t2mmp, q2mp, gflux, &
& runoff, drain, cmm, chh, zvfun
!
Expand Down

0 comments on commit 9891fff

Please sign in to comment.