Skip to content

Commit

Permalink
Merge branch 'bishtgautam/lnd/fix-cnp-budget' into next (PR #6233)
Browse files Browse the repository at this point in the history
Sets the values for three fluxes that are included in monthly CNP budgets.

Fixes #6230
[BFB]
  • Loading branch information
bishtgautam committed Feb 26, 2024
2 parents 467a982 + 5ecb8d2 commit a3e7ec4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/elm/src/data_types/ColumnDataType.F90
Original file line number Diff line number Diff line change
Expand Up @@ -7755,6 +7755,9 @@ subroutine col_cf_setvalues ( this, num_column, filter_column, value_column)
this%prod1c_loss(i) = value_column
this%prod10c_loss(i) = value_column
this%prod100c_loss(i) = value_column
this%er(i) = value_column
this%som_c_leached(i) = value_column
this%somc_yield(i) = value_column
this%somhr(i) = value_column ! REVISIT
this%lithr(i) = value_column ! REVISIT
this%hr(i) = value_column
Expand Down

0 comments on commit a3e7ec4

Please sign in to comment.