Error in Linux

30 views
Skip to first unread message

gaurav...@gmail.com

unread,
May 19, 2015, 11:04:36 AM5/19/15
to daisy...@googlegroups.com
Hi,

I just installed daisy in linux  and it seems to have installed correctly. This is the output I get:

$ make linux
(mkdir -p /home/gaurav/daisy/obj \
     && cd /home/gaurav/daisy/obj \
         && time make VPATH=/home/gaurav/daisy -f /home/gaurav/daisy/Makefile daisy daisyw)
make[1]: Entering directory `/home/gaurav/daisy/obj'
make[1]: `daisy' is up to date.
make[1]: `daisyw' is up to date.
make[1]: Leaving directory `/home/gaurav/daisy/obj'

real    0m0.024s
user    0m0.019s
sys    0m0.004s


Now when I go to examples and try to run the program I get the error:
(cd ../txt && make exercises.pdf)
make[1]: Entering directory `/home/gaurav/daisy/txt'
all.dai -p document
make[1]: all.dai: Command not found
make[1]: *** [components.tex] Error 127
make[1]: Leaving directory `/home/gaurav/daisy/txt'
make: *** [../txt/exercises.pdf] Error 2


Does anyone have experience working in linux and the solution for this?

Thanks,
gk

Per Abrahamsen

unread,
May 19, 2015, 11:13:04 AM5/19/15
to gaurav...@gmail.com, daisy...@googlegroups.com

Try

export DAISYHOME=/home/guarav/daisy
/home/guarav/daisy/obj/daisy test.dai

--

---
You received this message because you are subscribed to the Google Groups "Daisy soil plant atmosphere system model" group.
To unsubscribe from this group and stop receiving emails from it, send an email to daisy-model...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

gaurav...@gmail.com

unread,
May 19, 2015, 11:31:39 AM5/19/15
to daisy...@googlegroups.com, gaurav...@gmail.com
Dear Per Abrahamsen,

Thank you for the reply. When I run the command:

export DAISYHOME=/home/guarav/daisy
/home/guarav/daisy/obj/daisy  Exercise01.dai

I get the following error:

Daisy crop/soil simulation version 5.21. (May 18 2015)
Copyright 1996 - 2012 Per Abrahamsen, S�ren Hansen and KU.
Storing 'daisy.log' in '/home/gaurav/daisy/exercises'
* output
** log: harvest check
Write error for 'harvest.dlf' (error)
** log: Crop Production check
Write error for 'crop_prod.dlf' (error)
** log: Field water check
Write error for 'Daily_FWB.dlf' (error)
** log: Field nitrogen check
Write error for 'Daily_FNB.dlf' (error)
** log: Soil Water Content check
Write error for 'soil_water_content.dlf' (error)
** log: Soil Water Potential (pF) check
Write error for 'soil_water_pF.dlf' (error)
** log: Soil NO3 Concentration check
Write error for 'soil_NO3.dlf' (error)
Problems writing to 'harvest.dlf'
Problems writing to 'crop_prod.dlf'
Problems writing to 'Daily_FWB.dlf'
Problems writing to 'Daily_FNB.dlf'
Problems writing to 'soil_water_content.dlf'
Problems writing to 'soil_water_pF.dlf'
Problems writing to 'soil_NO3.dlf'

gaurav...@gmail.com

unread,
May 21, 2015, 5:43:46 AM5/21/15
to daisy...@googlegroups.com
Error resolved by creating a subdirectory "Ex1" inside "exercises" directory. . If anyone is looking for an answer in the future.
Reply all
Reply to author
Forward
0 new messages