<%@ Language=VBScript %> <% strStart = request.QueryString("sDate") strEnd = request.QueryString("eDate") xstep = request.QueryString("step") ' used to make sure no single quotes are allowed in querystring function escape(input) input = replace (input,"'","''") escape = input end function 'On Error Resume Next 'Session.timeout = 15 ' Actions of button select case request("Actbut") case "Get Data" strStart = escape(request.form("txtStartDate")) strEnd = escape(request.form("txtEndDate")) vstrStart = left(strStart,2) &"/01/" & right(strStart,4) vstrEnd = left(strEnd,2) &"/01/" & right(strEnd,4) if len(strStart) <> 7 or len(strEnd ) <> 7 then %> <% else if cdate(vstrStart) < cdate("01/01/1952") then %> <% else if cdate(vstrEnd) > cdate("02/01/1987") then %> <% else xstep=1 end if end if end if case "Clear Data" xstep=2 strStart = "" strEnd = "" case "Graph Data" myStartDate = request.form("txtStartDate") myEndDate = request.form("txtEndDate") if myStartDate = "" or myEndDate = "" then response.Redirect("chart.asp") else response.Redirect("chart.asp?sdate="& escape(myStartDate) &"&eDate="&escape(myEndDate) &"&step=1") end if case else ' response.write ("No Data found for the date range") end select %> ATSDR - Camp Lejeune, North Carolina: Estimated Finished Water Concentrations
Agency for Toxic Substances and Disease Registry Search  |  Index  |  Home  |  Glossary  |  Contact Us  
 
Camp Lejeune, North Carolina: Estimated Finished Water Concentrations

Estimated* concentrations of tetrachloroethylene (PCE) and associated degradation by-products in finished water delivered from the Tarawa Terrace water treatment plant.
Concentrations are in micrograms per liter (µg/L)

(*Based on simulation using groundwater flow, contaminant fate and transport, and mixing models)

<% if xstep = 1 or request.QueryString("step") = 1 then %>

Estimated Concentrations of Finished Water in micrograms per liter (µg/L)

Enter starting MONTH and YEAR and an ending MONTH and YEAR to obtain finished water concentrations delivered from the Tarawa Terrace water treatment plant.
Simulated concentration results are available for the date range of
January 1952 – February 1987

Start Date: (mm/yyyy)

End Date:   (mm/yyyy)

Data Results <% Set objConn = Server.CreateObject("ADODB.Connection") %> <% objConn.open(str_connection) dim sSql, rs, myStartDate, myEndDate 'set myStartDate , myEndDate to the Dates we want to pass to the stored procedure if strStart = "" then myStartDate = "" else myStartDate = cdate(left(strStart,2)&"/01"&right(strStart,5)) end if if strEnd = "" then myEndDate = "" else myEndDate = cdate(left(strEnd,2)&"/01"&right(strEnd,5)) end if ' set sSql to stored procedure name. If using parameters, separate with commas and if string or date ' parameters, enclose in single quotes, else no quotes needed. sSql = "usp_GetExConDataSet '" & myStartDate & "', '" & myEndDate & "'" 'execute sql call Set rs = objConn.Execute(sSql) %>

<% do while not rs.eof ' Toggle to the opposite color as the last row. if (count mod 2) = 1 then 'bg = "#FFFFFF" 'Main Color strAltColor = "#FFFFFF" ' White else 'bg = "#CCCCCC" 'Alternate Color strAltColor = "#DDFFDD" ' Light green end if count = count + 1 ' Parse date value to reformat to user specification ' parse month dim strParseDateMonth strParseDateMonth = datepart("M",trim(rs.Fields("SimulationDate"))) if strParseDateMonth < 10 then strParseDateMonth = "0"&strParseDateMonth else strParseDateMonth = strParseDateMonth end if ' parse year dim strParseDateYear strParseDateYear = right(trim(rs.Fields("SimulationDate")),4) ' add parts together for new value dim strParseDate strParseDate = strParseDateMonth &"/"& strParseDateYear %> <% rs.movenext Loop %>
Simulation Date Single species simulation using MT3DMS model1 Multispecies simulation using TechFlowMP model2
PCE, in µg/l3 PCE, in µg/l4 1,2-tDCE, in µg/l5 TCE, in µg/l6 VC, in µg/l7
<%=strParseDate%> <%= trim(rs.Fields("PCE_MT"))%> <%= trim(rs.Fields("PCE_TF"))%> <%= trim(rs.Fields("DCE_TF"))%> <%= trim(rs.Fields("TCE_TF"))%> <%= trim(rs.Fields("VC_TF"))%>

