this.dataSource = "Stream flow data retrieved from the U.S. Geological Survey, National Water Information System: Web Interface. http://waterdata.usgs.gov/nwis, accessed: " + today;
}else if(database.equalsIgnoreCase("CDWR")){
this.dataSource = "Stream flow data retrieved from the Colorado Division of Water Resources, CDWR. http://www.dwr.state.co.us accessed: " + today;
+ }else{
+ this.dataSource = "Stream flow data provided by the user. Flow analysis accessed: " + today;
this.dataSource = "Stream flow data retrieved from the U.S. Environmental Protection Agency, STORET. http://www.epa.gov/storet/index.html accessed: " + today;
}else if(database.equalsIgnoreCase("CDWR")){
this.dataSource = "Stream flow data retrieved from the Colorado Division of Water Resources, CDWR. http://www.dwr.state.co.us accessed: " + today;
+ }else{
+ this.dataSource = "Stream flow data provided by the user. Flow analysis accessed: " + today;
}
this.len = String.valueOf(allFlowData.length);
this.start = allFlowData[0][0];
src/java/cfa/guiDC_Model.java
@@ -26,7 +26,7 @@
import org.jfree.data.xy.XYSeriesCollection;
/**
-* Last Updated: 16-January-2015
+* Last Updated: 21-January-2015
* @author Tyler Wible
* @since 12-June-2011
*/
@@ -1420,6 +1420,8 @@
sourceText = "Stream flow data and water quality test data retrieved from the U.S. Environmental Protection Agency, STORET. http://www.epa.gov/storet/index.html accessed: " + today;
}else if(database.equalsIgnoreCase("CDWR")){
sourceText = "Stream flow data and water quality test data retrieved from the Colorado Division of Water Resources, CDWR. http://www.dwr.state.co.us accessed: " + today;
+ }else{
+ this.dataSource = "Stream flow data and water quality test data provided by the user. Flow analysis accessed: " + today;
}
this.dataSource = sourceText;
src/java/cfa/guiDrought_Model.java
@@ -44,7 +44,7 @@
import org.jfree.ui.TextAnchor;
/**
-* Last Updated: 16-December-2014
+* Last Updated: 21-January-2015
* @author Tyler Wible
* @since 10-July-2012
*/
@@ -1305,6 +1305,8 @@
this.dataSource = "Stream flow data retrieved from the U.S. Environmental Protection Agency, STORET. http://www.epa.gov/storet/index.html accessed: " + today;
}else if(database.equalsIgnoreCase("CDWR")){
this.dataSource = "Stream flow data retrieved from the Colorado Division of Water Resources, CDWR. http://www.dwr.state.co.us accessed: " + today;
+ }else{
+ this.dataSource = "Stream flow data provided by the user. Flow analysis accessed: " + today;
this.dataSource = "Stream flow data retrieved from the U.S. Environmental Protection Agency, STORET. http://www.epa.gov/storet/index.html accessed: " + today;
}else if(database.equalsIgnoreCase("CDWR")){
this.dataSource = "Stream flow data retrieved from the Colorado Division of Water Resources, CDWR. http://www.dwr.state.co.us accessed: " + today;
+ }else{
+ this.dataSource = "Stream flow data provided by the user. Flow analysis accessed: " + today;
this.dataSource = "Stream flow data and water quality test data retrieved from the U.S. Environmental Protection Agency, STORET. http://www.epa.gov/storet/index.html accessed: " + today;
}else if(database.equalsIgnoreCase("CDWR")){
this.dataSource = "Stream flow data and water quality test data retrieved from the Colorado Division of Water Resources, CDWR. http://www.dwr.state.co.us accessed: " + today;
+ }else{
+ this.dataSource = "Stream flow data and water quality test data provided by the user. Load-Estimator analysis accessed: " + today;
String stationName = "South Platte River at Roscoe, Nebr.";//"Cache La Poudre Near Greeley";//"BIG THOMPSON R NEAR MOUTH";//
String wqTest = "flow";//"00600 Total nitrogen, water, unfiltered, milligrams per liter -- mg/L";//"00625 Ammonia-nitrogen as N -- mg/L";//
String beginDate = "";
@@ -2124,6 +2124,8 @@
this.dataSource = "Stream flow data and water quality test data retrieved from the U.S. Environmental Protection Agency, STORET. http://www.epa.gov/storet/index.html accessed: " + today;
}else if(database.equalsIgnoreCase("CDWR")){
this.dataSource = "Stream flow data retrieved from the Colorado Division of Water Resources, CDWR. http://www.dwr.state.co.us accessed: " + today;
+ }else{
+ this.dataSource = "Stream flow data provided by the user. Flow analysis accessed: " + today;