Hi,
If anyone else is wanting to implement a spatially variable sediment distribution in SISYPHE, you can find my modified subroutine init_compo here:
github.com/eroome/T2D-SIS-SED-DIST/tree/main
My code allows for three size classes to be defined in the geometry file, each class should be named FRAC1, FRAC2, FRAC3. The values assigned to each class represents the proportion of sediment in each class at a given node (the sum of all classes should be 1).
The D50 of each class is defined as usual in the SISYPHE steering file...
SEDIMENT DIAMETERS = xxx; xxx; xxx (m)