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
@@ -138,10 +135,42 @@ Often case, river network data has different variable names than defaults. In th
138
135
See :doc:`River parameters <seg_hru_param>`.
139
136
140
137
138
+
Restart options
139
+
---------------------
140
+
141
+
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.
142
+
The restart file is written at previous time step to the specified time. In other words, if ``Specified`` is used for <restart_write> and ``1981-01-01-00000`` is specified in <restart_date>, mizuRoute writes restart file
143
+
at ``1980-12-31 00:00:00`` for daily time step. The restart file name uses the time stamp at user specified timing. ``Annual``, ``Monthly``, ``Daily`` options also follow This convention.
144
+
145
+
The restart file name convension: <case_name>.r.yyyy-mm-dd-sssss.nc
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 <variable_name> to T or F in control file. All the variables are set to T by default.
171
+
The output file name includes a timie stamp at the first time step.
172
+
173
+
The output file name convension: <case_name>.h.yyyy-mm-dd-sssss.nc
0 commit comments