Skip to content

Commit

Permalink
Merge pull request #1231 from glemieux/init-trans_matrix
Browse files Browse the repository at this point in the history
initialize the transitions matrix to zero
  • Loading branch information
glemieux authored Jul 26, 2024
2 parents 1982b00 + dfe771c commit e372f0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/EDInitMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ subroutine zero_site( site_in )
! Disturbance rates tracking
site_in%primary_land_patchfusion_error = 0.0_r8
site_in%disturbance_rates(:,:,:) = 0.0_r8
site_in%landuse_transition_matrix(:,:) = 0.0_r8

! FIRE
site_in%FDI = 0.0_r8 ! daily fire danger index (0-1)
Expand Down

0 comments on commit e372f0b

Please sign in to comment.