Per Abrahamsen
unread,May 12, 2009, 11:25:46 AM5/12/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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")