Hello list! I've stored some data_arrays in a python dict. Now i wanna modify this data using fortran (f2py). Is there a way to pass the whole dict to fortran or should i pass every data_array from the dict to fortran module using a for loop? Thanks volker