When I run the pluie example "t2d_pluie_cn_geo_hyetograph" in the example fold of telemac2d, the the program will stop and throw error. Maybe the telemac2d python does not support FORTRAN file.
the python script as below:
from TelApy.api.t2d import Telemac2d
t2d = Telemac2d('t2d_pluie_cn_geo_hyetograph.cas')
t2d.set_case()
t2d.init_state_default()
t2d.run_all_time_steps()
t2d.finalize()
del(t2d)
the Error detail:
File Attachment:
File Name:
error.txtFile Size: 72 KB