DrylandEcology / STEPWAT2

folder
4 stars 5 forks source link

Output generated in non-gridded mode differs between master branch and Seed Dispersal branch #527

Closed kpalmqui closed 12 months ago

kpalmqui commented 1 year ago

Output generated in non-gridded mode in the Seed Dispersal branch (containing improvements to gridded mode) differs from output generated in non-gridded mode in the master branch. This should not happen as all changes/improvement in the Seed Dispersal branch were implemented for the gridded mode and should not affect the non-gridded mode. This suggests a bug/problem in the Seed Dispersal branch.

Evidence: palmquist-mac:STEPWAT2 palmquist$ diff -qsr testing.sagebrush.master/Stepwat_Inputs/Output testing.sagebrush.master/Stepwat_Inputs/Output_ref Files testing.sagebrush.master/Stepwat_Inputs/Output/.DS_Store and testing.sagebrush.master/Stepwat_Inputs/Output_ref/.DS_Store differ Files testing.sagebrush.master/Stepwat_Inputs/Output/bmassavg.csv and testing.sagebrush.master/Stepwat_Inputs/Output_ref/bmassavg.csv differ Files testing.sagebrush.master/Stepwat_Inputs/Output/mortavg.csv and testing.sagebrush.master/Stepwat_Inputs/Output_ref/mortavg.csv differ Only in testing.sagebrush.master/Stepwat_Inputs/Output_ref/sw_output: .DS_Store Files testing.sagebrush.master/Stepwat_Inputs/Output/sw_output/sw2_daily_agg.csv and testing.sagebrush.master/Stepwat_Inputs/Output_ref/sw_output/sw2_daily_agg.csv differ Files testing.sagebrush.master/Stepwat_Inputs/Output/sw_output/sw2_daily_slyrs_agg.csv and testing.sagebrush.master/Stepwat_Inputs/Output_ref/sw_output/sw2_daily_slyrs_agg.csv differ Files testing.sagebrush.master/Stepwat_Inputs/Output/sw_output/sw2_monthly_agg.csv and testing.sagebrush.master/Stepwat_Inputs/Output_ref/sw_output/sw2_monthly_agg.csv differ Files testing.sagebrush.master/Stepwat_Inputs/Output/sw_output/sw2_monthly_slyrs_agg.csv and testing.sagebrush.master/Stepwat_Inputs/Output_ref/sw_output/sw2_monthly_slyrs_agg.csv differ Files testing.sagebrush.master/Stepwat_Inputs/Output/sw_output/sw2_yearly_agg.csv and testing.sagebrush.master/Stepwat_Inputs/Output_ref/sw_output/sw2_yearly_agg.csv differ Files testing.sagebrush.master/Stepwat_Inputs/Output/sw_output/sw2_yearly_slyrs_agg.csv and testing.sagebrush.master/Stepwat_Inputs/Output_ref/sw_output/sw2_yearly_slyrs_agg.csv differ

Here, Output_ref = master & Output = Seed Dispersal

See attached zipped output files:

Output 2.zip Output_ref 2.zip

alexisBelt commented 12 months ago

After going through all of Seed_Dispersal commits, and the master parent that Seed_Dispersal branched off from, every commit had a different output to that of master's.