Error messages

7 views
Skip to first unread message

Marcus

unread,
May 12, 2009, 7:01:37 AM5/12/09
to Daisy soil plant atmosphere system model
Hi Per,

I have a new problem and i hope you can help me again.

So, i want to simulate surface irrigation every day in the growing
season.
Now I get the error message:

Unknown attribute 'wait' (error)
Unknown attribute 'irrigate_surface' (error)
wait specified twice, last takes precedence (warning)
Unknown attribute 'wait' (error)
irrigate_surface specified twice, last takes precedence (warning)
Unknown attribute 'irrigate_surface' (error).... and so on for every
action in the season.

In another file daisy modeled similar actions without problems (but
there are not so much water applications
and instead of surface irrigation overhead irrigation).

What's the reason?

Regard,

Marcus

Per Abrahamsen

unread,
May 12, 2009, 7:13:58 AM5/12/09
to daisy...@googlegroups.com
Hi Marcus.

> Unknown attribute 'wait' (error)

Usually this means that you missed a right parenthesis. There should
be a line number together with the error message, the error is usually
right before that line.

It might be something else though, to tell I need to see the daisy.log
file, as well as the file where the error occurred.

-- Per

Marcus Guderle

unread,
May 12, 2009, 7:32:50 AM5/12/09
to daisy...@googlegroups.com
Thank you for your quick response.

I have already compared the file with the right file and couldn't find an
error.

I send the files at appendix.

Thank you.

Regard,

Marcus

setup_lavalette07.dai
daisy.log

Per Abrahamsen

unread,
May 12, 2009, 11:25:46 AM5/12/09
to Daisy soil plant atmosphere system model
Hi Marcus.

I could run the simulation in 4.63 after making two changes:

1) A parenthesis was moved from line 204 to 132.
2) I had to comment out the definition of zplus in line 135-136.

The second one is a bug in Daisy, I'll look into it. But using the
Daisy default discretization is usually OK.

I haven't tried 4.57, it was probably a different (and now fixed)
error you encountered there.

-- Per

_lavalette07.dai)
--- ORG_setup_lavalette07.dai 2009-05-12 17:16:36.071000000 +0200
+++ setup_lavalette07.dai 2009-05-12 17:19:53.605000000 +0200
@@ -74,8 +74,8 @@

;; Vorgabe einer räumlichen Diskretisierung
(Movement vertical
- (Geometry (zplus -1 -2.5 -4 -5.5 -7.5 -9 -11 -13 -16 -20 -25 -30
-35 -40 -45 -50 -55 -60
- -70 -80 -90 -95 -96 -98 -100 -110 -120 -130 -140
-150 -160 -170 -180 -190 -200 [cm]))
+;; (Geometry (zplus -1 -2.5 -4 -5.5 -7.5 -9 -11 -13 -16 -20 -25
-30 -35 -40 -45 -50 -55 -60
+;; -70 -80 -90 -95 -96 -98 -100 -110 -120 -130 -140
-150 -160 -170 -180 -190 -200 [cm]))
(matrix_water richards))


@@ -129,7 +129,7 @@
(wait (at 2007 07 03 1))
(irrigate_surface 7.4 [mm/h])
(wait (at 2007 07 04 1))
- (irrigate_surface 7.4 [mm/h]
+ (irrigate_surface 7.4 [mm/h])
(wait (at 2007 07 05 1))
(irrigate_surface 7.4 [mm/h])
(wait (at 2007 07 06 1))
@@ -201,7 +201,7 @@
(harvest "Pioneer Maize"
(stub 8 [cm]) ;; Leave 8 cm stub. ;;
Harvest everything above stub. ;;??
(stem 1.0 []))
-))
+)

;; Selecting column (Bodensäule)
(column "Lavalette")
Reply all
Reply to author
Forward
0 new messages