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
-`cycle_interval` - Cycle interval in hours (spacing between hindcast cycles)
152
153
-`num_iterations` - Number of hindcast cycles to perform
153
154
-`cold_start_state` - (Optional) Path to cold start state to initialize hindcasting workflow
154
-
-`yield_realizations` - (Optional) Default False. If True, then this function will act as a generator and will yield each RealizationBuilder instance after constructing it and calling its build_fcst_realization() method. If False, this function itself will execute each ngen realization of the hindcast sequence as they become built.
155
+
-`yield_realizations` - (Optional) Default False. If True, then this generator will yield each RealizationBuilder instance after constructing it
156
+
and calling its build_fcst_realization() method, so the caller can execute the realization.
157
+
If False, then this generator will yield None, and consuming it will instead execute each RealizationBuilder instance itself.
0 commit comments