Skip to content

Commit

Permalink
Merge branch 'main' into remove_nclmax
Browse files Browse the repository at this point in the history
  • Loading branch information
rgknox committed Jul 31, 2024
2 parents 8da0669 + e372f0b commit ae32bd4
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 ae32bd4

Please sign in to comment.