○Overview
The SwaNET LOADEST tool is the integration of the USGS LOAD Estimator (LOADEST) program into the SwaNET modeling platform. LOADEST estimates constituent loads — such as nitrogen, phosphorus, and metals — in streams and rivers using measured flow and concentration data.
For detailed documentation, visit the USGS LOADEST site.
Prerequisites: Load a SwaNET model before opening the LOADEST tool. If extracting flow from SWAT output, run the SWAT simulation first.
Access the Tool
Click Model Calibration → LOADEST tool at the top of the interface.
1Calibration Data
LOADEST requires paired flow and constituent concentration data for calibration. You upload or select a concentration data file; flow can come from the same file or from SWAT output.
Upload or Select a File
- New file: Check the box next to "Import" under Calibration data, click
Import, browse to the file, and clickOpen. - Existing file: Click
Use Uploaded File, then select from the list of previously uploaded files.
Required Calibration File Format
CSV with four columns in this exact order. Headers can be any text.
Date,Time,FLOW,CONC 1978/12/19,10:00,5700,0.04 1979/03/01,12:30,78200,0.03 1979/03/19,12:30,16600,0.02 1979/04/26,13:00,10100,<0.0100 1979/05/23,10:45,9960,<0.0100 1979/06/05,10:30,33900,0.01
| Column | Format | Notes |
|---|---|---|
| Date | YYYY/MM/DD | Required format |
| Time | HH:MM | 24-hour clock |
| Flow | Any numeric | Select unit in the interface |
| Concentration | Numeric or censored | e.g., 0.5 or <0.1 |
Configure Calibration Options
- Enter a constituent name (e.g., Nitrogen) and select the unit (e.g., mg/L).
- Choose a flow source: select "Data file contains flow" and choose the unit, or select "Get flow from SWAT" and choose a subbasin.
- Click
Nextto proceed to the prediction interface.
Tip: Even if your data file contains flow, you can replace it with SWAT model output for consistency with your simulation.
2Prediction Flow Data
The prediction file provides date, time, and flow for each time step where loads should be estimated. You can upload your own file or extract flow directly from SWAT output.
Option A — From a Data File
- Ensure
Get flow from data fileis checked. - Upload or select a prediction flow file (same import process as calibration).
Date,Time,Flow
1980/01/01,12:00,14700
1980/01/02,12:00,13400
1980/01/03,12:00,12500
1980/01/04,12:00,11600
1980/01/05,12:00,11100
Format: three columns — Date (YYYY/MM/DD), Time (HH:MM), Flow (any numeric). Headers can be any text.
Option B — From SWAT Output
- Check
Get flow from SWAT. - Set the start and end dates for prediction (defaults to the full SWAT simulation period).
- Select the subbasin from which to extract prediction flow.
3Run LOADEST
- Select the output load unit (e.g., kg/day).
- Choose a prediction model. If you're unsure, select
Auto select— LOADEST will automatically choose the best-fit model. - Click
Run LOADEST. The tool runs and results are displayed.
4View & Export Results
Once complete, a prediction plot shows estimated constituent load over time (Y-axis) against date (X-axis). Previously run results can be reloaded via the Load latest results button on the main LOADEST interface.
- Change plot type: Select Prediction, Calibration, or Residual from the dropdown, then click
Update plot. - Download plot: Click
Download imageunder "Download current image." - Download data: Click
Download fileunder "Download prediction file."
Output File Format
Nitrogen(kg/day) data ← Line 1: Header 1991,1,1,0 ← Line 2: Start date (YYYY,M,D,H) 1 ← Line 3: Multiplication factor 0,12.566 ← Line 4+: Day offset, value 1,12.153 2,11.748 3,11.354 4,10.965
Direct upload: This output file can be uploaded directly to SwaNET for manual or auto calibration — no reformatting needed.