Hi all,
I am trying to run the WRF-Hydro model with National Water Model mode. I have run the WPS and WRF-Hydro preprocessing GIS tool to generate the routing stacks with forecasting points. Then I am trying to run the model with the routing like below. I am using the Muskingum-Cunge as a channel routing and compound channel. For this method, I need to have some variables such as TopWdth, TopWdthCC, nCC, and BasinDim. However, I could not get these variables with WRF-Hydro preprocessing GIS tool. Do you have any ideas to figure this out? Thank you for your help.
! Switch to activate subsurface routing...(0=no, 1=yes)
SUBRTSWCRT = 1
! Switch to activate surface overland flow routing...(0=no, 1=yes)
OVRTSWCRT = 1
! Specify overland flow routing option: 1=Seepest Descent (D8) 2=CASC2D (not active)
! NOTE: Currently subsurface flow is only steepest descent
rt_option = 1
! Switch to activate channel routing...(0=no, 1=yes)
CHANRTSWCRT = 1
! Specify channel routing option: 1=Muskingam-reach, 2=Musk.-Cunge-reach, 3=Diff.Wave-gridded
channel_option = 2! Specify the reach file for reach-based routing options (e.g.: "Route_Link.nc")
route_link_f = "./DOMAIN/Route_Link.nc"
! If using channel_option=2, activate the compound channel formulation? (Default=.FALSE.)
! This option is only supported if using reach-based routing with UDMP=1.
compound_channel = .TRUE.! Specify the lake parameter file (e.g.: "LAKEPARM.nc").
! Note REQUIRED if lakes are on.
!route_lake_f = "./DOMAIN/LAKEPARM.nc"
! Switch to activate baseflow bucket model...(0=none, 1=exp. bucket, 2=pass-through)
GWBASESWCRT = 1
! Groundwater/baseflow 2d mask specified on land surface model grid (e.g.: "GWBASINS.nc")
!Note: Only required if baseflow model is active (1 or 2) and UDMP_OPT=0.
!gwbasmskfil = "./DOMAIN/GWBASINS.nc"
! Groundwater bucket parameter file (e.g.: "GWBUCKPARM.nc")
GWBUCKPARM_file = "./DOMAIN/GWBUCKPARM.nc"! User defined mapping, such NHDPlus: 0=no (default), 1=yes
UDMP_OPT = 1! If on, specify the user-defined mapping file (e.g.: "
spatialweights.nc")