femiguez / apsimx

R package for APSIM-X
https://femiguez.github.io/apsimx-docs/
54 stars 21 forks source link

Soil profiles from SoilGrids often have unacceptable saturation #100

Closed femiguez closed 1 year ago

femiguez commented 2 years ago

APSIM Next Gen rejects the soils as produced by SoilGrids. The solution might be to add a function called 'fix_apsimx_soil_profile' that can check for this and correct it so that it passes the APSIM Next Gen checks.

This issue was reported by Julien Morel

femiguez commented 1 year ago

This might be fixed now

gabrielhintz commented 1 year ago

@femiguez

This function is not available anymore such as its package "apsimr".

femiguez commented 1 year ago

I'm not sure I understand this question or comment. The version of the package in github has fixed this. There is an argument 'fix' which is FALSE by default, but change it to TRUE and soils should be fine. The package 'apsimr' has been deprecated.

gabrielhintz commented 1 year ago

Thank you @femiguez.