Hello everybody
Thanks to Andres and the team of CROCO developers. Whit your help i did a configuration successfull.
suggesting: in current version of CROCO (v1.1) it is not possible to read sediment variable from croco_runoff.nc. for this reason I suggest that you do not use this option. I tried but had many problems.
Solution:
1.- define the following in your cppdefs.h
# define SEDIMENT
#define BEDLOAD
#define PSOURCE
2.- in croco.in modify this section
psource: Nsrc Isrc Jsrc Dsrc Qbar [m3 / s] Lsrc Tsrc
1
53 51 0 -10000. T T T T 20. 2. 9.9 9.8
where: Nsrc = Number of sources or rivers (1), Isrc and Jsrc = source position in xi and eta (53 51), Dsrc = source direction (0 = zonal), Qbar = flow (-10000, negative value indicate that flow is north / south), Lsrc = tracers (Temp, Salt, Sand_1, Sand_2) and Tsrc = tracers value (20. 2. 9.9 9.8).
3- in sediment.in modify value of CSED
Sd (1-NST), CSED, SRHO, WSED, ERATE, TAU_CE, TAU_CD, BED_FRAC (1: NLAY)
0.125 0.0 2650. 9.4 25.0e-5 0.05 0.14 0.4 0.4
0.050 0.0 2650. 1.6 4.0e-5 0.01 0.14 0.6 0.6
Change both value to zero. with this change i avoided a lot problems in my model.
Clarifying that this configuration it is for when the sediment comes from a river.