Write calibrated carbon ambient data to file
Source:R/output_functions.R
write_carbon_ambient_data.RdWrite out ambient observations from the NEON EC towers where the isotope data (either H2O or CO2) have been calibrated using this package.
Arguments
- outname
Output file name.
- site
NEON 4-letter site code.
- amb_data_list
Calibrated list of ambient data - this is the output from one of the calibrate_ambient_carbon* functions.
- to_file
Write to file (TRUE) or to environment (FALSE).
- fid
Optional open HDF5 file handle. If NULL, the file is opened and closed internally.
Author
Rich Fiorella rfiorella@lanl.gov