Hello,
for GAIA the keyword concerning flocculation are not read. This has been fixed in the develop version and so it will be ok for the next version.
In the meantime, if you want to use flocculation with GAIA, you need to add these lines in lecdon_gaia.f:
! FLOCCULATION AND HINDERING
FLOC_TYPE = MOTINT( ADRESS(1,61))
HIND_TYPE = MOTINT( ADRESS(1,51))
And to complete, if you want to use different hindered formula, you have to delete line 89 in gaia_init:
! Set to 1 for Telemac3d
HIND_TYPE = 1
At the moment, there are no test cases using flocculation. The relative user doc will be updated in the next version (GAIA).
Hope it helps,
Sara