diff --git a/components/elm/src/data_types/ColumnDataType.F90 b/components/elm/src/data_types/ColumnDataType.F90 index 5e76c3f0ca90..998f50f50911 100644 --- a/components/elm/src/data_types/ColumnDataType.F90 +++ b/components/elm/src/data_types/ColumnDataType.F90 @@ -7762,6 +7762,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 @@ -7787,7 +7789,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