Dear Sir Fouquet,
I have created a SELAFIN file with wind and pressure data, but its timestep (10 min) differs from my simulation (10 s). Due to file size constraints, I can't generate data at 10 s intervals.
Unlike wind_txy example, which works without interpolation, may I need to modify READ_BIN_2D.F to interpolate in time ? I've reviewed meteo.f, find_variable.f, get_data_timestep, get_data_ntimestep.f... I believe find_variable.f helps locate time AT in the SELAFIN file.
Could you guide me on modifying the code to find T1 and T2 (T1 < AT < T2) and perform linear interpolation for wind and air pressure?
Best regards,