Skip to content

Commit

Permalink
Correcting missed conflicts
Browse files Browse the repository at this point in the history
Missed a conflict with the parameter file.  Also need to remove
the recent addition of harvest_carbon_flux initialization.
  • Loading branch information
glemieux committed Mar 30, 2022
1 parent 241b7c5 commit 5427615
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion main/EDInitMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ subroutine zero_site( site_in )

! Disturbance rates tracking
site_in%primary_land_patchfusion_error = 0.0_r8
site_in%harvest_carbon_flux = 0.0_r8
site_in%potential_disturbance_rates(:) = 0.0_r8
site_in%disturbance_rates_secondary_to_secondary(:) = 0.0_r8
site_in%disturbance_rates_primary_to_secondary(:) = 0.0_r8
Expand Down
4 changes: 0 additions & 4 deletions parameter_files/fates_params_default.cdl
Original file line number Diff line number Diff line change
Expand Up @@ -1446,14 +1446,10 @@ data:

fates_logging_mechanical_frac = 0.05 ;

<<<<<<< HEAD
fates_pprodharv10_forest_mean = 0.8125 ;

||||||| 36e60bb3
=======
fates_maintresp_model = 1 ;

>>>>>>> master
fates_mort_disturb_frac = 1 ;

fates_mort_understorey_death = 0.55983 ;
Expand Down

0 comments on commit 5427615

Please sign in to comment.