Hi Christophe,
thanks to your advice I successfully created the test-slf-file for time- and space-varying rainfall (Variable "RAINI" in the attached "RAINFALL_BINARY.slf").
But when I modify the subroutine "runoff_scs_cn.f" to read the "RAINI" Variable, it always shows me the error:
"Program received signal SIGSEGV: Segmentation fault - invalid memory reference."
This is what I firstly added in the file "runoff_scs_cn.f" in order to get the rainfall information (line 235):
CALL SYNC_METEO(AT)
CALL OS('X=Y ',X=PLUIE, Y=RAINFALL)
Could you or someone else in the forum please help or give me some tipps with that? I have to admit that my skill in Fortran is very limited, thats why I am sitting with this problem for over 2 days without finding a solution for that.