...
MESH 1.4.1064 adds a new experimental inline option for channel routing (RTE). The option uses the same physics as in the standalone WATROUTE (RPN_watroute) code, but is not completely implemented and does not include reservoir routing, streamflow insertion, reusme resume functionality, temporally-drive driven parameterization, or diversions.
Info |
---|
Parameterization of RTE requires river class based parameterization using version 2.0 of MESH_parameters_hydrology.ini or with fully-distributed fields using MESH_parameters.r2c. RTE requires new parameters. The WF_R2 , WF_A1 , WF_A2 , WF_A3 , and WF_A4 parameters for WF_ROUTE do not transfer. |
...
- Removed the requirement to provide values for the
FRZC
parameter if the FROZENSOILINFILFLAG control flag is not enabled - Added inline checks for valid values
SLOPE_CHNL
,CHNL_LEN
,AREA
, andDA
, as read from the drainage database - Added the INPUTPARAMSFORMFLAG control flag to specify the format of the parameter input files
- Added support for the r2c text format parameter input file, supporting the
R1N
,R2N
,MNDR
,WIDEP
,FLZ
,PWR
,AA2
,AA3
, andAA4
fields - Added support for the
R1N
,R2N
,MNDR
,WIDEP
,FLZ
,PWR
,AA2
,AA3
, andAA4
fields to version 2.0 of MESH_parameters_hydrology.ini - Added support for leading line comments (either '!' or '#') within the list of control flags in MESH_input_run_options.ini (the number of control flags must still be updated to reflect the number of active control flags in the section)
- Added the "nolss" and "noroute" options for to the RUNMODE control flag to disable the land surface and routing schemes
- Added the "runrte" option for the RUNMODE control flag to enable RTE
- Updated the version to "1064"
...
- Fixed how organic soil properties are assigned from
ORGM
(as 1, 2, or 3) to behave as described in the CLASS manual (previously, values were always assigned from the row 3 row of in the lookup table) - Changed the calculation of
FSSTAR
to consider both theFSVH
andFSIH
components for CLASS point outputs - Changed the accumulation of daily output in the CLASSOF1, CLASSOF2, and CLASSOF3 CLASS point output files to consider the GRU (tile) onlyprint the tile (i.e., GRU) values, so the accumulation corresponds to manual calculations with values from the sub-daily files (a grid average value was printed previously)
- Changed how
TSNO
andTCAN
are averaged so the outputs correspond to manual calculations with using values from the sub-daily files for the CLASS point output files - Changed the units of
ROF
in the CLASSOF4 CLASS point output file from mm s**-1 to mm to match the field in the CLASSOF1 output file (prior to r1059, this field was in units of mm s**-1 in CLASSOF4 and units of mm in CLASSOF1); ROF remains in units of mm s**-1 as a diagnostic output in the CLASSOF7 CLASS point output file
RTE
- Updated the RPN_watroute (RTE) code
- Added standalone WATROUTE (RPN_watroute) as an inline option (RTE) without reservoir routing (streamflow routing only); activated with the "runrte" option on RUNMODE
Standalone WATROUTE (RPN_watroute)
- Updated the RPN_watroute code
- Removed aerial-averaging from the runoff and recharge outputs created for standalone WATROUTE (WATROUTE itself applies this averaging when reading from the files)