first version of restart output for WLIST keyword, plus related parser code changes

This commit is contained in:
Jostein Alvestad
2021-03-27 14:21:32 +01:00
parent 76fdcc2985
commit 1086c60825
13 changed files with 502 additions and 20 deletions

View File

@@ -922,6 +922,9 @@ void Schedule::iterateScheduleSection(std::size_t load_start, std::size_t load_e
return this->snapshots[timeStep].groups.get(groupName);
}
const WListManager& Schedule::getWListManager(std::size_t timeStep) const {
return this->snapshots[timeStep].wlist_manager.get();
}
void Schedule::updateGuideRateModel(const GuideRateModel& new_model, std::size_t report_step) {
auto new_config = this->snapshots[report_step].guide_rate();