Currently the function ENPMS\LIB\util\readM11_WM.m reads the flow and stage data for M11 from file 'MSHE_WM.dfs0'.
I would like to instead read the data from file 'MSHE_WM.res11'
In the ANALYSIS_TEMPLATE folder, generateComputedMatlab.m calls extractComputedData.m, which calls readM11_WM.m.
Task:
Create a new function that reads the data from 'MSHE_WM.res11', that can be called instead of readM11_WM.m.
Write the routine so that it can also read 'MSHE_WMHDAdd.res11' in the future
Notes:
Chainages in 'MODEL_DATA_ITEMS_20200305.xlsx' worksheet 'M06_MODEL_COMP' may need to be changed (Q-points were moved to the location of h-points, and need to be moved back - ask Kiren before doing this)
Lago consulting provided the code to read the res11 files. It will be implemented in a future commit, as there are other edits needed to fully integrate this code.
Currently the function ENPMS\LIB\util\readM11_WM.m reads the flow and stage data for M11 from file 'MSHE_WM.dfs0'. I would like to instead read the data from file 'MSHE_WM.res11'
In the ANALYSIS_TEMPLATE folder, generateComputedMatlab.m calls extractComputedData.m, which calls readM11_WM.m.
Task: Create a new function that reads the data from 'MSHE_WM.res11', that can be called instead of readM11_WM.m. Write the routine so that it can also read 'MSHE_WMHDAdd.res11' in the future
Notes: Chainages in 'MODEL_DATA_ITEMS_20200305.xlsx' worksheet 'M06_MODEL_COMP' may need to be changed (Q-points were moved to the location of h-points, and need to be moved back - ask Kiren before doing this)