Footnotes:

1 - MT3DMS: a three-dimensional mass transport, multispecies model developed by C. Zheng and P. Wang on behalf of the U.S. Army Engineer Research and Development Center in Vicksburg, Mississippi (http://hydro.geo.ua.edu/mt3d/)

2 - TechFlowMP: a three-dimensional multispecies, multiphase mass transport model developed by the Multimedia Environmental Simulations Laboratory at the Georgia Institute of Technology, Atlanta, Georgia (http://mesl.ce.gatech.edu)

3 - PCE: tetrachloroethylene; results from Chapter F report (Faye In press 2007)

4 - PCE: tetrachloroethylene; results from Chapter G report (Jang and Aral In press 2007)

5 - 1,2-tDCE: trans-1,2-dichloroethylene; results from Chapter G report (Jang and Aral In press 2007)

6 - TCE: trichloroethylene; results from Chapter G report (Jang and Aral In press 2007)

7 - VC: vinyl chloride; results from Chapter G report (Jang and Aral In press 2007)

References:

Chapter A - Maslia ML, Sautner JB, Suárez-Soto RJ, Aral MM, Grayman WM, Jang W, Wang J, Bove FJ, Ruckart PZ, Valenzuela C, Green JW Jr, and Krueger AL. Analyses of Groundwater Flow, Contaminant Fate and Transport, and Distribution of Drinking Water at Tarawa Terrace and Vicinity, U.S. Marine Corps Base Camp Lejeune, North Carolina: Historical Reconstruction and Present-Day Conditions--Chapter A: Summary of Findings. Atlanta, GA: Agency for Toxic Substances and Disease Registry; In press 2007.

Chapter F - Faye RE. Analyses of Groundwater Flow, Contaminant Fate and Transport, and Distribution of Drinking Water at Tarawa Terrace and Vicinity, U.S. Marine Corps Base Camp Lejeune, North Carolina: Historical Reconstruction and Present-Day Conditions--Chapter F: Simulation of the Fate and Transport of Tetrachloroethylene (PCE). Atlanta, GA: Agency for Toxic Substances and Disease Registry; In press 2007.

Chapter G - Jang W and Aral MM. Analyses of Groundwater Flow, Contaminant Fate and Transport, and Distribution of Drinking Water at Tarawa Terrace and Vicinity, U.S. Marine Corps Base Camp Lejeune, North Carolina: Historical Reconstruction and Present-Day Conditions--Chapter G: Simulation of Three-Dimensional Multispecies, Multiphase Mass Transport of Tetrachloroethylene (PCE) and Associated Degradation By-Products. Atlanta, GA: Agency for Toxic Substances and Disease Registry; In press 2007.

<% else 'response.write "Data Cleared" end if %>

Return to the Water Modeling Home Page










horizontal dividing line

This page last updated on June 1, 2007
Questions? - Call CDC-INFO toll free at 1-800-232-4636, or e-mail.

ATSDR Home  |  Search  |  Index  |  Glossary  |  Contact Us
About ATSDR  |  News Archive  |  ToxFAQs  |  Public Health Assessments
Privacy Policy  |  External Links Disclaimer  |  Accessibility
US Department of Health and Human Services