kirenbahm / ENP_TOOLS

Scripts used to pre- and post-process data
0 stars 2 forks source link

Remove assumption about datatype units from preproc D05 #60

Closed kirenbahm closed 3 years ago

kirenbahm commented 3 years ago

line 217 in D05_BC1D_prep_stage.m assumes data is in feet, and overwrites whatever units the variable was in with feet. Fix this so it uses the same units that the input file was in.

In a larger context, the following two D05 scripts are very similar. At some point, they diverged from one script, and updates were made to one script that should have been made to both scripts. D05_BC1D_prep_stage.m D05_BC1D_Flow_Fill_Gaps.m