In addition to creating derived variables for history files, it is necessary to add functionality for deriving variables if the user supplies time series files instead of history files.
Since the derived variables function is specific to using history files, an extension of the derived variables function must be handled when the ADF checks if time series is supplied.
Related, we should also have a section of the derived variables that can derives SST from TS and OCENFRAC (if possible). This will need to be different than how the derive_variables function was initially set up in adf_diag.py.
New feature type
Other (please explain below)
What is this new feature?
In addition to creating derived variables for history files, it is necessary to add functionality for deriving variables if the user supplies time series files instead of history files.
Since the derived variables function is specific to using history files, an extension of the derived variables function must be handled when the ADF checks if time series is supplied.
Related, we should also have a section of the derived variables that can derives SST from TS and OCENFRAC (if possible). This will need to be different than how the
derive_variables
function was initially set up inadf_diag.py
.Assistance required?
No, I will make a PR when the feature is ready
Extra info
No response