Closed DininduSenanayake closed 2 months ago
@Ollehar I think we can close this PR without merging in favour of the R script you wrote last week.https://github.com/DininduSenanayake/APSIM-eri-mahuika/pull/7
@Ollehar I think we can close this PR without merging in favour of the R script you wrote last week.#7
Agreed, I think this is solved.
The main changes are:
strip()
method when reading soil names, as the csv module handles whitespace correctly.config = config.replace('run', "")
for the moment as it wasn't using thebase_config
variable.Assumption : soil names are in the first column of the CSV file. If they're in a different column, you'll need to adjust the index in
row[0]
accordingly.