Hi,riadh
Thanks for your reply, I have use the keyword "LIST OF POINTS",and try to specify the output frequency in preres_telemac2d.f. After some diagnoses of the output frequency,it seems the output time should be the Lowest Common Multiple of GRAPHIC PRINTOUT PERIOD and the timestep set in preres_telemac2d.f.
My code are :
IF(MOD(AT,60.0).LT.EPSS.AND.NPTS.GT.0) THEN
'DO SOME OUTPUT'
ENDIF
For example ,dt=1,GRAPHIC PRINTOUT PERIOD =100, and the output timestep are 60(setup in preres_telemac2d.f),the result in listing file can output correctly in 300,600,900s...,but shows zero in 60,120,180s ...
I try to set a high frequency output of POINTS and low frequency of the GRAPHY PRINTOUT to save the storage space.
Any of your help will be appreciated!
Thanks.
liuy