APSIMInitiative / APSIM710

APSIM
https://www.apsim.info
30 stars 47 forks source link

ApsimX: apsim file converter does not import operation dates correctly. #1344

Closed ApsimBot closed 5 years ago

ApsimBot commented 5 years ago

Legacy Bug ID: 1911 Author: Justin Date: 2014-07-04 12:47:24 +0000 UTC

Compare the following from the OilPalm validation set (Expt324N1): Original: 1-apr-1996    fertiliser apply amount= 1.9 (kg/ha), type= Nh4NO3(), depth= 10 (mm) 1-jun-1996    fertiliser apply amount= 3.8 (kg/ha), type= Nh4NO3(), depth= 10 (mm) 1-sep-1996    fertiliser apply amount= 3.8 (kg/ha), type= Nh4NO3(), depth= 10 (mm) 1-dec-1996    fertiliser apply amount= 3.8 (kg/ha), type= Nh4NO3(), depth= 10 (mm) 1-mar-1996    fertiliser apply amount= 5.7 (kg/ha), type= Nh4NO3(), depth= 10 (mm) 1-jul-1997    fertiliser apply amount= 11.8  (kg/ha), type= Nh4NO3(), depth= 10 (mm) 1-nov-1997    fertiliser apply amount= 11.8  (kg/ha), type= Nh4NO3(), depth= 10 (mm) 1-mar-1998    fertiliser apply amount= 16.5  (kg/ha), type= Nh4NO3(), depth= 10 (mm) 1-jul-1998    fertiliser apply amount= 23.6  (kg/ha), type= Nh4NO3(), depth= 10 (mm) 1-nov-1998    fertiliser apply amount= 23.6  (kg/ha), type= Nh4NO3(), depth= 10 (mm) 1-mar-1999    fertiliser apply amount= 33.1  (kg/ha), type= Nh4NO3(), depth= 10 (mm) 1-jul-1999    fertiliser apply amount= 37.8  (kg/ha), type= Nh4NO3(), depth= 10 (mm) 1-nov-1999    fertiliser apply amount= 37.8  (kg/ha), type= Nh4NO3(), depth= 10 (mm) 1-mar-2000    fertiliser apply amount= 42.5  (kg/ha), type= Nh4NO3(), depth= 10 (mm) 1-jul-2000    fertiliser apply amount= 47.3  (kg/ha), type= Nh4NO3(), depth= 10 (mm) 1-nov-2000    fertiliser apply amount= 47.3  (kg/ha), type= Nh4NO3(), depth= 10 (mm) 1-mar-2001    fertiliser apply amount= 57 (kg/ha), type= urea_N (), depth= 10 (mm) 1-mar-2002    fertiliser apply amount= 57 (kg/ha), type= urea_N (), depth= 10 (mm) 1-mar-2003    fertiliser apply amount= 57 (kg/ha), type= urea_N (), depth= 10 (mm) 1-mar-2004    fertiliser apply amount= 57 (kg/ha), type= urea_N (), depth= 10 (mm) 1-mar-2005    fertiliser apply amount= 57 (kg/ha), type= urea_N (), depth= 10 (mm) 1-mar-2006    fertiliser apply amount= 57 (kg/ha), type= urea_N (), depth= 10 (mm) 1-mar-2007    fertiliser apply amount= 57 (kg/ha), type= urea_N (), depth= 10 (mm) 1-mar-2008    fertiliser apply amount= 57 (kg/ha), type= urea_N (), depth= 10 (mm) 1-mar-2009    fertiliser apply amount= 57 (kg/ha), type= urea_N (), depth= 10 (mm) 1-mar-2010    fertiliser apply amount= 57 (kg/ha), type= urea_N (), depth= 10 (mm)

Converted: 1996-04-01 Fertiliser.Apply(1.9, Fertiliser.Types.NH4NO3N, 10); 1996-06-01 Fertiliser.Apply(3.8, Fertiliser.Types.NH4NO3N, 10); 1996-09-01 Fertiliser.Apply(3.8, Fertiliser.Types.NH4NO3N, 10); 1996-12-01 Fertiliser.Apply(3.8, Fertiliser.Types.NH4NO3N, 10); 1996-03-01 Fertiliser.Apply(5.7, Fertiliser.Types.NH4NO3N, 10); 1996-07-01 Fertiliser.Apply(11.8, Fertiliser.Types.NH4NO3N, 10); 1996-11-01 Fertiliser.Apply(11.8, Fertiliser.Types.NH4NO3N, 10); 1996-03-01 Fertiliser.Apply(16.5, Fertiliser.Types.NH4NO3N, 10); 1996-07-01 Fertiliser.Apply(23.6, Fertiliser.Types.NH4NO3N, 10); 1996-11-01 Fertiliser.Apply(23.6, Fertiliser.Types.NH4NO3N, 10); 1996-03-01 Fertiliser.Apply(33.1, Fertiliser.Types.NH4NO3N, 10); 1996-07-01 Fertiliser.Apply(37.8, Fertiliser.Types.NH4NO3N, 10); 1996-11-01 Fertiliser.Apply(37.8, Fertiliser.Types.NH4NO3N, 10); 1996-03-01 Fertiliser.Apply(42.5, Fertiliser.Types.NH4NO3N, 10); 1996-07-01 Fertiliser.Apply(47.3, Fertiliser.Types.NH4NO3N, 10); 1996-11-01 Fertiliser.Apply(47.3, Fertiliser.Types.NH4NO3N, 10); 1996-03-01 Fertiliser.Apply(57, Fertiliser.Types.UreaN, 10); 1996-03-01 Fertiliser.Apply(57, Fertiliser.Types.UreaN, 10); 1996-03-01 Fertiliser.Apply(57, Fertiliser.Types.UreaN, 10); 1996-03-01 Fertiliser.Apply(57, Fertiliser.Types.UreaN, 10); 1996-03-01 Fertiliser.Apply(57, Fertiliser.Types.UreaN, 10); 1996-03-01 Fertiliser.Apply(57, Fertiliser.Types.UreaN, 10); 1996-03-01 Fertiliser.Apply(57, Fertiliser.Types.UreaN, 10); 1996-03-01 Fertiliser.Apply(57, Fertiliser.Types.UreaN, 10); 1996-03-01 Fertiliser.Apply(57, Fertiliser.Types.UreaN, 10); 1996-03-01 Fertiliser.Apply(57, Fertiliser.Types.UreaN, 10);

ApsimBot commented 5 years ago

Author: zur003 Date: 2014-07-07 16:43:00 +0000 UTC

Fix committed on 7 July 2014.

ApsimBot commented 5 years ago

Author: zur003 Date: 2014-07-08 09:38:00 +0000 UTC

Re-opened until bug in .apsim file is corrected.

ApsimBot commented 5 years ago

Author: zur003 Date: 2014-07-14 10:14:00 +0000 UTC

Error in .apsim file corrected in R4389