.. _Output_files: ================= Output Files ================= .. _River_Discharge: River Discharge and Lake and Reservoir Volume --------------------------------------------- The following variables, besides time, basinID (RN_HRU ID) and reachID can be output in netCDF. Users can control which variables are output by setting to T or F in control file. All the variables are set to T by default. The output file name includes a timie stamp at the first time step. The output file name convension: .h.yyyy-mm-dd-sssss.nc +------------------------+------------------------------------------------------------------------------------------------+ | output variables | Descriptions | +========================+================================================================================================+ | | runoff depth at RN_hru, remapped from HM_hru. See note 1 and 2. | +------------------------+------------------------------------------------------------------------------------------------+ | | runoff volume [m3/s] at reach, converted by mulitplying basRunoff by RN_hru area . See note 2 | +------------------------+------------------------------------------------------------------------------------------------+ | | runoff volume [m3/s] at reach, after hillslope routing instRunoff. see Note 2 | +------------------------+------------------------------------------------------------------------------------------------+ | | accumulated delayed runoff volume (dlyRunoff) over all upstream reaches. | +------------------------+------------------------------------------------------------------------------------------------+ | | outflow [m3/s] from reach based on Kinematic wave tracking (KWT) reach routing. See note 3 | +------------------------+------------------------------------------------------------------------------------------------+ | | outflow [m3/s] from reach based on IRF reach routing. See note 3 | +------------------------+------------------------------------------------------------------------------------------------+ | | outflow [m3/s] from reach based on KW (Kinematic Wave) reach routing. See note 3 | +------------------------+------------------------------------------------------------------------------------------------+ | | outflow [m3/s] from reach based on MC (Muskingum-Cunge) reach routing. See note 3 | +------------------------+------------------------------------------------------------------------------------------------+ | | outflow [m3/s] from reach based on DW (Diffusive wave) reach routing. See note 3 | +------------------------+------------------------------------------------------------------------------------------------+ | | volume [m3] in reach based on Kinematic wave tracking (KWT) reach routing. See note 3 | +------------------------+------------------------------------------------------------------------------------------------+ | | volume [m3] in reach based on IRF reach routing. See note 3 | +------------------------+------------------------------------------------------------------------------------------------+ | | volume [m3] in reach based on KW (Kinematic Wave) reach routing. See note 3 | +------------------------+------------------------------------------------------------------------------------------------+ | | volume [m3] in reach based on MC (Muskingum-Cunge) reach routing. See note 3 | +------------------------+------------------------------------------------------------------------------------------------+ | | volume [m3] in reach based on DW (Diffusive wave) reach routing. See note 3 | +------------------------+------------------------------------------------------------------------------------------------+ | | T -> output inflow [m3/s] to a reach for all the active routing methods | +------------------------+------------------------------------------------------------------------------------------------+ 1. The unit of runoff depth is the same as the unit used in runoff data. 2. If runoff depth from runoff data is already delayed by hill-slope routing outside mizuRoute, should be set to 0. In this case, runoff volume computed from basRunoff is populated in and is not output. 3. routed runoff corresponding to the scheme is not ouput if users deactivate a particular routing scheme with . .. _Augmented_River_Network_Topology: Augmented River Network Topology -------------------------------- +------------------------+------------------------+--------------------------------------------------------------------------+ | control variable | Default values | Description | +========================+========================+==========================================================================+ | | -9999 | outlet reach ID for subsetted river basin. See note 1 | +------------------------+------------------------+--------------------------------------------------------------------------+ | | F | logical to indicate river network augmention mode. See note 2. | +------------------------+------------------------+--------------------------------------------------------------------------+ | | _new.nc | output netCDF name for subsetted or augmented river network. | +------------------------+------------------------+--------------------------------------------------------------------------+ #. **River network subset mode:** If is given, network topology and parameters read from for just upstream of are written in and the program stops. #. **River network augmentation mode:** All the computed river network topology and parameters are written in and the program stops. .. _Restart_file_output: Restart File ------------ mizuRoute does not write restart netCDF as default. The following control variables are used to control restart dropoff timing and use restart file for continuous run from the previous simulations. The restart file is written at previous time step to the specified time. In other words, if ``Specified`` is used for and ``1981-01-01-00000`` is specified in , mizuRoute writes restart file at ``1980-12-31 00:00:00`` for daily time step. The restart file name uses the time stamp at user specified timing. ``yearly``, ``monthly``, ``daily`` options also follow this convention. The restart file name convension: .r.yyyy-mm-dd-sssss.nc +---------------------+---------------------------------------------------------------------------------------------------------+ | control variable | Description | +=====================+=========================================================================================================+ | | restart ouput options. never (default), last, specified, yearly, monthly, daily. | +---------------------+---------------------------------------------------------------------------------------------------------+ | | directory for restart files. defualt is | +---------------------+---------------------------------------------------------------------------------------------------------+ | | restart time in yyyy-mm-dd (hh:mm:ss). required if = "Specified" | +---------------------+---------------------------------------------------------------------------------------------------------+ | | periodic restart month (default 1). Effective if ="yearly" | +---------------------+---------------------------------------------------------------------------------------------------------+ | | periodic restart day (default 1). Effective if ="yearly" or "monthly" | +---------------------+---------------------------------------------------------------------------------------------------------+ | | periodic restart hour (default 0). Effective if ="yearly", "monthly", or "daily" | +---------------------+---------------------------------------------------------------------------------------------------------+ | | Directory where restart netCDFs are output. Default is the same as | +---------------------+---------------------------------------------------------------------------------------------------------+ | | input restart netCDF name. If not specified, simulation start with cold start | +---------------------+---------------------------------------------------------------------------------------------------------+