
I want to run MOHID Hydrodynamic Model.
I think Some problems in setting the Assimilation Module.
but I can't find problems' location.
I tried to Assimilate velocity U in open boundary point.
however results of velocity U are all zero value.
I upload all of model setting file(4th simulation have this problem) and write important part in each module
please help me.

structure of Hydrodynamic Module is
----------------------------------------------------------
TIDE : 0
WIND : 0
WATER_DISCHARGES : 0
BAROCLINIC : 0
DATA_ASSIMILATION : 1
!Start / Continuous Computation
CONTINUOUS : 0
INITIAL_ELEVATION : 0
INITIAL_ELEVATION_VALUE : 2.0800
!Output Options
TIME_SERIE : 0
TIME_SERIE_LOCATION : ..\General Data\TimeSeriesLocation.dat
OUTPUT_TIME : 0 86400
-----------------------------------------------------------------------------------
structure of Assimilation Module is
------------------------------------------------------------------------------------
OUTPUT_TIME : 0. 86400.
<beginproperty>
NAME : velocity U
UNITS : m/s
DIMENSION : 2D
OUTPUT_HDF : 1
<<begin_field>>
DEFAULTVALUE : 3.0
TYPE_ZUV : z
FILE_IN_TIME : NONE
INITIALIZATION_METHOD : ASCII_FILE
FILENAME : ..\General Data\Boundary Conditions\Vel_U.dat
<<end_field>>
<<begin_coef>>
DEFAULTVALUE : 0.001
TYPE_ZUV : z
FILE_IN_TIME : NONE
INITIALIZATION_METHOD : ASCII_FILE
FILENAME : ..\General Data\Boundary Conditions\Coef_U.dat
<<end_coef>>
<endproperty>
------------------------------------------------------------------------------------------------------------
Vel_U.dat is
<BeginGridData2D>
1 1 0
1 2 0
1 3 0
1 4 0
1 5 0
1 6 0
1 7 0
1 8 0
1 9 0
1 10 0
1 11 0
1 12 0
1 13 0
1 14 0
1 15 0
2 1 3
2 2 0
............
15 15 0
<EndGridData2D>
Coef_U.dat is
<BeginGridData2D>
1 1 0.00001
1 2 0.00001
1 3 0.00001
1 4 0.00001
1 5 0.00001
1 6 0.00001
1 7 0.00001
1 8 0.00001
1 9 0.00001
1 10 0.00001
1 11 0.00001
1 12 0.00001
1 13 0.00001
1 14 0.00001
1 15 0.00001
2 1 0.00001
2 2 0.00001
..........
15 15 0.00001
<EndGridData2D>