Find the date when minimum occurs
Added by Jayantha Obeysekera over 3 years ago
Is there a CDO function to determine the date when minimum occurs? I can find the minimum using timmin what would like to find the corresponding date? I appreciate any help
Replies (2)
RE: Find the date when minimum occurs - Added by Karin Meier-Fleischer over 3 years ago
Hi Jayantha,
you can pass the output of timmin to showtimestamp to retrieve the date.
cdo -s -showtimestamp -timmin infile
-Karin
RE: Find the date when minimum occurs - Added by Jayantha Obeysekera over 3 years ago
Jayantha Obeysekera wrote:
Is there a CDO function to determine the date when minimum occurs? I can find the minimum using timmin what would like to find the corresponding date? I appreciate any help
Hi Karin,
Thank you. This worked except there is one issue. The minimum values are difference from one cell to another, and so are the timestamps. When I ran your suggestion, I only get one timestamp.