Dear xwb,
I can store the date and time as the character or whatever. If we can read the data of this file and if data and time are the variables of character(10) and character(8) or the variables of integer, I can convert data and time to Time Series (the number since Jan., 1st 1900).
So my...
Reading date and time format in Fortran
Dear All,
I have a problem concerning reading date and time from the data file in fortran. The data file have 10 'column field'. I'd like to read the data file to variables: Dateset, Date, Time, realdata(1:7). Because of slash (/) character of Date field...
Thank you very much, xwb.
I wrote some code to convert the data and time format to the serial number (since 1st Jan. 1900) so the store data and time format is OK.
My problem is I can not read the other values at the next column after time column (value1, value2, value3). I'd like to use those...
Dear all
I need to read the data file to the variables: Date, time, Value1,Value2,Value3. The variables are array with dimension n arbitrary. Inside the file likes:
06/05/2008 21:00:10.000 1.0123980E+0001 5.0372083E-0004 2.6052687E+0001
06/05/2008 21:30:10.000 1.0127100E+0001 8.8555174E-0004...