This document describes how to initiate a run on the Delta V mass spectrometer (“NACHO”) in OSB 446 to analyze $\delta$^18^O-O~2~, O~2~/Ar, $\delta$^15^N-N~2~, and $\delta$^13^C-Dissolved Inorganic Carbon (DIC) in Exetainer headspace. The protocol assumes samples and water standards have already been prepped for analysis following the Prepping Exetainers For Analysis protocol. Also included is a basic description of raw data decomposition and standardization using a developed R script.
Note that the IsoDat software to interface with the mass spec has three versions, each with separate functions. IsoDat Workspace is for manipulation files while the instrument is running. Acquisition is used to collect data. IsoDat Instrument Control is used for changing settings and tuning. You should never need to use IsoDat Instrument Control.
You will be using needles and a slightly compressed gas. If you are unfamiliar about how to work with compressed gases, you must first take the online Compressed Gas Safety Course. Samples may contain relatively dilute concentrations of zinc chloride (ZnCl~2~) and have been acidified to pH 2. You should not come in contact with these chemicals under normal operation. Please familiarize yourself with the MSDSs for these chemicals nonetheless. Please also dispose of sharps responsibly.
png.file.path <- system.file("/img/ExetainerAnalysis/GasConfig.png", package = "HEEL", mustWork = T) knitr::include_graphics(png.file.path)
png.file.path <- system.file("/img/ExetainerAnalysis/ConfloSettings.png", package = "HEEL", mustWork = T) knitr::include_graphics(png.file.path)
A typical run starts with three air standards, with the first discarded as a conditioner. The remaining standards are spread throughout the run, typically placed at the beginning of each row. Randomize the order with respect to amount of air (Figure 3).
Note: Be aware that the numbering on the sample block does skip some even numbers.
png.file.path <- system.file("/img/ExetainerAnalysis/ExetainerBlock.png", package = "HEEL", mustWork = T) knitr::include_graphics(png.file.path)
After the first conditioning sample there are a couple of things you can check to make sure that things are working as they should.
Your chromatogram should have seven peaks, shown below, in the following order (Figure 4):
O~2~/Ar working standard reference peak
O~2~/Ar working standard reference peak
O~2~/Ar in your sample
Mass jump
N~2~ in your sample
N~2~ working standard reference peak
Mass jump
CO~2~ in your sample
CO~2~ working standard reference peak
png.file.path <- system.file("/img/ExetainerAnalysis/ExetainerChromatogram.png", package = "HEEL", mustWork = T) knitr::include_graphics(png.file.path)
After your samples have been run, they need to be disposed of as chemical waste. Exetainer samples may contain relatively dilute concentrations of zinc chloride (ZnCl~2~) and have been acidified to pH 2 with 50% w/v H~3~PO~4~. Exetainer caps may be thrown away; they are not reused. Collect all liquid waste in a hazardous waste container (label suggestion below). Exetainers should be cleaned according to the “Exetainer Cleaning” protocol.
Chemical Composition | vol % ------------------------------|--------- Water | 99 Phosphoric Acid (H~3~PO~4~) | <1 Zinc Chloride (ZnCl~2~) | <1
\ \
x <- matrix(c("File rendered on:", format(Sys.time(), "%d %b %Y"), "R version:", as.character(getRversion()), "HEEL package version:", as.character(packageVersion("HEEL"))), ncol=2, byrow=T) print(knitr::kable(x, row.names = F))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.