program timeinterp_compat_f c My attempt at a fortran program. This is an example program c mainly to test the time interpolator external f_timeinterp_create external f_timeinterp_addtimestep external f_timeinterp_managemem,f_timeinterp_interpolate external f_timeinterp_timetoepoch external f_timeinterp_timestrtoepoch external f_timeinterp_closeandcleanupmemory c Variables to be used for interpolation and data extraction character*300 cdf_file_path1 character*300 cdf_file_path2 character*25 time character*100 c0,c1,c2 character*100 variable c real interpolated_value real rc0,rc1,rc2 real time_epoch integer status,tid integer argc,zero zero = 0 time_epoch = 0. c character*50 var_to_read c --- set your actual path name here --- argc = iargc() if (argc.ne.6) then print *,".