TillF / WASA-SED

WASA-SED is a numerical model for simulation hydrological and sediment fluxes from meso-scale catchments (Mueller et al., 2010). This repository contains documentation, sample data set and source code.
Other
14 stars 10 forks source link

eliminate warning "array temporary created" #74

Open TillF opened 5 years ago

TillF commented 5 years ago

array in argument should be contiguous (https://stackoverflow.com/questions/28859524/fortran-runtime-warning-temporary-array). This is not the case for arguments sed_in and sed_out. Reversing the array dimensions shoud fix this.

MelwinQ commented 4 years ago

relates to #28