Skip to content

Commit

Permalink
fixed typo in history interface
Browse files Browse the repository at this point in the history
  • Loading branch information
rgknox committed Oct 18, 2024
1 parent 28680e5 commit c83473d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/FatesHistoryInterfaceMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -3316,7 +3316,7 @@ subroutine update_history_dyn2(this,nc,nsites,sites,bc_in)
hio_disturbance_rate_si_lulu => this%hvars(ih_disturbance_rate_si_lulu)%r82d, &
hio_cstarvmortality_continuous_carbonflux_si_pft => this%hvars(ih_cstarvmortality_continuous_carbonflux_si_pft)%r82d, &
hio_interr_liveveg_elem => this%hvars(ih_interr_liveveg_elem)%r82d, &
hio_interr_litter_elem => this%hvars(ih_interr_litter_elem)%r82d)
hio_interr_litter_elem => this%hvars(ih_interr_litter_elem)%r82d, &
hio_transition_matrix_si_lulu => this%hvars(ih_transition_matrix_si_lulu)%r82d)


Expand Down

0 comments on commit c83473d

Please sign in to comment.