- The docker container can be pulled down using this command:
docker pull apsiminitiative/apsimng
- example run command:
docker run -i --rm -v "$PWD:/apsim" apsiminitiative/apsimng /apsim/<example-file-name>.apsimx
- Make sure you have added the required met file and apsimx file to the directory you'll run the
docker run
command within. - Change the Weather
FileName
property to the file name of the met file.
- Extra switches can be appended to the docker run command to utilise extra functionality. Some examples are the
--verbose
--apply
and any others you can use with Models.exe.