Hi Guys,
Blue Kenue has always checked IPARAM[10] for the presence of a date record in a selafin file.
I interpreted Appendix 7 of the telemac manual (from version 4.0) as follows:
If IPARAM[10] == 1 then the next record is the reference date containing 6 integer values: year,month,day,hour,minute,seconds.
The timestamp for the data records are then computed by adding the seconds from the data record to this reference date.
If IPARAM[10] == 0 the next record is NELEM,NPOIN,NDP,1
(ie. there was no reference date)
This worked for years.
As JMH says what has happened is that the defaults have changed.
IPARAM[10] has been hardwired to 1 so that the date record always exists and the default date has been set to "1900-1-1 00:00:00"
So the user now has to explicitly set the reference date/time to 0 to get the old behaviour.
Cheers... Martin