nesi / APSIM-HPC

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

When did we create the apsim-simulations directory ? . Record the date with apsim-simulations-$(date +"%Y%m%d") #44

Closed DininduSenanayake closed 1 week ago

DininduSenanayake commented 1 week ago

It will be ideal to leave a trace when the apsim-simulations directory was created. This gets generated as part of the container build script

#define paths for definition file, where the image should be stored
export IMAGE_PATH="../../apsim-simulations/container/"

if [ ! -d "${IMAGE_PATH}" ]; then
mkdir -p ${IMAGE_PATH}
fi