Skip to content
Snippets Groups Projects
Commit 876f1693 authored by Peters, Wouter's avatar Peters, Wouter
Browse files

too much deleted, now placed back in advance

parent ea64f4d6
No related branches found
No related tags found
No related merge requests found
......@@ -272,6 +272,13 @@ def advance(DaCycle, Samples, StateVector, ObservationOperator):
#LU a to dlatego ze samples jest inicjalizowane na nowo.
#LU skoro w srodku sample step jest inicjalizowanie samples przez przypisanie datalist=[], to czy ten obiekt samples ma jkaies podobiekty ktore kaza mu byc przekazywanym?
DaCycle.RestartFileList.extend(ObservationOperator.RestartFileList)
DaCycle.OutputFileList.extend(ObservationOperator.OutputFileList)
logging.debug("Appended ObsOperator restart and output file lists to DaCycle for collection ")
DaCycle.OutputFileList.append(DaCycle['ObsOperator.inputfile'])
logging.debug("Appended Observation filename to DaCycle for collection ")
#LU tego nie ma w oryginalnym kodzie
Samples.write_obs_to_file("newstyle")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment