Skip to content

Commit

Permalink
col_cf%nee needs to be zero'd every time step for BGC coupled runs.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdschwartz committed Jan 16, 2024
1 parent 772a5de commit 90a2790
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/elm/src/data_types/ColumnDataType.F90
Original file line number Diff line number Diff line change
Expand Up @@ -7403,6 +7403,8 @@ subroutine col_cf_setvalues ( this, num_column, filter_column, value_column)
this%coutputs(i) = value_column
this%cwdc_hr(i) = value_column
this%litterc_loss(i) = value_column

this%nee(i) = value_column

! Zero p2c column fluxes
this%rr(i) = value_column
Expand All @@ -7428,7 +7430,6 @@ subroutine col_cf_setvalues ( this, num_column, filter_column, value_column)
this%totfire(i) = value_column
this%nep(i) = value_column
this%nbp(i) = value_column
this%nee(i) = value_column
this%fire_closs(i) = value_column
this%cwdc_loss(i) = value_column
this%som_c_leached(i) = value_column
Expand Down

0 comments on commit 90a2790

Please sign in to comment.