Write a data.frame
with slope, intercepts, and error estimates of
calibrations for water isotope system.
write_water_calibration_data(outname, site, cal_df)
Nothing to the environment, but writes out the calibration parameters (e.g., regression slopes and intercepts) to the output hdf5 file.
Output file name.
NEON 4-letter site code.
Calibration data frame - this is the output from fit_water_regression
Rich Fiorella rfiorella@lanl.gov