Hello Karine,
Can you upload the steering file please?
Is there a way to save the results files in mercator
: RESULT FILE IN LONGITUDE-LATITUDE = NO
to save the drogues results file in lat-lon
: in standard TELEMAC, it seems to be no, but you can implement the transformation by implementing Fortran if you want.
Also, I added the lines
ASCII DROGUES FILE = t2d_particles.dat
BINARY DROGUES FILE = t2d_particles.pcl
DROGUES FILE FORMAT = BKBINPCL
But only .pcl is saved. The .dat file is created, but is empty.
By reading $HOMETEL/sources/utils/bief/utimp_drogues.f subroutine, the writing in one of the 2 drogues file is determined by the format given by DROGUES FILE FORMAT. If it is BKBINPCL, only BINARY DROGUES FILE is filled. If it is TECPLOT, only ASCII DROGUES FILE is filled.
Hope this helps,
Chi-Tuan