Skip to content

Commit

Permalink
Removing duplicate lines of code #2129 #2107
Browse files Browse the repository at this point in the history
  • Loading branch information
slevis-lmwg committed Oct 19, 2023
1 parent f0260cf commit 1890865
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/biogeochem/CNVegCarbonStateType.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1612,7 +1612,6 @@ subroutine Restart ( this, bounds, ncid, flag, carbon_type, reseed_dead_plants,
this%leafc_storage_patch(i) = c12_cnveg_carbonstate_inst%leafc_storage_patch(i) * c3_r2
else
this%leafc_storage_patch(i) = c12_cnveg_carbonstate_inst%leafc_storage_patch(i) * c4_r2
this%leafc_storage_patch(i) = c12_cnveg_carbonstate_inst%leafc_storage_patch(i) * c4_r2
endif
end do
end if
Expand Down
4 changes: 0 additions & 4 deletions src/biogeophys/BareGroundFluxesMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,6 @@ subroutine BareGroundFluxes(bounds, num_noexposedvegp, filter_noexposedvegp, &
ulrad(p) = 0._r8
dhsdt_canopy(p) = 0._r8
eflx_sh_stem(p) = 0._r8
z0mv(p) = 0._r8
z0hv(p) = 0._r8
z0qv(p) = 0._r8


ur(p) = max(params_inst%wind_min,sqrt(forc_u(g)*forc_u(g)+forc_v(g)*forc_v(g)))
dth(p) = thm(p)-t_grnd(c)
Expand Down

0 comments on commit 1890865

Please sign in to comment.