Skip to content

Commit

Permalink
Fix comment alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
slevis-lmwg committed Nov 30, 2023
1 parent 7222bb6 commit ced34c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/biogeophys/BiogeophysPreFluxCalcsMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ subroutine SetZ0mDisp(bounds, num_nolakep, filter_nolakep, &
!-----------------------------------------------------------------------

associate( &
z0mg => frictionvel_inst%z0mg_col , & ! Input: [real(r8) (:) ] roughness length of ground, momentum [m]
z0mg => frictionvel_inst%z0mg_col , & ! Input: [real(r8) (:) ] roughness length of ground, momentum [m]
htop => canopystate_inst%htop_patch , & ! Input: [real(r8) (:) ] canopy top (m)
z0m => canopystate_inst%z0m_patch , & ! Output: [real(r8) (:) ] momentum roughness length (m)
displa => canopystate_inst%displa_patch & ! Output: [real(r8) (:) ] displacement height (m)
Expand Down

0 comments on commit ced34c3

Please sign in to comment.