Dear ROMS users, I put cohesive mud and non-cohesive sand into rivers, however the log file output show :
GET_NGFLD - river runoff suspended sediment concentratit = 345 00:00:00
(Rec=0012, Index=2, File: byecs-river.nc)
(Tmin= 15.0000 Tmax= 345.0000)
(Min = 0.00000000E+00 Max = 0.00000000E+00)
......
This means the model think I give a zero sediment concentration in the river, but I checked the river input file byecs-river.nc and found that river_mud_** do have non-zero values.
// global attributes:
:title = "BYECS Model" ;
:date = "13-Oct-2011" ;
:grd_file = "byecs-grid.nc" ;
:type = "ROMS forcing file" ;
data:
river_mud_01 =
0, 11.1204916619007, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11.1204916619007,
11.1204916619007,
0, 11.1204916619007, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11.1204916619007,
11.1204916619007,
......
If I only consider non-cohesive sand in the rivers, then the suspended sediment concentration can be read correctly, there will be values.
Why the river cohesive mud cannot be read correctly?