Problem using GetEFDC

Dear EFDC Team:

I am using GetEFDC.exe to convert EFDC output(.OUT) to .DAT file, however it only create tow files related to depth (DEP_TSK_-2_CEL.DAT DEP_TSK_-2_DOM.DAT) and there is no data in it. I checked the getefdc.inp and there seems to be no problem, i have modified the path in getefdc.bat file and getefdc.inp to the working directory(D:\EFDC-HLL\python). i have no idea why the result file have no data.

Thank you

PS:
the getefdc.inp shows below:
** COMMENT LINES START WITH “*”
** GETEFDC VER. 161128 IS USED TO:
** EXTRACT EFDC BINARY FILES *.OUT (EFDC 6.0 OR LATER) TO NETCDF AND ASCII FILES FOR:
** 1.TIME SERIES AT SOME LOCATIONS DETERMINED BY (I,J) OR (X,Y)
** 2.TECPLOT OF ONE LAYER (K>=0) AT OME SPECIFIC SNAPSHOT
** 3.ARRAYS OF DATA
**
** OBLIGATORY INPUT FILES:
** 0.GETEFDC.INP: THIS FILE
** 1.EFDC.INP
** 2.LXLY.INP
** 3.DXDY.INP
** 4.CELL.INP
** 5.CORNERS.INP
** 6.MAPPGNS.INP
** 7.MAPPGEW.INP
**
** THE FOLLOWING BINARY FILES WILL BE READ ACCORDING TO SELECTED ITEMS
** 1.EE_WS.OUT
** 2.EE_VEL.OUT
** 3.EE_WC.OUT
** 4.EE_WQ.OUT
** 5.EE_DRIFTER.OUT
** 6.EE_BC.OUT
** 7.EE_BED.OUT
** 8.EE_TUR.OUT
**
** OUPUT OF GETEFDC IS STORED IN RESULT FOLDER
**


** THE FULL PATH OF INP FILES is determined by the file efdc.inp:
**
D:\EFDC-HLL\python\efdc.inp
**


** OPTIONS FOR OUTPUT:
** LAYK = K>0: DATA AT LAYER NUMBER K TO BE EXPORTED AT TIME=JULTIME
** 0: DEPTH-AVERAGED DATA IS EXPORTED
** -1: Get High Frequency output FOR CELLS
** -2: Extract data for Time series at a height above bed (m)
** -3: LOAD TMP.DAT AND EXPORT TECPLOT
**
** ZOPT = 1: FOR THE DEPTH UNDER WATER SURFACE IF LAYK=-2
** 2: FOR THE HEIGHT ABOVE BOTTOM IF LAYK=-2
** NDRIFTER : N1:N2 A SET OF DRIFTER TO GET (X,Y,Z)
**
**
** JULTIME : JULIAN TIME FOR SELECTED LAYER
** > MAXTIME THEN JULTIME=MAXTIME
** 0 DATA FOR ALL SNAPSHOT
** NLOC : NUMBER OF CELLS TO EXTRACT TIMESERIES
** ROTA = 1: (U,V) AT CELL CENTER ROTATED TO TRUE EAST AND TRUE NORTH
** 0: (U,V) AT CELL FACES WITHOUT ROTATION
** INDEX = 1: (I,J) OF CELLS ARE GIVEN
** 0: (X,Y) OF CELLS ARE GIVEN
** VPROF = 1: EXPORT VERTICAL PROFILE
** = 0: NO EXPORTATION FOR VERTICAL PROFILE
**
** TECPLOT = 1: EXPORT DATA FOR TECPLOT
** = 0: NO TECPLOT EXPORTATION
**


** LAYK JULTIME NLOC ROTA INDEX VPROF TECPLOT ZOPT NDRIFTER
-2 0 3 0 1 1 1 1 1:3


** I/X : I Index or X of cell
**
** J/Y : J Index or Y of cell
**
** ZINT : THE DEPTH UNDER WS OR HEIGHT ABOVE BED (m)
** FOR TIME SERIES EXTRACTION IF LAYK=-2
**


** I/X J/Y ZINT(m)
** 521965 5415861 0.5
50 33 0.5
87 65 0.5
64 32 0.5

and the DEP_TSK_-2_CEL.DAT show below:
** I = 50 J = 33
** I = 87 J = 65
** I = 64 J = 32
** TIME,(HP(L(N)),BELV(L),N=1, 3 )

Which version of EEMS are you using? We don’t recommend people use GetEFDC anymore as EEMS can write out NetCDF files directly. These files are more straightforward to post-process.

Dear EEMS team:
I am using EEMS 8.4 and I noticed it can create NetCDF file, maybe i can try to read it.
Thank you for your recommendation!