ARC Input File Arguments - MikeFHS/automated-rating-curve GitHub Wiki
Here is a table explaining what each of the different arguments do when you run ARC. This is a work in progress.
Parameter String | Required/Optional | Input Type | Default Value | Description |
---|---|---|---|---|
DEM_File |
Required | str |
β | Path to the DEM raster file |
Stream_File |
Required | str |
β | Path to the stream raster file |
LU_Raster_SameRes |
Required | str |
β | Path to the land use raster file that is the same resolution as the DEM_File |
LU_Manning_n |
Required | str |
β | Path to the Manningβs n text file |
Flow_File |
Required | str |
β | Path to the input flow file that ARC will use to create the VDT Database and Curvefiles |
Flow_File_ID |
Required | str |
β | Field ID for the ID for the streams in the Flow_File that corresponds to the values in the Stream_File |
Flow_File_BF |
Required | str |
β | Field ID for base-flow in the Flow_File |
Flow_File_QMax |
Required | str |
β | Field ID for the maximum in the Flow_File |
Spatial_Units |
Optional | str |
deg |
Spatial units |
X_Section_Dist |
Optional | float |
5000.0 |
Cross-section with for one side of the cross-section |
Print_VDT_Database |
Optional | str |
β | Path to the output velocity/depth/top-width database |
Print_AP_Database |
Optional | str |
β | Path to the output area & wetted-perimeter database |
Print_Curve_File |
Optional | str |
β | Path to the output curve file |
Meta_File |
Optional | str |
β | Path to the output metadata file |
Degree_Manip |
Optional | float |
1.1 |
Degree manipulation attribute used to sample cross-sections |
Degree_Interval |
Optional | float |
1.0 |
Degree interval attribute used to sample cross-sections |
Low_Spot_Range |
Optional | int |
0 |
Low-spot range attribute that describes the number of cells to the left and right that ARC will try to use to identify a lower elevation in the cross-section |
Gen_Dir_Dist |
Optional | int |
10 |
The number of DEM cells upstream and downstream that are used to determine flow direction |
Gen_Slope_Dist |
Optional | int |
0 |
The number of DEM cells upstream and downstream that are used to define slope at the stream cell |
Bathy_Trap_H |
Optional | float |
0.2 |
Bathymetry trapezoid height |
Bathy_Use_Banks |
Optional | bool |
False |
Whether to use bank elevations for bathymetry depth |
AROutBATHY |
Optional | str |
β | Path to the output bathymetry file |
BATHY_Out_File |
Optional | str |
β | Fallback key for bathymetry output (if AROutBATHY is blank) |
AROutDEPTH |
Optional | str |
β | Path to the output depth grid file |
AROutFLOOD |
Optional | str |
β | Path to the output binary flood file |
XS_Out_File |
Optional | str |
β | Path to the output cross-section file |
LC_Water_Value |
Optional | int |
80 |
Land-cover water value in the LU_Raster_SameRes file |
VDT_Database_NumIterations |
Optional | int |
15 |
Number of water surface elevation (WSE) increments used for VDT database and curve file generation |
FindBanksBasedOnLandCover |
Optional | bool |
False |
Whether to find banks based on land-cover |
Reach_Average_Curve_File |
Optional | bool |
False |
Whether to generate a reach-average curve file |