Details
-
Task
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
0.5
-
None
Description
Currently files.py within the mccsearch module uses a legacy (incorrect) process.py (0)... which hails from the now deprecated rcmet process.py (1)
We need to make a determination as to how this should be upgraded.
In particular, we use the following functions
- process.getModelTimes(filename, timeVarName)
- process.decode_model_timesK(ifile, timeVarName, file_type)
- process.getModelTimes(ifile, timeVarName)
(0) https://github.com/apache/climate/blob/master/mccsearch/code/files.py#L31
(1) https://github.com/apache/climate/blob/master/rcmet/src/main/python/rcmes/toolkit/process.py