You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -778,7 +778,7 @@ The tool can take the following additional input arguments:
778
778
-`-U`, `--minuparea`: Minimum upstream drainage area for a pixel to be included in the MCT rivers mask (uses the same units as in the -u file) (default: 0)
779
779
-`-E`, `--coordsnames`: Coordinates names for lat, lon (in this order with space!) used in the netcdf files. The function checks for 3 commonly used names (x, lon, rlon for longitudes, and y, lat, rlat for latitudes). Therefere, it is recommended to keep the default value.
780
780
781
-
The tool generates the following outputs:
781
+
The tool generates the following outputs (when called from command line as main script):
782
782
783
783
-`-O`, `--outputfilename`: Output file containing the rivers mask where LISFLOOD can use the MCT diffusive wave routing (default: chanmct.nc)
Example of command that will generate an MCT rivers mask with pixels where riverbed slope < 0.0005, drainage area > 0 (same as default) kms and at least 3 downstream pixels meet the same two conditions. Also a mask (mask.nc) will be used, and the coords names in the nc files are "Lat1", "Lon1" for lat, lon respectively:
Builds a mask of mild sloping rivers for use in LISFLOOD with MCT diffusive river routing. It takes LISFLOOD channels slope map (changrad.nc), the LDD (ldd.nc),
ldd_file: LISFLOOD local drain direction file (ldd.nc)
60
-
uparea_file: LISFLOOD Uustream area file (upArea.nc)
59
+
uparea_file: LISFLOOD Upstream area file (upArea.nc)
61
60
mask_file: a mask nc file; if not given (default) all cells are considered valid.
62
61
slp_threshold: Riverbed slope threshold to use MCT diffusive wave routing (default: 0.001)
63
62
nloops: Number of consecutive downstream grid cells that also need to comply with the slope requirement for including a grid cell in the MCT rivers mask (default: 5)
0 commit comments