Hi I have a very similar problem like but I have no knowledge of Fortran.
I have a real river. I would like to feed in solid discharge in three grain size classes at the inlet.
Say the K values for the liquid boundary nodes are 10, 11, 12
The suspended sediment concentrations in (g/l) for class 1, 2 and 3 at the liquid boundary nodes for every hour are:
Hour Class1 Class2 Class3
1 0.032 0.016 0.07
2 0.033 0.017 0.068
3 0.032 0.017 0.068
Say the model time step is 1 second.
Can anybody help me with a sample conlit.f subroutine (with detailed comments on the user input part) and advice me on the configuration of the boundary condition file for running a simulation for 3 hours with this type of data?
I understand that I have to store this class-wise sediment concentration in a separate text file and somehow make the user subroutine read it. However, I don't know how to do it.