nesi / APSIM-HPC

Deploy APSIM (Agricultural Production Systems sIMulator - https://www.apsim.info/) on high performance computing clusters.
https://nesi.github.io/APSIM-HPC/
MIT License
0 stars 0 forks source link

fix item one indexing error: first item on the CSV was getting excluded #16

Closed DininduSenanayake closed 2 months ago

DininduSenanayake commented 2 months ago

The main changes are:

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.

DininduSenanayake commented 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 commented 2 months ago

@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.