I'm getting the following error running k.read.base:
Error in data.frame(dateTime = dat$dateTime, C_D = C_D, alh = alh, ash = ash) :
arguments imply differing number of rows: 16035, 16036
I believe that I have tracked it down to calc.zeng line 20. My dataframe includes the following data
2017-03-12 02:00:00 which returns an NA for line 20 which then shortens the dataframe to 16035 rows. There also seem to be a whole bunch of errors that cascade off of that length mismatch (e.g., line 53 atm.press is 16036 while e_a(line 52) is 16035.
I'm getting the following error running k.read.base:
Error in data.frame(dateTime = dat$dateTime, C_D = C_D, alh = alh, ash = ash) :
arguments imply differing number of rows: 16035, 16036
I believe that I have tracked it down to calc.zeng line 20. My dataframe includes the following data
2017-03-12 02:00:00 which returns an NA for line 20 which then shortens the dataframe to 16035 rows. There also seem to be a whole bunch of errors that cascade off of that length mismatch (e.g., line 53 atm.press is 16036 while e_a(line 52) is 16035.