{ "$type": "Models.Core.Simulations, Models", "ExplorerWidth": 281, "Version": 126, "ApsimVersion": "0.0.0.0", "Name": "Simulations", "Children": [ { "$type": "Models.Memo, Models", "Text": "# The APSIM Wheat Model\r\n \r\n_Brown, H.E., Huth, N.I. and Holzworth, D.P._", "Name": "TitlePage", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Memo, Models", "Text": "The APSIM wheat model has been developed using the Plant Modelling Framework (PMF) of [brown_plant_2014]. This new framework provides a library of plant organ and process submodels that can be coupled, at runtime, to construct a model in much the same way that models can be coupled to construct a simulation. This means that dynamic composition of lower level process and organ classes (e.g. photosynthesis, leaf) into larger constructions (e.g. maize, wheat, sorghum) can be achieved by the model developer without additional coding.\r\n\r\nThe wheat model consists of:\r\n\r\n* a phenology model to simulate development through sequential developmental phases \r\n* a structure model to simulate plant morphology \r\n* a collection of organs to simulate the various plant parts \r\n* an arbitrator to allocate resources (N, biomass) to the various plant organs \r\n\r\nThis work builds upon earlier APSIM Wheat models such as NWheat ([Asseng200225], [KeatingNWheat]), NWheatS ([Asseng1998163]), Cropmod-Wheat ([Wang2002GenericCropModel]), and the earlier versions developed in Plant (APSIM Wheat 7.5\") and then within the Plant Modelling Framework ([brown_plant_2014]).", "Name": "Introduction", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Replacements, Models", "Name": "Replacements", "Children": [ { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[IWeather].Latitude", "[IWeather].Longitude", "[IWeather].FileName", "[IWeather].CO2", "[IWeather].Amp", "[IWeather].Tav" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Soil].SoilWater.SW", "sum([Soil].SoilWater.SWmm) as ProfileWater", "sum([Soil].Nutrient.NO3.kgha) as TotalNO3", "[IWeather].Radn", "[IWeather].MeanT", "[Wheat].AboveGround.N", "[Wheat].AboveGround.Wt", "[Wheat].AboveGroundLive.N", "[Wheat].AboveGroundLive.Wt", "[Wheat].AboveGroundDead.N", "[Wheat].AboveGroundDead.Wt", "[Wheat].Ear.N", "[Wheat].Ear.Nconc", "[Wheat].Ear.Wt", "[Wheat].Grain.N", "[Wheat].Grain.NConc", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Wt", "[Wheat].Leaf.AppearedCohortNo", "[Wheat].Leaf.CoverGreen", "[Wheat].Leaf.CoverTotal", "[Wheat].Leaf.Dead.N", "[Wheat].Leaf.Dead.NConc", "[Wheat].Leaf.Dead.Wt", "[Wheat].Leaf.DeadCohortNo", "[Wheat].Leaf.SenescingCohortNo", "[Wheat].Leaf.ExpandedCohortNo", "[Wheat].Leaf.Fn", "[Wheat].Leaf.Fw", "[Wheat].Leaf.Height", "[Wheat].Leaf.InitialisedCohortNo", "[Wheat].Leaf.LAI", "[Wheat].Leaf.Live.N", "[Wheat].Leaf.Live.NConc", "[Wheat].Leaf.Live.Wt", "[Wheat].Leaf.SpecificArea", "[Wheat].Leaf.SpecificNitrogen", "[Wheat].Leaf.Transpiration", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.Stage", "[Wheat].Phenology.ThermalTime", "[Wheat].Phenology.Zadok.Stage", "[Wheat].Root.Depth", "[Wheat].Root.N", "[Wheat].Root.Wt", "[Wheat].Root.Nconc", "[Wheat].Spike.N", "[Wheat].Spike.NConc", "[Wheat].Spike.Wt", "[Wheat].Stem.N", "[Wheat].Stem.NConc", "[Wheat].Stem.Wt", "[Wheat].StemPlusSpike.Wt", "[Wheat].StemPlusSpike.N", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.HaunStage", "[Wheat].Phenology.HaunStage", "[Wheat].Structure.Height", "[Wheat].Structure.LeafTipsAppeared", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].Structure.TotalStemPopn", "[Wheat].Phenology.PTQ", "[Wheat].Structure.Phyllochron", "[Wheat].Total.N", "[Wheat].Total.Wt", "([Wheat].Leaf.Transpiration + [Soil].SoilWater.Es + [MicroClimate].PrecipitationInterception) as ET", "[IWeather].MeanT", "[Wheat].Phenology.Photoperiod", "[Wheat].Phenology.AccumulatedTT" ], "EventNames": [ "[Clock].DoReport" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Struct;\r\nusing System;\r\nusing System.Collections.Generic;\r\nusing System.Xml.Serialization;\r\nusing Models.Core;\r\nusing Models.Interfaces;\r\nusing Models.PMF;\r\nusing Models.PMF.Organs;\r\nusing Models.Soils.Arbitrator;\r\nusing APSIM.Shared.Utilities;\r\n\r\n\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n [Link] private Clock Clock;\r\n [Link] private Plant Wheat;\r\n public event EventHandler LeafReport;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Structure\")]\r\n private Structure structure;\r\n \r\n \r\n [XmlIgnore] public int LeafPosition { get; set; }\r\n [XmlIgnore] public double MaxLeafSize { get; set; }\r\n \r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n var leaf = Wheat.Leaf as Leaf;\r\n if ((leaf.ExpandedCohortNo > LeafPosition) & (structure.NextLeafProportion == 1))\r\n {\r\n LeafPosition = (int)\r\n leaf.ExpandedCohortNo;\r\n MaxLeafSize = leaf.CohortSize[LeafPosition - 1];\r\n LeafReport.Invoke(this, new EventArgs());\r\n }\r\n }\r\n }\r\n}\r\n", "Parameters": [], "Name": "MaxLeafSize", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[MaxLeafSize].Script.MaxLeafSize", "[MaxLeafSize].Script.LeafPosition" ], "EventNames": [ "[MaxLeafSize].Script.LeafReport" ], "GroupByVariableName": null, "Name": "MaxLeafSizeReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Phen;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\nusing Models;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing System.Text;\r\nusing System.Collections.Generic;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Soils.Nutrients;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (phenology.CurrentPhase.Name == \"Maturing\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": [], "Name": "Harvesting", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar", "[Wheat].Structure.MaxLAR" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Storage.DataStore, Models", "useFirebird": false, "CustomFileName": null, "Name": "DataStore", "Children": [ { "$type": "Models.PostSimulationTools.ExcelInput, Models", "FileNames": [ "Observed.xlsx", "LaTrobeCE_Obs.xlsx", "LincolnCE_Obs.xlsx", "PalmerstonNorthCE_Obs.xlsx", "Gatton2014_2016.xlsx", "2020Results.xlsx", "PalmerstonNorth1989.xlsx", "Obs_APSIMX_NPIField2019_Wheat.xlsx", "NPIValidation.xlsx" ], "SheetNames": [ "Observed", "MaxLeafSize" ], "Name": "ExcelMultiInput", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PostSimulationTools.PredictedObserved, Models", "PredictedTableName": "DailyReport", "ObservedTableName": "Observed", "FieldNameUsedForMatch": "Clock.Today", "FieldName2UsedForMatch": null, "FieldName3UsedForMatch": null, "AllColumns": false, "Name": "DailyObsPred", "Children": [ { "$type": "Models.Tests, Models", "AcceptedStats": [ { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "ET", "n": 123, "Slope": 1.1316911691807905, "Intercept": -0.42852485758004422, "SEslope": 0.043714911759702088, "SEintercept": 0.1695726877605401, "R2": 0.84706542402663543, "RMSE": 0.75711046274626093, "NSE": 0.75067193089921658, "ME": 0.041670683467817562, "MAE": 0.55823408215881576, "RSR": 0.49729368750107755 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "ProfileWater", "n": 1327, "Slope": 0.87658770051688029, "Intercept": 76.038910287756153, "SEslope": 0.013020263518700569, "SEintercept": 5.4794675052507227, "R2": 0.7737996752709706, "RMSE": 58.787578405735566, "NSE": 0.70273305322129209, "ME": 25.835469273289075, "MAE": 33.060033011877238, "RSR": 0.54501645158729284 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Soil.SoilWater.SW(1)", "n": 1300, "Slope": 0.00018710649858041259, "Intercept": 0.20932584389064657, "SEslope": 0.00011388584034128785, "SEintercept": 0.0021684794568091466, "R2": 0.0020752068968754589, "RMSE": 18.978900537025513, "NSE": -0.081033870367531513, "ME": -5.2076304830333244, "MAE": 5.2854782485597545, "RSR": 1.0393278144319358 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Soil.SoilWater.SW(10)", "n": 8, "Slope": -0.41116751125310319, "Intercept": 0.612360609638271, "SEslope": 0.20416365514355669, "SEintercept": 0.087484038655984864, "R2": 0.40333174192936994, "RMSE": 0.011381629642151822, "NSE": -3.1581078591145468, "ME": 0.0077272378295080088, "MAE": 0.009195433471949753, "RSR": 1.9074444622911642 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Soil.SoilWater.SW(2)", "n": 1323, "Slope": -9.0303489442376621E-05, "Intercept": 0.23710322388295096, "SEslope": 7.9058508674259169E-05, "SEintercept": 0.0018579519631283042, "R2": 0.0009866889997642847, "RMSE": 23.4358343401022, "NSE": -0.084883770948033233, "ME": -6.5481322339971086, "MAE": 6.6005155496050181, "RSR": 1.0411838228576997 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Soil.SoilWater.SW(3)", "n": 1323, "Slope": 7.4136546684407849E-05, "Intercept": 0.2257646272894584, "SEslope": 6.63682901012736E-05, "SEintercept": 0.0019396705139233881, "R2": 0.00094369270090621793, "RMSE": 29.159487065763024, "NSE": -0.0857037202540647, "ME": -8.1994491547580317, "MAE": 8.2208579609700667, "RSR": 1.0415772091023527 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Soil.SoilWater.SW(4)", "n": 1323, "Slope": 0.00032244975590156822, "Intercept": 0.20983205460716289, "SEslope": 5.67478714669618E-05, "SEintercept": 0.0018159926837472079, "R2": 0.023858058972056062, "RMSE": 31.931305456535107, "NSE": -0.084760212349063613, "ME": -8.9594356119857643, "MAE": 8.9769325861923814, "RSR": 1.0411245303873824 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Soil.SoilWater.SW(5)", "n": 1323, "Slope": 0.00018432709428468561, "Intercept": 0.24419172182165347, "SEslope": 5.4515077094887714E-05, "SEintercept": 0.0018082390903031798, "R2": 0.0085802480292461736, "RMSE": 33.093904924920032, "NSE": -0.085654301354512574, "ME": -9.3153552127010144, "MAE": 9.3308877555860974, "RSR": 1.0415535036547856 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Soil.SoilWater.SW(6)", "n": 1218, "Slope": 0.98320078186121207, "Intercept": 0.0066528605759733073, "SEslope": 0.0058035786417022783, "SEintercept": 0.0016697493738570706, "R2": 0.95935382313725648, "RMSE": 0.01685563558905449, "NSE": 0.95815892312701745, "ME": 0.0020220335818673337, "MAE": 0.0089339157468904, "RSR": 0.20446692787128115 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Soil.SoilWater.SW(7)", "n": 1194, "Slope": 0.9957657670106802, "Intercept": 0.0013834745920237868, "SEslope": 0.005478653174648072, "SEintercept": 0.0013609736057658556, "R2": 0.96517310936642231, "RMSE": 0.012136075042658291, "NSE": 0.96417061413320826, "ME": 0.00036726967304914071, "MAE": 0.0067465334417994918, "RSR": 0.18920723560670658 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Soil.SoilWater.SW(8)", "n": 426, "Slope": 0.95937910966272766, "Intercept": 0.0052453008760897646, "SEslope": 0.01446620510676061, "SEintercept": 0.0027609813021314345, "R2": 0.91207264505033869, "RMSE": 0.021124365800371532, "NSE": 0.90882780639488836, "ME": -0.0019678597525278818, "MAE": 0.014148960162356635, "RSR": 0.30159272930774844 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Soil.SoilWater.SW(9)", "n": 8, "Slope": 0.0098913829008097729, "Intercept": 0.46859629623615312, "SEslope": 0.037674282924636031, "SEintercept": 0.017250749177630358, "R2": 0.011358258038744351, "RMSE": 0.020153703618918418, "NSE": -1.3841152637524652, "ME": 0.015417805513684116, "MAE": 0.018021286252203617, "RSR": 1.444334052698131 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.AboveGround.N", "n": 429, "Slope": 0.872954099405421, "Intercept": 1.3278425514054621, "SEslope": 0.03580549920101897, "SEintercept": 0.4938608284780206, "R2": 0.581948897372052, "RMSE": 5.2686194302274583, "NSE": 0.43576502996268263, "ME": -0.18099536540820763, "MAE": 3.3165108554047942, "RSR": 0.750279772489521 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.AboveGround.Wt", "n": 948, "Slope": 0.60019421097232273, "Intercept": 190.45979554138353, "SEslope": 0.019590619205806313, "SEintercept": 24.027829329052739, "R2": 0.49804059180680671, "RMSE": 548.95594767514194, "NSE": 0.38527958585085609, "ME": -212.14819772291017, "MAE": 295.41728946154205, "RSR": 0.78362744649081317 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Ear.N", "n": 244, "Slope": 0.48857747800981766, "Intercept": 3.1643911671962233, "SEslope": 0.05336465664917811, "SEintercept": 0.47660733515950854, "R2": 0.2572637969002376, "RMSE": 5.42016599060746, "NSE": 0.043613760132465873, "ME": -0.41729675422886986, "MAE": 3.0241791754774319, "RSR": 0.97594396567137609 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Ear.Nconc", "n": 222, "Slope": 0.23698324920283273, "Intercept": 0.011461414288338738, "SEslope": 0.17475341987009038, "SEintercept": 0.0030227290538692069, "R2": 0.0082898374561352073, "RMSE": 0.0080983288618356342, "NSE": -6.5762016263414358, "ME": -0.0015442405991228955, "MAE": 0.0060701058387125665, "RSR": 2.746283778488404 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Ear.Wt", "n": 435, "Slope": 0.3241289181688638, "Intercept": 153.38739578491334, "SEslope": 0.035810841933388349, "SEintercept": 20.323027638487066, "R2": 0.159097773559148, "RMSE": 381.5466843616631, "NSE": -0.19419244688400616, "ME": -148.99468456289068, "MAE": 192.75806036230495, "RSR": 1.0915343223605796 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Grain.N", "n": 98, "Slope": 0.31355199634219111, "Intercept": 2.2239616274408225, "SEslope": 0.12657932309243966, "SEintercept": 1.3603394179754822, "R2": 0.060077833309573725, "RMSE": 7.4027008490214365, "NSE": -2.2707672158682781, "ME": -4.5972069928209462, "MAE": 5.151732473524417, "RSR": 1.7992754208836825 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Grain.Number", "n": 146, "Slope": 0.81502744052703358, "Intercept": 2339.3276332815458, "SEslope": 0.027148634063188817, "SEintercept": 434.64474578861427, "R2": 0.8622347951494842, "RMSE": 2424.080003426533, "NSE": 0.85619487390836047, "ME": -375.75417461204825, "MAE": 1763.5025846528069, "RSR": 0.37791554542592387 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Grain.Wt", "n": 490, "Slope": 0.28391459767862087, "Intercept": 45.598224901593667, "SEslope": 0.026887932951495698, "SEintercept": 11.507644228844081, "R2": 0.18598335429813728, "RMSE": 334.21430368578132, "NSE": -0.13536910047803929, "ME": -162.916881636791, "MAE": 178.47784872182598, "RSR": 1.0644491630327608 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Leaf.CoverGreen", "n": 177, "Slope": 0.83818096405110465, "Intercept": 0.1798294642142354, "SEslope": 0.035769199119231876, "SEintercept": 0.01289190284615296, "R2": 0.75832308367947521, "RMSE": 0.18339528824135309, "NSE": 0.43512011570690945, "ME": 0.13690610868837069, "MAE": 0.1451117990091878, "RSR": 0.74945878640351093 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Leaf.CoverTotal", "n": 562, "Slope": 0.88746127551555354, "Intercept": 0.15197531799344155, "SEslope": 0.020273852992763308, "SEintercept": 0.013912503437240846, "R2": 0.77384114077836608, "RMSE": 0.16717178327929177, "NSE": 0.67956058190358426, "ME": 0.082265111228712856, "MAE": 0.11859028404366261, "RSR": 0.56556983759380974 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Leaf.Dead.N", "n": 119, "Slope": 0.15819523947220168, "Intercept": 0.16618115450000406, "SEslope": 0.078307633172550614, "SEintercept": 0.020010798153586737, "R2": 0.033705612257784345, "RMSE": 0.22742215058027387, "NSE": -0.43945528744332485, "ME": 0.021914675219592516, "MAE": 0.15833192266944437, "RSR": 1.1947213166775057 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Leaf.Dead.Wt", "n": 261, "Slope": 0.8631301306983048, "Intercept": 35.1375029072983, "SEslope": 0.078942873403016992, "SEintercept": 4.1183757876241547, "R2": 0.31579894280219678, "RMSE": 59.591083909090123, "NSE": -1.2154452110884364, "ME": 30.559560368182655, "MAE": 40.693621593286352, "RSR": 1.4855830220019717 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Leaf.DeadCohortNo", "n": 229, "Slope": 0.42870771678903385, "Intercept": 0.78135469758972187, "SEslope": 0.041970796680494457, "SEintercept": 0.33524097671095227, "R2": 0.31489186599494834, "RMSE": 4.908754141603235, "NSE": -0.13518549216557996, "ME": -2.9462342628329092, "MAE": 2.9924254322652235, "RSR": 1.0631219827839107 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Leaf.ExpandedCohortNo", "n": 345, "Slope": 0.75273566021087912, "Intercept": 1.5020709212535897, "SEslope": 0.040799734863916914, "SEintercept": 0.39842685103155911, "R2": 0.49808666472559293, "RMSE": 3.3623592451416218, "NSE": 0.34054306841781978, "ME": -0.68478587773426258, "MAE": 1.1207194314270175, "RSR": 0.81089176972964483 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Leaf.LAI", "n": 685, "Slope": 0.80475992026646315, "Intercept": 1.2331308122099935, "SEslope": 0.01937655731943937, "SEintercept": 0.076738659538132317, "R2": 0.71635760844266216, "RMSE": 1.4036194826001129, "NSE": 0.63740928717675494, "ME": 0.60802304473861146, "MAE": 0.99764206075415274, "RSR": 0.60171536735858255 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Leaf.Live.N", "n": 311, "Slope": 0.81612684886171993, "Intercept": 1.2909890843474674, "SEslope": 0.042824545840855113, "SEintercept": 0.19401967043311749, "R2": 0.540306208545942, "RMSE": 2.2636049523389525, "NSE": 0.34793904489713579, "ME": 0.63654375544418484, "MAE": 1.4653114127951481, "RSR": 0.80620363189658284 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Leaf.Live.Wt", "n": 496, "Slope": 0.66897901000395432, "Intercept": 93.604576468405213, "SEslope": 0.024791045403937929, "SEintercept": 4.2743353040150609, "R2": 0.59580230835704917, "RMSE": 84.56391981872487, "NSE": 0.37885670911915792, "ME": 48.930204085931649, "MAE": 66.706380393467157, "RSR": 0.78733156030919083 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Leaf.SpecificArea", "n": 171, "Slope": 0.008215236721841046, "Intercept": 22824.382849871225, "SEslope": 0.0074397117914108768, "SEintercept": 105.70245719507577, "R2": 0.0071633969284212728, "RMSE": 16635.212867293441, "NSE": -1.6159725505381322, "ME": 13102.934076117177, "MAE": 13475.711554889163, "RSR": 1.6126606789548961 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Phenology.Zadok.Stage", "n": 1472, "Slope": 0.607869981040567, "Intercept": 13.873671008942463, "SEslope": 0.020932503790137273, "SEintercept": 1.236213153702481, "R2": 0.36454252347586535, "RMSE": 25.887554038591393, "NSE": 0.1483472451799831, "ME": -6.50518013124887, "MAE": 11.574317876827038, "RSR": 0.922536821147237 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Spike.N", "n": 86, "Slope": -0.074148334696651136, "Intercept": 3.9066843231307091, "SEslope": 0.027686676020780954, "SEintercept": 0.29984860916393147, "R2": 0.078667987646793724, "RMSE": 9.1038557755339866, "NSE": -0.78861216564032932, "ME": -5.1412340225330126, "MAE": 5.4484076103984629, "RSR": 1.3295917981699461 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Spike.Wt", "n": 216, "Slope": 0.33997267183989038, "Intercept": 63.136563067459107, "SEslope": 0.0616668904566943, "SEintercept": 13.892091859473922, "R2": 0.12436376686174455, "RMSE": 143.26458921016112, "NSE": -0.57366377003006574, "ME": -65.02909435889174, "MAE": 89.065368404990679, "RSR": 1.2515503544057907 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Stem.N", "n": 355, "Slope": 0.93097241725704161, "Intercept": 0.27309166968014376, "SEslope": 0.03585408472000854, "SEintercept": 0.16054951759886518, "R2": 0.65635129864245656, "RMSE": 1.7733619688538738, "NSE": 0.5413753632430871, "ME": 0.022357440616058752, "MAE": 1.2798655883746148, "RSR": 0.67626380678821063 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Stem.Wt", "n": 585, "Slope": 0.68506516453698241, "Intercept": 63.267462111460418, "SEslope": 0.023325719856250267, "SEintercept": 15.471620943640479, "R2": 0.59669849675430764, "RMSE": 264.95524966848978, "NSE": 0.49835097998645494, "ME": -109.23150394959593, "MAE": 174.86554749203316, "RSR": 0.707666235114559 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Phenology.HaunStage.Value()", "n": 482, "Slope": 0.95277098074250954, "Intercept": 0.76111857068478894, "SEslope": 0.021316418486132034, "SEintercept": 0.13895031612226766, "R2": 0.80627852631385166, "RMSE": 1.2610121942365204, "NSE": 0.74295165314699729, "ME": 0.47654979005200881, "MAE": 0.93800966385826356, "RSR": 0.506473149858491 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Structure.LeafTipsAppeared", "n": 460, "Slope": 0.70857471823980489, "Intercept": 2.3803932874669975, "SEslope": 0.034567611792314754, "SEintercept": 0.33889345055487363, "R2": 0.47846520692708172, "RMSE": 2.9534103183384031, "NSE": 0.36264895914710504, "ME": -0.2654602176029604, "MAE": 1.0592651290967705, "RSR": 0.79747444793667865 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Structure.TotalStemPopn", "n": 496, "Slope": 0.30921090974681031, "Intercept": 303.32675527088958, "SEslope": 0.02797837947839606, "SEintercept": 17.990222547608266, "R2": 0.19823657882870727, "RMSE": 247.48059426535951, "NSE": -0.071900678353688852, "ME": -109.02073508618419, "MAE": 173.86306188068593, "RSR": 1.034282160861514 } ], "AcceptedStatsName": "Name n Slope Intercept SEslope SEintercept R2 RMSE NSE ME MAE RSR", "POName": "DailyObsPred", "Name": "Tests", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PostSimulationTools.PredictedObserved, Models", "PredictedTableName": "HarvestReport", "ObservedTableName": "Observed", "FieldNameUsedForMatch": "Wheat.Phenology.CurrentStageName", "FieldName2UsedForMatch": null, "FieldName3UsedForMatch": null, "AllColumns": false, "Name": "HarvestObsPred", "Children": [ { "$type": "Models.Tests, Models", "AcceptedStats": [ { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.AboveGround.N", "n": 67, "Slope": 1.1280904534578085, "Intercept": -1.0027271918150635, "SEslope": 0.039167823494831583, "SEintercept": 0.52584776496514785, "R2": 0.927335657822588, "RMSE": 2.0915058853012147, "NSE": 0.87557644246450328, "ME": 0.5401479712750461, "MAE": 1.5960561069744441, "RSR": 0.35009497213267554 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.AboveGround.Wt", "n": 211, "Slope": 1.0191066175782881, "Intercept": 34.1750821181854, "SEslope": 0.0202866908326542, "SEintercept": 28.658827307677132, "R2": 0.923515464058752, "RMSE": 188.66331803370338, "NSE": 0.90442607459087621, "ME": 58.518397205770569, "MAE": 140.45335675240236, "RSR": 0.30841687440323923 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Grain.N", "n": 135, "Slope": 1.0763868671174144, "Intercept": -0.25774514935985238, "SEslope": 0.036283412925965076, "SEintercept": 0.353004429391418, "R2": 0.86871675028472872, "RMSE": 1.7988280527610041, "NSE": 0.80886492943498589, "ME": 0.41569859749198412, "MAE": 1.3671870264878498, "RSR": 0.43556773896547424 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Grain.Nconc", "n": 136, "Slope": 0.52547981588254988, "Intercept": 0.010927654439697567, "SEslope": 0.057816484659048567, "SEintercept": 0.001301156475655037, "R2": 0.38136367958926154, "RMSE": 0.0033264745332376696, "NSE": 0.31597030808537041, "ME": 0.00042053603883263345, "MAE": 0.0025100319620598903, "RSR": 0.82401460049383957 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Grain.Number", "n": 195, "Slope": 0.81915250231892034, "Intercept": 2260.06215470634, "SEslope": 0.021344821851280674, "SEintercept": 308.95913182334215, "R2": 0.8841399130991674, "RMSE": 2247.7059488648224, "NSE": 0.87920296179735991, "ME": -81.840904200392586, "MAE": 1634.7379625196004, "RSR": 0.34666636152337782 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Grain.Protein", "n": 114, "Slope": 0.42415733625769736, "Intercept": 7.8556126121807317, "SEslope": 0.056227204593661324, "SEintercept": 0.726491846043139, "R2": 0.33691078957209086, "RMSE": 2.1043602947792022, "NSE": 0.26391762044903322, "ME": 0.55064432249470585, "MAE": 1.5713328187532403, "RSR": 0.85418119656923475 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Grain.Wt", "n": 233, "Slope": 0.97871345864862158, "Intercept": 11.017045947672727, "SEslope": 0.029259136181202679, "SEintercept": 15.510351257463912, "R2": 0.82887518314822639, "RMSE": 103.64428726557769, "NSE": 0.80177419880384293, "ME": 0.87925156469407872, "MAE": 78.657617905811477, "RSR": 0.44426911515947803 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Leaf.CohortMaxSize(1)", "n": 10, "Slope": 0.027075886918992778, "Intercept": 255.56281275571379, "SEslope": 0.032796875452064306, "SEintercept": 7.4865303593877579, "R2": 0.07850601947641056, "RMSE": 51.270997831136427, "NSE": -0.92608024515210019, "ME": 36.401598312666209, "MAE": 40.520202522394413, "RSR": 1.3166139223921685 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Leaf.CohortMaxSize(10)", "n": 10, "Slope": 1.1191854214996504, "Intercept": -412.46583457388351, "SEslope": 0.2567331187989158, "SEintercept": 521.36185405591323, "R2": 0.70374532406473778, "RMSE": 224.55436595139258, "NSE": -0.30094783136050651, "ME": -171.56964179569798, "MAE": 207.903036923318, "RSR": 1.0820596324715452 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Leaf.CohortMaxSize(11)", "n": 10, "Slope": 0.82521175249343992, "Intercept": 365.90510116716428, "SEslope": 0.26673585609043493, "SEintercept": 598.08291484382039, "R2": 0.54471044856881479, "RMSE": 196.6005879477234, "NSE": 0.39155203207141565, "ME": -23.526346071262129, "MAE": 115.22363052973795, "RSR": 0.74000214265617226 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Leaf.CohortMaxSize(12)", "n": 10, "Slope": 0.84840372583753143, "Intercept": 253.80127308730653, "SEslope": 0.22389644023575739, "SEintercept": 493.95447582885083, "R2": 0.64219513490770974, "RMSE": 151.74471010249027, "NSE": 0.41674722207653259, "ME": -79.287299735521117, "MAE": 105.91729527579707, "RSR": 0.72451880591957074 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Leaf.CohortMaxSize(13)", "n": 10, "Slope": 1.0970819304884163, "Intercept": -403.52911735490716, "SEslope": 1.0178791656132331, "SEintercept": 2346.6902542313615, "R2": 0.12679749144136954, "RMSE": 703.8258146435337, "NSE": -7.8849100299798032, "ME": -180.88658480369202, "MAE": 351.070717467302, "RSR": 2.8277940213144634 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Leaf.CohortMaxSize(14)", "n": 10, "Slope": 1.3067646134053752, "Intercept": -642.35115095993342, "SEslope": 0.42933667261077962, "SEintercept": 1019.7106952076475, "R2": 0.5366080918602455, "RMSE": 603.244972679017, "NSE": -0.59098035937330584, "ME": 71.316442564900044, "MAE": 415.85401541188406, "RSR": 1.1966128544504171 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Leaf.CohortMaxSize(15)", "n": 9, "Slope": -0.26026988353576314, "Intercept": 2713.4137796653008, "SEslope": 0.15991555058598975, "SEintercept": 364.77961836921912, "R2": 0.27452910484477133, "RMSE": 585.945824876253, "NSE": -0.83073239251003184, "ME": -109.07649406304891, "MAE": 515.05641083284661, "RSR": 1.2756636242486259 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Leaf.CohortMaxSize(16)", "n": 3, "Slope": -0.64583884389869983, "Intercept": 2788.8389958366884, "SEslope": 7.9581728248307027, "SEintercept": 13511.079554282634, "R2": 0.0065429063857342928, "RMSE": 1245.819902266692, "NSE": -65.04283797039632, "ME": 6.0115538583766766, "MAE": 1116.2115538583766, "RSR": 6.63540192052681 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Leaf.CohortMaxSize(17)", "n": 2, "Slope": 3.1965020550581267, "Intercept": -3522.2732029068106, "SEslope": 0.0, "SEintercept": 0.0, "R2": 1.0000000000000013, "RMSE": 590.02460332352757, "NSE": -4.4352945738942671, "ME": -197.77119744252138, "MAE": 555.89170347221159, "RSR": 1.6485288250276773 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Leaf.CohortMaxSize(18)", "n": 1, "Slope": "NaN", "Intercept": "NaN", "SEslope": "NaN", "SEintercept": "NaN", "R2": "NaN", "RMSE": 985.26733171163983, "NSE": "NaN", "ME": 985.26733171163983, "MAE": 985.26733171163983, "RSR": "NaN" }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Leaf.CohortMaxSize(2)", "n": 10, "Slope": 0.063055475331106628, "Intercept": 275.19730072815867, "SEslope": 0.29263986635759426, "SEintercept": 121.58898622755962, "R2": 0.0057699959244482679, "RMSE": 139.08139514024697, "NSE": -3.0058456508034173, "ME": -108.6107051290509, "MAE": 115.38791478076369, "RSR": 1.8987525077595224 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Leaf.CohortMaxSize(3)", "n": 10, "Slope": 0.2892907236612946, "Intercept": 221.12518277576694, "SEslope": 0.27035359551627525, "SEintercept": 144.3179724402498, "R2": 0.12520483575976471, "RMSE": 181.92241089627029, "NSE": -2.6244006737635721, "ME": -152.13171895720163, "MAE": 163.33312620148664, "RSR": 1.8060898666420822 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Leaf.CohortMaxSize(4)", "n": 10, "Slope": 0.34558078853215118, "Intercept": 263.167047553843, "SEslope": 0.3451585110384236, "SEintercept": 223.34153217219369, "R2": 0.11135285848570331, "RMSE": 208.37937516391159, "NSE": -1.991756344898878, "ME": -152.88354635527793, "MAE": 173.86666545358372, "RSR": 1.6409085015347413 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Leaf.CohortMaxSize(5)", "n": 10, "Slope": 0.24925861568219287, "Intercept": 458.15397876723205, "SEslope": 0.27701916861649367, "SEintercept": 225.53012377665166, "R2": 0.091901708646957347, "RMSE": 229.9746524326425, "NSE": -0.86859209037429674, "ME": -139.85609034306057, "MAE": 146.90175369118339, "RSR": 1.2968164408800757 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Leaf.CohortMaxSize(6)", "n": 10, "Slope": 0.34590482974790016, "Intercept": 476.52695206283926, "SEslope": 0.19568680104359867, "SEintercept": 187.62374151170147, "R2": 0.28087104634032767, "RMSE": 242.41407936048321, "NSE": -0.036885632076948172, "ME": -130.97776644899628, "MAE": 145.47715621598869, "RSR": 0.96602125694482177 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Leaf.CohortMaxSize(7)", "n": 10, "Slope": 0.4419494879442229, "Intercept": 501.98709778203067, "SEslope": 0.14276554996798474, "SEintercept": 157.1844192550256, "R2": 0.54501332222822074, "RMSE": 176.9862130002312, "NSE": 0.29610584411612362, "ME": -101.04138209919303, "MAE": 122.71397547632745, "RSR": 0.79593011018272763 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Leaf.CohortMaxSize(8)", "n": 10, "Slope": 0.58976566718025847, "Intercept": 515.86001138698134, "SEslope": 0.17919447477969661, "SEintercept": 229.58176881946935, "R2": 0.5751917788913965, "RMSE": 169.29126903849956, "NSE": 0.57480195906197662, "ME": 1.177051226839035, "MAE": 117.59179570192899, "RSR": 0.618609923008208 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Leaf.CohortMaxSize(9)", "n": 10, "Slope": 0.79306769404587074, "Intercept": 300.51478776975046, "SEslope": 0.32797687707123041, "SEintercept": 507.56236648787728, "R2": 0.42225807454692488, "RMSE": 241.91578146320091, "NSE": 0.092961643356335721, "ME": -15.381205732346054, "MAE": 161.582207778016, "RSR": 0.9035123247522957 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Phenology.FlagLeafDAS.Value()", "n": 255, "Slope": 0.97414571151550489, "Intercept": 6.2947928544280671, "SEslope": 0.0097967291618417749, "SEintercept": 1.3598113060960262, "R2": 0.97505049206735461, "RMSE": 8.0320436683446932, "NSE": 0.97124521768098271, "ME": 2.9215686274509802, "MAE": 5.8705882352941172, "RSR": 0.16923952985867657 }, { "$type": "APSIM.Shared.Utilities.MathUtilities+RegrStats, APSIM.Shared", "Name": "Wheat.Phenology.FloweringDAS.Value()", "n": 299, "Slope": 0.94364419552157641, "Intercept": 8.35637822716484, "SEslope": 0.0070576288945404736, "SEintercept": 1.1021686231402996, "R2": 0.98365813092529586, "RMSE": 6.9878059101642975, "NSE": 0.9820290821929446, "ME": 0.060200668896321072, "MAE": 4.936454849498328, "RSR": 0.13383129082175954 } ], "AcceptedStatsName": "Name n Slope Intercept SEslope SEintercept R2 RMSE NSE ME MAE RSR", "POName": "HarvestObsPred", "Name": "Tests", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Validation", "Children": [ { "$type": "Models.Memo, Models", "Text": "A test dataset has been developed to test the APSIM Wheat model for a range of environmental (soil and climate) conditions, management options (sowing dates, populations, nitrogen rates, row spacing, irrigation), genetic backgrounds (different regions, cultivar types) and for special considerations such as crop damage. These tests have been grouped into various geographical regions to allow the user to evaluate the suitability of the model for their particular region of interest. Graphs of model performance are provided for yield, biomass production, canopy development, phenological development, water and nitrogen uptake, and grain yield components.\r\n", "Name": "Memo", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Map, Models", "Zoom": 360.0, "Center": { "$type": "Models.Map+Coordinate, Models", "Latitude": 0.0, "Longitude": 0.0 }, "Name": "Map", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Combined Results", "Children": [ { "$type": "Models.Memo, Models", "Text": "\r\nSimulation results for the combined datasets from the various countries are shown in the following graphs. The model is able to adequately capture the influence of growing conditions (soil, climate) and management (population, Nitrogen, irrigation, sowing date).\r\n", "Name": "Combined Results", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Harvest Biomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.AboveGround.Wt", "YFieldName": "Predicted.Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Leaf Area Index", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "DailyObsPred", "XFieldName": "Observed.Wheat.Leaf.LAI", "YFieldName": "Predicted.Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Grain Number", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.Number", "YFieldName": "Predicted.Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Yield", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Yield", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Harvest Yield", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.Wt", "YFieldName": "Predicted.Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Harvest Biomass N", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.AboveGround.N", "YFieldName": "Predicted.Wheat.AboveGround.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Harvest Grain N", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.N", "YFieldName": "Predicted.Wheat.Grain.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 2, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Grain Nitrogen Concentration", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.Nconc", "YFieldName": "Predicted.Wheat.Grain.Nconc", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": false, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": false, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Haun Stage", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "DailyObsPred", "XFieldName": "Observed.Wheat.Phenology.HaunStage", "YFieldName": "Predicted.Wheat.Phenology.HaunStage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Predicted.Wheat.SowingData.Cultivar]='Hartog'", "Name": "Predicted", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Leaf Number", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "DailyObsPred", "XFieldName": "Observed.Wheat.Structure.LeafTipsAppeared", "YFieldName": "Predicted.Wheat.Structure.LeafTipsAppeared", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Flag Leaf Date", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.FlagLeafDAS", "YFieldName": "Predicted.Wheat.Phenology.FlagLeafDAS", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Flowering Date", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.FloweringDAS", "YFieldName": "Predicted.Wheat.Phenology.FloweringDAS", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Maximum Leaf Size", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "LeafSizeObsPred", "XFieldName": "Observed.MaxLeafSize.Script.MaxLeafSize", "YFieldName": "Predicted.MaxLeafSize.Script.MaxLeafSize", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": false, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": false, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "DailyBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "DailyObsPred", "XFieldName": "Observed.Wheat.AboveGround.Wt", "YFieldName": "Predicted.Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 5, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FLN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.FinalLeafNumber", "YFieldName": "Predicted.Wheat.Phenology.FinalLeafNumber", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": true, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "SE Queensland", "Children": [ { "$type": "Models.Memo, Models", "Text": "South-eastern Queensland has a warm subtropical environment. Daytime temperatures are moderate due to the relatively low latitudes for wheat growing in Australia, but inland continental conditions can provide cool nights with occaisional frosts. Many of the datasets used here have been published as part of previous APSIM Wheat model tests. Further datasets have been added to provide information on phenological development of modern cultivars.", "Name": "Memo", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "APS26", "Children": [ { "$type": "Models.Memo, Models", "Text": "This trial was conducted at Gatton in 1995 using the local variety, Hartog. It consisted of 4 Nitrogen rates (0,40,80,160) with two irrigation rates (minimal amount for establishment, fully irrigated). Yields ranged from 1.4 t/ha to 5.4 t/ha.", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[ApplyFertiliser].Script.Amount=0,40,80,160", "Name": "NRate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[IrrigationSchedule]", "Name": "Water", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1995-05-31", "Action": "[Irrigation].Apply(amount:31);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1995-06-01", "Action": "[Irrigation].Apply(amount:13);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1995-06-02", "Action": "[Irrigation].Apply(amount:26);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1995-06-05", "Action": "[Irrigation].Apply(amount:26);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1995-06-06", "Action": "[Irrigation].Apply(amount:26);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1995-06-07", "Action": "[Irrigation].Apply(amount:26);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1995-06-08", "Action": "[Irrigation].Apply(amount:26);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1995-06-15", "Action": "[Wheat].Sow(population:120, cultivar:\"Hartog\", depth:40, rowSpacing:250);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1995-07-05", "Action": "[Irrigation].Apply(amount:26);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1995-07-21", "Action": "[Irrigation].Apply(amount:14);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1995-08-01", "Action": "[Irrigation].Apply(amount:28);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1995-08-11", "Action": "[Irrigation].Apply(amount:30);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1995-08-25", "Action": "[Irrigation].Apply(amount:15);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1995-08-31", "Action": "[Irrigation].Apply(amount:14);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1995-09-04", "Action": "[Irrigation].Apply(amount:15);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1995-09-15", "Action": "[Irrigation].Apply(amount:25);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1995-09-22", "Action": "[Irrigation].Apply(amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1995-10-02", "Action": "[Irrigation].Apply(amount:11);", "Enabled": true } ], "Name": "Wet", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1995-06-15", "Action": "[Wheat].Sow(population:120, cultivar:\"Hartog\", depth:40, rowSpacing:250);", "Enabled": true } ], "Name": "Dry", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "APS26NRate160WaterWet", "Children": [ { "$type": "Models.Clock, Models", "Start": "1995-06-13T00:00:00", "End": "1995-10-31T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "APS26Silo.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "APS26Soil", "LocalName": "APS26Site", "Site": "APS26Site", "NearestTown": "Unknown", "Region": "Lawes", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "APS26Field", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180", "180-210", "210-240" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.38, 1.38, 1.38, 1.38, 1.46, 1.51, 1.49, 1.47, 1.47 ], "AirDry": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "LL15": [ 0.2, 0.2, 0.2, 0.2, 0.21, 0.19, 0.14, 0.14, 0.19 ], "DUL": [ 0.38, 0.38, 0.38, 0.38, 0.38, 0.4, 0.38, 0.38, 0.33 ], "SAT": [ 0.44, 0.44, 0.44, 0.44, 0.43, 0.42, 0.43, 0.43, 0.43 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.24, 0.24, 0.22, 0.24, 0.23, 0.23, 0.18, 0.18, 0.18 ], "KL": [ 0.06, 0.045, 0.045, 0.04, 0.04, 0.06, 0.06, 0.06, 0.06 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 3.5, "WinterDate": "1-Apr", "WinterU": 6.0, "WinterCona": 3.5, "DiffusConst": 10.0, "DiffusSlope": 16.0, "Salb": 0.13, "CN2Bare": 78.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 150.0, 150.0, 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-45", "45-60", "60-90", "90-120", "120-150", "150-180", "180-210", "210-240" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 2.2, 1.6, 1.35, 0.95, 1.0, 0.8, 0.45, 0.45, 0.45, 0.45 ], "SoilCNRatio": [ 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5 ], "FBiom": [ 0.024, 0.024, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.45, 0.6, 0.7, 0.85, 0.9, 0.95, 0.95, 0.95, 0.95, 0.95 ], "FOM": [ 118.86637544625975, 98.543686417513115, 81.695585452956777, 67.7280191672963, 46.548741447432221, 31.992450938033123, 21.988068531956351, 15.112163763334749, 10.386428133873403, 7.1384807013441156 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-45", "45-60", "60-90", "90-120", "120-150", "150-180", "180-210", "210-240" ], "Thickness": [ 150.0, 150.0, 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.5, 1.8, 1.5, 1.5, 0.4, 0.2, 0.4, 0.3, 0.3, 0.3 ], "NH4N": [ 0.5, 0.8, 0.5, 0.5, 0.42, 0.42, 0.37, 0.25, 0.3, 0.3 ], "PH": [ 7.5, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-45", "45-60", "60-90", "90-120", "120-150", "150-180", "180-210", "210-240" ], "Thickness": [ 150.0, 150.0, 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ 0.327449243, 0.342949562, 0.334037891, 0.334037891, 0.330344105, 0.310632221, 0.306040323, 0.269446539, 0.269, 0.269 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial Water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n [Description(\"Day of year fertiliser is to be applied\")]\r\n public int FertDayOfYear { get; set; }\r\n\r\n [Description(\"Amount of fertiliser to be applied\")]\r\n public double Amount { get; set; }\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Clock.Today.DayOfYear == FertDayOfYear)\r\n {\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "FertDayOfYear", "Value": "186" }, { "Key": "Amount", "Value": "160" } ], "Name": "ApplyFertiliser", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1995-05-31", "Action": "[Irrigation].Apply(amount:31);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1995-06-01", "Action": "[Irrigation].Apply(amount:13);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1995-06-02", "Action": "[Irrigation].Apply(amount:26);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1995-06-05", "Action": "[Irrigation].Apply(amount:26);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1995-06-06", "Action": "[Irrigation].Apply(amount:26);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1995-06-07", "Action": "[Irrigation].Apply(amount:26);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1995-06-08", "Action": "[Irrigation].Apply(amount:26);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1995-06-15", "Action": "[Wheat].Sow(population:120, cultivar:\"Hartog\", depth:40, rowSpacing:250);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1995-07-05", "Action": "[Irrigation].Apply(amount:26);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1995-07-21", "Action": "[Irrigation].Apply(amount:14);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1995-08-01", "Action": "[Irrigation].Apply(amount:28);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1995-08-11", "Action": "[Irrigation].Apply(amount:30);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1995-08-25", "Action": "[Irrigation].Apply(amount:15);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1995-08-31", "Action": "[Irrigation].Apply(amount:14);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1995-09-04", "Action": "[Irrigation].Apply(amount:15);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1995-09-15", "Action": "[Irrigation].Apply(amount:25);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1995-09-22", "Action": "[Irrigation].Apply(amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1995-10-02", "Action": "[Irrigation].Apply(amount:11);", "Enabled": true } ], "Name": "IrrigationSchedule", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "Wheat", "InitialResidueMass": 0.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 80.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Phen;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\nusing Models;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing System.Text;\r\nusing System.Collections.Generic;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Soils.Nutrients;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (phenology.CurrentPhase.Name == \"Ripening\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": null, "Name": "Harvesting", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Crop", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Biomass", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Biomass", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Leaf Area Index", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": "Water", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "BiomassWt", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": "Water", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "BiomassN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": "Water", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "GrainWt", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": "Water", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "GrainNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": "Water", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LeafWt", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": "Water", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LeafN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": "Water", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "StemWt", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": "Water", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "StemN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": "Water", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "EarWt", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Ear.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": "Water", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Ear.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "DeadLeafWt", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Dead.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": "Water", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Dead.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "SoilWater", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Biomass", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Biomass", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 2, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "TotalSoilWater", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "ProfileWater180cm", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": "Water", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "ProfileWater", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Biomass", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Biomass", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 2, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SoilWater 15cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(1)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": "Water", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(1)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Biomass", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Biomass", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 2, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SoilWater 30cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(2)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": "Water", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(2)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Biomass", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Biomass", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 2, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SoilWater 60cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(3)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": "Water", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(3)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Biomass", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Biomass", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 2, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SoilWater 90cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(4)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": "Water", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(4)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Biomass", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Biomass", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 2, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SoilWater 120cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(5)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": "Water", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(5)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Biomass", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Biomass", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 2, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SoilWater 150cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(6)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": "Water", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(6)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Biomass", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Biomass", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 2, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SoilWater 180cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(7)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": "Water", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(7)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FW photo", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Fw", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "StemNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Leaf Fn", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Fn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FloweringDate", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.FloweringDAS", "YFieldName": "Predicted.Wheat.Phenology.FloweringDAS", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "WaterPotential", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Root.WaterTensionFactor", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "C Supply and Demand", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Arbitrator.DM.TotalFixationSupply", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Arbitrator.DM.TotalPlantDemand", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "ET", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Transpiration", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 0, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "ETestimate", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "RootDepth", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Root.Depth", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Height", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.Height", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "RootLengthDensity", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Root.LengthDensity(1)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Root.LengthDensity(2)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 1, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Root.LengthDensity(3)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted11", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "APS6", "Children": [ { "$type": "Models.Memo, Models", "Text": "NOTE: High N treatment logdged. Final grain sizes were less than expected.\r\n", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[ApplyFertiliser]", "Name": "NRate", "Children": [ { "$type": "Models.Operations, Models", "Operation": null, "Name": "0", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1992-06-16", "Action": "[Fertiliser].Apply(Amount: 40, Type: Fertiliser.Types.NO3N);", "Enabled": true } ], "Name": "40", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1992-06-16", "Action": "[Fertiliser].Apply(Amount: 80, Type: Fertiliser.Types.NO3N);", "Enabled": true } ], "Name": "80", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1992-06-16", "Action": "[Fertiliser].Apply(Amount: 60, Type: Fertiliser.Types.NO3N);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1992-08-05", "Action": "[Fertiliser].Apply(Amount: 60, Type: Fertiliser.Types.NO3N);", "Enabled": true } ], "Name": "120", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1992-06-16", "Action": "[Fertiliser].Apply(Amount: 40, Type: Fertiliser.Types.NO3N);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1992-08-05", "Action": "[Fertiliser].Apply(Amount: 120, Type: Fertiliser.Types.NO3N);", "Enabled": true } ], "Name": "160", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1992-06-16", "Action": "[Fertiliser].Apply(Amount: 120, Type: Fertiliser.Types.NO3N);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1992-08-05", "Action": "[Fertiliser].Apply(Amount: 120, Type: Fertiliser.Types.NO3N);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1992-09-08", "Action": "[Fertiliser].Apply(Amount: 120, Type: Fertiliser.Types.NO3N);", "Enabled": true } ], "Name": "360", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "APS6Base", "Children": [ { "$type": "Models.Clock, Models", "Start": "1992-06-14T00:00:00", "End": "1992-11-17T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "APS6.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "APS6Soil", "LocalName": "APS6Site", "Site": "APS6Site", "NearestTown": "Unknown", "Region": "Lawes", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "APS6Field", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.38, 1.34, 1.35, 1.5, 1.49, 1.46, 1.46 ], "AirDry": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "LL15": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.2, 0.2 ], "DUL": [ 0.38, 0.38, 0.4, 0.4, 0.39, 0.38, 0.38 ], "SAT": [ 0.43, 0.43, 0.43, 0.43, 0.42, 0.4, 0.4 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.25, 0.28 ], "KL": [ 0.06, 0.05, 0.05, 0.04, 0.04, 0.06, 0.06 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 3.5, "WinterDate": "1-Apr", "WinterU": 6.0, "WinterCona": 3.5, "DiffusConst": 88.0, "DiffusSlope": 35.4, "Salb": 0.13, "CN2Bare": 60.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 60.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 2.2, 1.6, 1.15, 1.0, 0.8, 0.45, 0.45 ], "SoilCNRatio": [ 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5 ], "FBiom": [ 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.45, 0.6, 0.78, 0.9, 0.99, 0.99, 0.99 ], "FOM": [ 694.25806462551282, 540.68872438398739, 327.94428869980209, 198.90826577408126, 120.64396166224935, 73.174261657349746, 44.3824331970172 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.3, 0.6, 0.25, 0.2, 0.1, 0.1, 0.1 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5 ], "PH": [ 7.5, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ 0.326, 0.326, 0.346, 0.333, 0.315, 0.326, 0.326 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial Water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1992-06-16", "Action": "[Fertiliser].Apply(Amount: 0, Type: Fertiliser.Types.NO3N);", "Enabled": true } ], "Name": "ApplyFertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1992-06-17", "Action": "[Wheat].Sow(population:121.61, cultivar:\"Hartog\", depth:30, rowSpacing:250);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1992-06-24", "Action": "[Irrigation].Apply(amount:10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1992-06-26", "Action": "[Irrigation].Apply(amount:10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1992-07-28", "Action": "[Irrigation].Apply(amount:30);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1992-08-05", "Action": "[Irrigation].Apply(amount:30);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1992-08-19", "Action": "[Irrigation].Apply(amount:40);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1992-08-26", "Action": "[Irrigation].Apply(amount:40);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1992-09-09", "Action": "[Irrigation].Apply(amount:40);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1992-09-21", "Action": "[Irrigation].Apply(amount:40);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1992-10-01", "Action": "[Irrigation].Apply(amount:50);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1992-10-07", "Action": "[Irrigation].Apply(amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1992-10-08", "Action": "[Irrigation].Apply(amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1992-10-09", "Action": "[Irrigation].Apply(amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1992-10-13", "Action": "[Irrigation].Apply(amount:20);", "Enabled": true } ], "Name": "IrrigationSchedule", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Phen;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\nusing Models;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing System.Text;\r\nusing System.Collections.Generic;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Soils.Nutrients;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (phenology.CurrentPhase.Name == \"ReadyForHarvesting\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": null, "Name": "Harvesting", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Leaf].CohortSize", "[Wheat].Arbitrator.DM.Allocated", "[Wheat].Arbitrator.DM.TotalPlantDemand", "[Wheat].Arbitrator.DM.NutrientLimitation", "[Wheat].Arbitrator.DM.SinkLimitation", "[Wheat].Arbitrator.DM.TotalFixationSupply", "[Wheat].Arbitrator.FN", "[Wheat].Arbitrator.N.TotalPlantDemand", "[Wheat].Leaf.CohortMaxSize", "[Wheat].Leaf.CohortParameters.GrowthDuration", "[Wheat].Leaf.CohortParameters.LagDuration", "[Wheat].Leaf.CohortParameters.MaxArea", "[Wheat].Leaf.CohortParameters.SenescenceDuration", "[Wheat].Leaf.CohortParameters.SpecificLeafAreaMax", "[Wheat].Leaf.CohortParameters.SpecificLeafAreaMin", "[Wheat].Leaf.Photosynthesis.FT", "[Wheat].Leaf.Photosynthesis.FVPD", "[Wheat].Leaf.Photosynthesis.RueAct", "[Wheat].Structure.MeanTillerGrowthRate" ], "EventNames": [ "[Clock].DoReport" ], "GroupByVariableName": null, "Name": "SupReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Canopy", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Leaf Area Index", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "TillerNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "PredictedTLNo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "ObservedTLNo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "SpecificLeafArea", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.SpecificArea", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "PredictedTLNo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.SpecificArea", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "ObservedTLNo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Biomass", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LeafWt", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "StemPlusSpikeWt", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.StemPlusSpike.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "GrainWt", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "BiomassWt", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "DeadLeafWt", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Dead.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Dead.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "GrainNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Nitrogen", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LeafN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "StemPlusSpikeN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.StemPlusSpike.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "GrainN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "BiomassN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 2, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "DeadLeafN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Dead.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Dead.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "NitrogenConcentration", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 2, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LeafN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.NConc", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Nconc", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 2, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "DeadLeafN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Dead.NConc", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Dead.Nconc", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "StemPlusSpikeN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.NConc", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Nconc", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "GrainN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.NConc", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Nconc", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 2, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "NStress", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16744448, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Fn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "APS14", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[OMSchedule]", "Name": "Stubble", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1993-06-03", "Action": "[SurfaceOrganicMatter].Incorporate(fraction: 1.0, depth:100);", "Enabled": true } ], "Name": "Bare", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1993-06-03", "Action": "[SurfaceOrganicMatter].Add(mass: 3560, N: 108.8, P:0.0, type: \"lucerne\", name: \"\");", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-06-03", "Action": "[SurfaceOrganicMatter].Incorporate(fraction: 1.0, depth:100);", "Enabled": true } ], "Name": "Lucerne", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1993-06-03", "Action": "[SurfaceOrganicMatter].Add(mass: 3584, N: 28.8, P:0.0, type: \"barley\", name: \"\");", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-06-03", "Action": "[SurfaceOrganicMatter].Incorporate(fraction: 1.0, depth:100);", "Enabled": true } ], "Name": "Straw", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[FertiliserSchedule]", "Name": "NRate", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1993-06-18", "Action": "[Fertiliser].Apply(Amount: 0, Type: Fertiliser.Types.NO3N);", "Enabled": true } ], "Name": "000", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1993-06-18", "Action": "[Fertiliser].Apply(Amount: 40, Type: Fertiliser.Types.NO3N);", "Enabled": true } ], "Name": "040", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1993-06-18", "Action": "[Fertiliser].Apply(Amount: 80, Type: Fertiliser.Types.NO3N);", "Enabled": true } ], "Name": "080", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1993-06-18", "Action": "[Fertiliser].Apply(Amount: 120, Type: Fertiliser.Types.NO3N);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-08-18", "Action": "[Fertiliser].Apply(Amount: 80, Type: Fertiliser.Types.NO3N);", "Enabled": true } ], "Name": "200", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "APS14StubbleBareNRate0", "Children": [ { "$type": "Models.Clock, Models", "Start": "1993-06-02T00:00:00", "End": "1993-11-26T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "APS14.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "Clay Loam", "LocalName": "Gatton", "Site": "Gatton", "NearestTown": "Gatton", "Region": "Lockyer Valley", "State": "Qld", "Country": "Australia", "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "APS14Field", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-45", "45-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 150.0, 150.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.38, 1.34, 1.31, 1.4, 1.5, 1.49, 1.46, 1.46 ], "AirDry": [ 0.1, 0.2, 0.24, 0.19, 0.18, 0.14, 0.2, 0.2 ], "LL15": [ 0.2, 0.2, 0.24, 0.19, 0.18, 0.14, 0.2, 0.2 ], "DUL": [ 0.38, 0.38, 0.4, 0.41, 0.4, 0.39, 0.38, 0.38 ], "SAT": [ 0.43, 0.43, 0.45, 0.45, 0.43, 0.43, 0.4, 0.4 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.2, 0.2, 0.24, 0.19, 0.18, 0.14, 0.25, 0.28 ], "KL": [ 0.06, 0.06, 0.06, 0.05, 0.04, 0.03, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 3.5, "WinterDate": "1-Apr", "WinterU": 6.0, "WinterCona": 3.5, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.13, "CN2Bare": 60.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 150.0, 150.0, 150.0, 150.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-45", "45-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 150.0, 150.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 2.2, 1.6, 1.35, 0.95, 1.0, 0.8, 0.45, 0.45 ], "SoilCNRatio": [ 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5 ], "FBiom": [ 0.02, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.7, 0.8, 0.9, 0.9, 0.9, 0.9 ], "FOM": [ 430.13172259535355, 334.98692238111363, 260.88807746909123, 203.17983902692157, 123.23480180530539, 74.745685638527519, 45.335550021009205, 27.497401062677806 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-45", "45-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 150.0, 150.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 2.0, 0.5, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ], "NH4N": [ 0.3, 0.3, 0.2, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 7.5, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-45", "45-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 150.0, 150.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ 0.336, 0.336, 0.302, 0.302, 0.319, 0.345, 0.294, 0.264 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial Water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "Wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 120.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1993-06-04", "Action": "[Irrigation].Apply(amount:14);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-06-18", "Action": "[Irrigation].Apply(amount:26);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-06-23", "Action": "[Irrigation].Apply(amount:13);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-07-09", "Action": "[Irrigation].Apply(amount:25);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-07-22", "Action": "[Irrigation].Apply(amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-08-06", "Action": "[Irrigation].Apply(amount:31);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-08-18", "Action": "[Irrigation].Apply(amount:36);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-08-27", "Action": "[Irrigation].Apply(amount:38);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-09-06", "Action": "[Irrigation].Apply(amount:33);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-09-24", "Action": "[Irrigation].Apply(amount:35);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-10-01", "Action": "[Irrigation].Apply(amount:36);", "Enabled": true } ], "Name": "IrrigationSchedule", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1993-06-18", "Action": "[Fertiliser].Apply(Amount: 0, Type: Fertiliser.Types.NO3N);", "Enabled": true } ], "Name": "FertiliserSchedule", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1993-06-03", "Action": "[SurfaceOrganicMatter].Add(mass: 0, N: 0, P:0.0, type: \"wheat\", name: \"\");", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-06-03", "Action": "[SurfaceOrganicMatter].Incorporate(fraction: 1.0, depth:100);", "Enabled": true } ], "Name": "OMSchedule", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1993-06-29", "Action": "[Wheat].Sow(population:114, cultivar:\"Hartog\", depth:30, rowSpacing:250);", "Enabled": true } ], "Name": "SowingSchedule", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Phen;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\nusing Models;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing System.Text;\r\nusing System.Collections.Generic;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Soils.Nutrients;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (phenology.CurrentPhase.Name == \"Ripening\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": null, "Name": "Harvesting", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Yield", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Yield", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Yield", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": "Stubble", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.Wt", "YFieldName": "Predicted.Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Biomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": "Stubble", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.AboveGround.Wt", "YFieldName": "Predicted.Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "BiomassN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": "Stubble", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.AboveGround.N", "YFieldName": "Predicted.Wheat.AboveGround.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "APS2", "Children": [ { "$type": "Models.Memo, Models", "Text": "This simple experiment was conducted to investigate the impact of time of sowing on canopy development and growth of wheat. Wheat (cv. Hartog) was sown at Gatton on 30th of May and 30th of July in 1991. Data were collected on canopy development, biomass accumulation and yield.", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "TOS", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1991-05-29", "Action": " [Wheat].Sow(population: 60, cultivar: \"Hartog\", depth: 30, rowSpacing: 250);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-05-29", "Action": " [Wheat].SetEmergenceDate(\"1-Jun\");", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-05-29", "Action": " [Fertiliser].Apply(Amount: 40, Type: Fertiliser.Types.UreaN);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-06-18", "Action": " [Fertiliser].Apply(Amount: 60, Type: Fertiliser.Types.UreaN);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-08-20", "Action": " [Fertiliser].Apply(Amount: 60, Type: Fertiliser.Types.UreaN);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-05-31", "Action": " [Irrigation].Apply(amount:20, depth:0,efficiency:1, willRunoff:false);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-06-03", "Action": " [Irrigation].Apply(amount:20, depth:0,efficiency:1, willRunoff:false);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-06-17", "Action": " [Irrigation].Apply(amount:40, depth:0,efficiency:1, willRunoff:false);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-07-07", "Action": " [Irrigation].Apply(amount:40, depth:0,efficiency:1, willRunoff:false);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-07-31", "Action": " [Irrigation].Apply(amount:40, depth:0,efficiency:1, willRunoff:false);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-08-20", "Action": " [Irrigation].Apply(amount:40, depth:0,efficiency:1, willRunoff:false);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-08-30", "Action": " [Irrigation].Apply(amount:40, depth:0,efficiency:1, willRunoff:false);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-09-09", "Action": " [Irrigation].Apply(amount:40, depth:0,efficiency:1, willRunoff:false);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-09-19", "Action": " [Irrigation].Apply(amount:40, depth:0,efficiency:1, willRunoff:false);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-09-29", "Action": " [Irrigation].Apply(amount:50, depth:0,efficiency:1, willRunoff:false);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-10-09", "Action": " [Irrigation].Apply(amount:50, depth:0,efficiency:1, willRunoff:false);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-10-19", "Action": " [Irrigation].Apply(amount:50, depth:0,efficiency:1, willRunoff:false);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-10-29", "Action": " [Irrigation].Apply(amount:50, depth:0,efficiency:1, willRunoff:false);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-11-08", "Action": " [Irrigation].Apply(amount:50, depth:0,efficiency:1, willRunoff:false);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-10-19", "Action": " [Wheat].Harvest();", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-10-19", "Action": " [Wheat].EndCrop();", "Enabled": true } ], "Name": "1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1991-05-29", "Action": " [Fertiliser].Apply(Amount: 40, Type: Fertiliser.Types.UreaN);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-07-30", "Action": " [Wheat].Sow(population: 60, cultivar: \"Hartog\", depth: 30, rowSpacing: 250);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-07-30", "Action": " [Wheat].SetEmergenceDate(\"1-Aug\");", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-08-20", "Action": " [Fertiliser].Apply(Amount: 40, Type: Fertiliser.Types.UreaN);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-09-02", "Action": " [Fertiliser].Apply(Amount: 20, Type: Fertiliser.Types.UreaN);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-05-31", "Action": " [Irrigation].Apply(amount:20, depth:0,efficiency:1, willRunoff:false);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-06-03", "Action": " [Irrigation].Apply(amount:20, depth:0,efficiency:1, willRunoff:false);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-06-17", "Action": " [Irrigation].Apply(amount:40, depth:0,efficiency:1, willRunoff:false);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-07-07", "Action": " [Irrigation].Apply(amount:40, depth:0,efficiency:1, willRunoff:false);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-07-31", "Action": " [Irrigation].Apply(amount:40, depth:0,efficiency:1, willRunoff:false);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-08-20", "Action": " [Irrigation].Apply(amount:40, depth:0,efficiency:1, willRunoff:false);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-08-30", "Action": " [Irrigation].Apply(amount:40, depth:0,efficiency:1, willRunoff:false);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-09-09", "Action": " [Irrigation].Apply(amount:40, depth:0,efficiency:1, willRunoff:false);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-09-19", "Action": " [Irrigation].Apply(amount:40, depth:0,efficiency:1, willRunoff:false);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-09-29", "Action": " [Irrigation].Apply(amount:50, depth:0,efficiency:1, willRunoff:false);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-10-09", "Action": " [Irrigation].Apply(amount:50, depth:0,efficiency:1, willRunoff:false);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-10-19", "Action": " [Irrigation].Apply(amount:50, depth:0,efficiency:1, willRunoff:false);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-10-29", "Action": " [Irrigation].Apply(amount:50, depth:0,efficiency:1, willRunoff:false);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-11-08", "Action": " [Irrigation].Apply(amount:50, depth:0,efficiency:1, willRunoff:false);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-11-13", "Action": " [Wheat].Harvest();", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-11-13", "Action": " [Wheat].EndCrop();", "Enabled": true } ], "Name": "2", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "APS2Base", "Children": [ { "$type": "Models.Clock, Models", "Start": "1991-05-29T00:00:00", "End": "1991-12-30T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "aps02.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "APS6Soil", "LocalName": "APS6Site", "Site": "APS6Site", "NearestTown": "Unknown", "Region": "Lawes", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "APS6Field", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.38, 1.34, 1.35, 1.5, 1.49, 1.46, 1.46 ], "AirDry": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "LL15": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.2, 0.2 ], "DUL": [ 0.38, 0.38, 0.4, 0.4, 0.39, 0.38, 0.38 ], "SAT": [ 0.43, 0.43, 0.43, 0.43, 0.42, 0.4, 0.4 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.2, 0.2 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 3.5, "WinterDate": "1-Apr", "WinterU": 6.0, "WinterCona": 3.5, "DiffusConst": 88.0, "DiffusSlope": 35.4, "Salb": 0.13, "CN2Bare": 60.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 20.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 2.2, 1.6, 1.15, 1.0, 0.8, 0.45, 0.45 ], "SoilCNRatio": [ 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5 ], "FBiom": [ 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.45, 0.6, 0.78, 0.9, 0.99, 0.99, 0.99 ], "FOM": [ 173.5645161563782, 135.17218109599685, 81.986072174950522, 49.727066443520314, 30.160990415562338, 18.293565414337436, 11.0956082992543 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 14.3, 5.9, 1.35, 1.0, 0.2, 0.1, 0.1 ], "NH4N": [ 1.5, 1.5, 1.0, 1.0, 0.5, 0.5, 0.5 ], "PH": [ 7.5, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ 0.2, 0.28, 0.29, 0.34, 0.32, 0.32, 0.32 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial Water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": null, "Name": "Sowing", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Interfaces;\r\nusing Models.Core;\r\nusing System.Xml.Serialization;\r\nusing System.Collections.Generic;\r\nusing System;\r\n\r\n\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n \r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "MaxLeafSize", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "MaxLeafSizeReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Leaf].CohortSize", "[Wheat].Arbitrator.DM.Allocated", "[Wheat].Arbitrator.DM.TotalPlantDemand", "[Wheat].Arbitrator.DM.NutrientLimitation", "[Wheat].Arbitrator.DM.SinkLimitation", "[Wheat].Arbitrator.DM.TotalFixationSupply", "[Wheat].Arbitrator.FN", "[Wheat].Arbitrator.N.TotalPlantDemand", "[Wheat].Leaf.CohortMaxSize", "[Wheat].Leaf.CohortParameters.GrowthDuration", "[Wheat].Leaf.CohortParameters.LagDuration", "[Wheat].Leaf.CohortParameters.MaxArea", "[Wheat].Leaf.CohortParameters.SenescenceDuration", "[Wheat].Leaf.CohortParameters.SpecificLeafAreaMax", "[Wheat].Leaf.CohortParameters.SpecificLeafAreaMin", "[Wheat].Leaf.Photosynthesis.FT", "[Wheat].Leaf.Photosynthesis.FVPD", "[Wheat].Leaf.Photosynthesis.RueAct", "[Wheat].Leaf.NextExpandingLeafProportion" ], "EventNames": [ "[Clock].DoReport" ], "GroupByVariableName": null, "Name": "SupReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Number", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LeafAppearance", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": "TOS", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.LeafTipsAppeared", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "PredictedLeafTips", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": "TOS", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.LeafTipsAppeared", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "ObservedLeafTips", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": "TOS", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.SenescingCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "PredictedDLNo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": "TOS", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 6, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.DeadCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "ObservedDLNo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Number", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LAI", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": "TOS", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": "TOS", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "TillerNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": "TOS", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "PredictedTLNo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": "TOS", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "ObservedTLNo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": 0.0, "Maximum": 3000.0, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LeafSize", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "TOS", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "MaxLeafSizeReport", "XFieldName": "MaxLeafSize.Script.LeafPosition", "YFieldName": "MaxLeafSize.Script.MaxLeafSize", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "TOS", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "MaxLeafSize", "XFieldName": "MaxLeafSize.Script.LeafPosition", "YFieldName": "MaxLeafSize.Script.MaxLeafSize", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "GattonRowSpacing", "Children": [ { "$type": "Models.Memo, Models", "Text": "This simple experiment was conducted to investigate the light interception and subsequent growth of wheat under different populations invoked using row spacing. Wheat was sown at Gatton on 15th of June 2011 at 25cm row spacing. Soon after emergence, alternate rows were removed from selected plots to produce half populations at 50cm row spacing. A zero N treatment was used to identfy the inherent fertility of the site to assist in model parameterisation. Data were collected on light interception, canopy development, biomass accumulation and yield.", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "RowSpace", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2011-06-15", "Action": "[Wheat].Sow(population:160, cultivar:\"Hartog\", depth:30, rowSpacing:250);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2011-08-15", "Action": "[Fertiliser].Apply(Amount: 100, Type: Fertiliser.Types.UreaN);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2011-11-05", "Action": "[Wheat].Harvest();", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2011-11-05", "Action": "[Wheat].EndCrop();", "Enabled": true } ], "Name": "25cm", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2011-06-15", "Action": "[Wheat].Sow(population:80, cultivar:\"Hartog\", depth:30, rowSpacing:500);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2011-08-15", "Action": "[Fertiliser].Apply(Amount: 100, Type: Fertiliser.Types.UreaN);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2011-11-05", "Action": "[Wheat].Harvest();", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2011-11-05", "Action": "[Wheat].EndCrop();", "Enabled": true } ], "Name": "50cm", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2011-06-15", "Action": "[Wheat].Sow(population:160, cultivar:\"Hartog\", depth:30, rowSpacing:250);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2011-11-05", "Action": "[Wheat].Harvest();", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2011-11-05", "Action": "[Wheat].EndCrop();", "Enabled": true } ], "Name": "N0", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "RowSpace", "Children": [ { "$type": "Models.Clock, Models", "Start": "2011-05-01T00:00:00", "End": "2011-11-12T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Gatton2011.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2011-06-15", "Action": "[Wheat].Sow(population:160, cultivar:\"Hartog\", depth:30, rowSpacing:250);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2011-11-05", "Action": "[Wheat].Harvest();", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2011-11-05", "Action": "[Wheat].EndCrop();", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "Black Vertosol", "LocalName": null, "Site": "Lawes", "NearestTown": "Lawes, Q 4343", "Region": "Lockyer", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Blue Gum, Moreton Bay Ash, Tea Tree", "ApsoilNumber": "37", "Latitude": -27.537, "Longitude": 152.336, "LocationAccuracy": "+-20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba", "Comments": "Soil naming structure: \\State\\Region\\Classification-Local Name (Site/district and locator number); oc and ph estimated", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.32, 1.3, 1.23, 1.27, 1.37, 1.35, 1.35 ], "AirDry": [ 0.13, 0.208, 0.26, 0.26, 0.25, 0.26, 0.26 ], "LL15": [ 0.26, 0.26, 0.26, 0.26, 0.25, 0.26, 0.26 ], "DUL": [ 0.41, 0.43, 0.46, 0.44, 0.4, 0.41, 0.38 ], "SAT": [ 0.47, 0.48, 0.51, 0.49, 0.45, 0.46, 0.46 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.26, 0.26, 0.26, 0.26, 0.25, 0.29, 0.36 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 3.5, "WinterDate": "1-Apr", "WinterU": 4.0, "WinterCona": 2.5, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 0.953846153846154, 0.953846153846154, 0.961538461538461, 0.846153846153846, 0.546153846153846, 0.261538461538462, 0.2 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.12903231275641, 270.3443621919937, 163.97214434990104, 99.454132887040629, 60.321980831124677, 36.587130828674873, 22.1912165985086 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 38.022813688212928, 12.955446542211842, 0.42176296921130413, 0.42176296921130113, 0.42176296921130413, 0.42176296921130113, 0.42176296921130413 ], "NH4N": [ 0.38022813688212925, 0.15486024357479669, 0.042176296921130313, 0.042176296921130313, 0.042176296921130313, 0.042176296921130361, 0.042176296921130264 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 0, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Interfaces;\nusing APSIM.Shared.Utilities;\nusing System.Xml.Serialization;\nusing Models;\nusing Models.PMF;\nusing Models.Soils;\nusing System.Text;\nusing System.Collections.Generic;\nusing Models.Core;\nusing System;\nusing Models.Soils.Nutrients;\n\nnamespace Models\n{\n [Serializable] \n public class Script : Model\n {\n [Link] private Zone zone;\n [Link] private Irrigation irrigation;\n [Link] private Soil soil;\n [Link]\n private IPhysical soilPhysical;\n [Link]\n private ISoilWater waterBalance;\n public double FASW { get; set; }\n public double WaterDeficit { get; set; }\n \n \n [Description(\"Auto irrigation on?\")]\n public bool AutoIrrigationOn { get; set; }\n\n [Description(\"Threshold fraction available water (0-1)\")]\n public double FASWThreshold { get; set; }\n\n [Description(\"Soil depth (mm) to which fraction available water is calculated\")]\n public double FASWDepth { get; set; }\n\n [EventSubscribe(\"DoManagement\")]\n private void OnDoManagement(object sender, EventArgs e)\n {\n CalculateFASW();\n if (AutoIrrigationOn)\n {\n if (FASW < FASWThreshold)\n {\n double amount = 10;\n irrigation.Apply(WaterDeficit, depth: 0);\n }\n }\n }\n \n private void CalculateFASW()\n {\n double[] LL15 = MathUtilities.Multiply(soilPhysical.LL15, soilPhysical.Thickness);\n double[] DUL = MathUtilities.Multiply(soilPhysical.DUL, soilPhysical.Thickness);\n \n int nlayr = GetLayerIndex();\n double cumdep = MathUtilities.Sum(soilPhysical.Thickness, 0, nlayr, 0.0);\n\n double excess_fr = MathUtilities.Divide((cumdep - FASWDepth), soilPhysical.Thickness[nlayr], 0.0);\n\n // note that results may be strange if swdep < ll15\n double avail_sw = (MathUtilities.Sum(waterBalance.SWmm, 0, nlayr, 0.0)\n - excess_fr * waterBalance.SWmm[nlayr])\n - (MathUtilities.Sum(LL15, 0, nlayr, 0.0)\n - excess_fr * LL15[nlayr]);\n\n\n double pot_avail_sw = (MathUtilities.Sum(DUL, 0, nlayr, 0.0)\n - excess_fr * DUL[nlayr])\n - (MathUtilities.Sum(LL15, 0, nlayr, 0.0)\n - excess_fr * LL15[nlayr]);\n\n FASW = MathUtilities.Divide(avail_sw, pot_avail_sw, 0.0);\n WaterDeficit = MathUtilities.Constrain(pot_avail_sw - avail_sw, 0.0, 100000);\n }\n\n private int GetLayerIndex()\n {\n double[] cumThickness = soilPhysical.ThicknessCumulative;\n for (int i = 1; i < cumThickness.Length; i++)\n {\n if (FASWDepth < cumThickness[i])\n return i - 1;\n }\n \n return cumThickness.Length - 1;\n }\n\n }\n}\n \n", "Parameters": [ { "Key": "FASW", "Value": "0" }, { "Key": "WaterDeficit", "Value": "0" }, { "Key": "AutoIrrigationOn", "Value": "True" }, { "Key": "FASWThreshold", "Value": "0.9" }, { "Key": "FASWDepth", "Value": "600" } ], "Name": "Automatic irrigation based on water deficit", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Number", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LeafAppearance", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": "RowSpace", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.HaunStage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "PredictedTLNo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": "RowSpace", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.HaunStage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "ObservedTLNo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Number", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "TillerNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": "RowSpace", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "PredictedTLNo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": "RowSpace", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "ObservedTLNo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Number", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LAI", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": "RowSpace", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": "RowSpace", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Above Ground Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "AboveGroundWt", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "RowSpace", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "RowSpace", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "RowSpace", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 1, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "PredictedGrain", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "RowSpace", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 4, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "ObservedGrain", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Gatton94", "Children": [ { "$type": "Models.Memo, Models", "Text": "This simple experiment was conducted to investigate the impact of time of sowing on wheat. Wheat (cv. Hartog and Batavia) was sown at Gatton on six dates during 1994. Various data were collected. However final growth data was compromised by mouse damage. The dataset is used here to study the impact of sowing time on phenological development.", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.CultivarName = Hartog, Batavia", "Name": "Cv", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.SowDate = 29-Apr, 20-May, 10-Jun, 4-Jul, 22-Jul, 15-Aug", "Name": "TOS", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Gatton94Base", "Children": [ { "$type": "Models.Clock, Models", "Start": "1994-04-29T00:00:00", "End": "1994-12-30T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Gatton1994.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "APS6Soil", "LocalName": "APS6Site", "Site": "APS6Site", "NearestTown": "Unknown", "Region": "Lawes", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "APS6Field", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.38, 1.34, 1.35, 1.5, 1.49, 1.46, 1.46 ], "AirDry": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "LL15": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.2, 0.2 ], "DUL": [ 0.38, 0.38, 0.4, 0.4, 0.39, 0.38, 0.38 ], "SAT": [ 0.43, 0.43, 0.43, 0.43, 0.42, 0.4, 0.4 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.25, 0.28 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 3.5, "WinterDate": "1-Apr", "WinterU": 6.0, "WinterCona": 3.5, "DiffusConst": 88.0, "DiffusSlope": 35.4, "Salb": 0.13, "CN2Bare": 60.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 60.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 2.2, 1.6, 1.15, 1.0, 0.8, 0.45, 0.45 ], "SoilCNRatio": [ 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5 ], "FBiom": [ 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.45, 0.6, 0.78, 0.9, 0.99, 0.99, 0.99 ], "FOM": [ 694.25806462551282, 540.68872438398739, 327.94428869980209, 198.90826577408126, 120.64396166224935, 73.174261657349746, 44.3824331970172 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.3, 0.6, 0.25, 0.2, 0.1, 0.1, 0.1 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5 ], "PH": [ 7.5, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ 0.326, 0.326, 0.346, 0.333, 0.315, 0.326, 0.326 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial Water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Soils.Nutrients;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing Models.Soils.Nutrients;\r\nusing Models.Utilities;\r\nusing APSIM.Shared.Utilities;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n [Link] Plant Wheat;\r\n [Link] Soil Soil;\r\n Accumulator accumulatedRain;\r\n \r\n [Description(\"Sowing date (d-mmm)\")]\r\n public string SowDate { get; set; }\r\n [Description(\"Cultivar to be sown\")]\r\n public string CultivarName { get; set; }\r\n [Description(\"Sowing depth (mm)\")]\r\n public double SowingDepth { get; set; }\r\n [Description(\"Row spacing (mm)\")]\r\n public double RowSpacing { get; set; }\r\n [Description(\"Plant population (/m2)\")]\r\n public double Population { get; set; }\r\n \r\n \r\n\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n \r\n \r\n if (DateUtilities.WithinDates(SowDate, Clock.Today, SowDate))\r\n {\r\n Wheat.Sow(population: Population, cultivar: CultivarName, depth: SowingDepth, rowSpacing: RowSpacing); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "SowDate", "Value": "25-May" }, { "Key": "CultivarName", "Value": "Hartog" }, { "Key": "SowingDepth", "Value": "40" }, { "Key": "RowSpacing", "Value": "250" }, { "Key": "Population", "Value": "100" } ], "Name": "Sowing", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Phen;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\nusing Models;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing System.Text;\r\nusing System.Collections.Generic;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Soils.Nutrients;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (phenology.CurrentPhase.Name == \"Ripening\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": null, "Name": "Harvesting", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Interfaces;\nusing Models.Soils.Nutrients;\nusing System;\nusing Models.Core;\nusing System.Collections.Generic;\nusing System.Text;\nusing Models.Soils;\nusing Models.PMF;\nusing Models;\nusing System.Xml.Serialization;\nusing APSIM.Shared.Utilities;\nusing Models.PMF.Phen;\n\nnamespace Models\n{\n [Serializable] \n public class Script : Model\n {\n [Link] private Plant Chickpea;\n [Link] private Zone zone;\n [Link] private Irrigation irrigation;\n [Link] private Soil soil;\n [Link]\n private Phenology phenology;\n [Link]\n private IPhysical soilPhysical;\n [Link]\n private ISoilWater waterBalance;\n public double FASW { get; set; }\n public double WaterDeficit { get; set; }\n \n \n [Description(\"Auto irrigation on?\")]\n public bool AutoIrrigationOn { get; set; }\n \n [Description(\"Irrigation window start stage\")]\n public string StartStageName { get; set; }\n [Description(\"Irrigation window end stage\")]\n public string EndStageName { get; set; }\n\n [Description(\"Threshold fraction available water (0-1)\")]\n public double FASWThreshold { get; set; }\n\n [Description(\"Soil depth (mm) to which fraction available water is calculated\")]\n public double FASWDepth { get; set; }\n\n [EventSubscribe(\"DoManagement\")]\n private void OnDoManagement(object sender, EventArgs e)\n {\n CalculateFASW();\n if (AutoIrrigationOn && phenology.Between(StartStageName, EndStageName))\n {\n if (FASW < FASWThreshold)\n {\n double amount = 10;\n irrigation.Apply(WaterDeficit, depth: 0);\n }\n }\n }\n \n private void CalculateFASW()\n {\n double[] LL15 = MathUtilities.Multiply(soilPhysical.LL15, soilPhysical.Thickness);\n double[] DUL = MathUtilities.Multiply(soilPhysical.DUL, soilPhysical.Thickness);\n \n int nlayr = GetLayerIndex();\n double cumdep = MathUtilities.Sum(soilPhysical.Thickness, 0, nlayr, 0.0);\n\n double excess_fr = MathUtilities.Divide((cumdep - FASWDepth), soilPhysical.Thickness[nlayr], 0.0);\n\n // note that results may be strange if swdep < ll15\n double avail_sw = (MathUtilities.Sum(waterBalance.SWmm, 0, nlayr, 0.0)\n - excess_fr * waterBalance.SWmm[nlayr])\n - (MathUtilities.Sum(LL15, 0, nlayr, 0.0)\n - excess_fr * LL15[nlayr]);\n\n\n double pot_avail_sw = (MathUtilities.Sum(DUL, 0, nlayr, 0.0)\n - excess_fr * DUL[nlayr])\n - (MathUtilities.Sum(LL15, 0, nlayr, 0.0)\n - excess_fr * LL15[nlayr]);\n\n FASW = MathUtilities.Divide(avail_sw, pot_avail_sw, 0.0);\n WaterDeficit = MathUtilities.Constrain(pot_avail_sw - avail_sw, 0.0, 100000);\n }\n\n private int GetLayerIndex()\n {\n double[] cumThickness = soilPhysical.ThicknessCumulative;\n for (int i = 1; i < cumThickness.Length; i++)\n {\n if (FASWDepth < cumThickness[i])\n return i - 1;\n }\n \n return cumThickness.Length - 1;\n }\n\n }\n}\n \n", "Parameters": [ { "Key": "FASW", "Value": "0" }, { "Key": "WaterDeficit", "Value": "0" }, { "Key": "AutoIrrigationOn", "Value": "True" }, { "Key": "StartStageName", "Value": "Emergence" }, { "Key": "EndStageName", "Value": "EndGrainFill" }, { "Key": "FASWThreshold", "Value": "0.9" }, { "Key": "FASWDepth", "Value": "1000" } ], "Name": "AutoIrrigate", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1994-04-29", "Action": "[Fertiliser].Apply(Amount: 200, Type: Fertiliser.Types.NO3N);", "Enabled": true } ], "Name": "ApplyFertiliser", "Children": [ { "$type": "Models.Memo, Models", "Text": "Add sufficient N to remove limitation", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FloweringDate", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.FloweringDAS", "YFieldName": "Predicted.Wheat.Phenology.FloweringDAS", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FloweringDate vs TOS", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "HarvestReport", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.FloweringDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.FloweringDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Gatton2009", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[SowingRule].Script.TOS = 1, 2, 3", "Name": "TOS", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[SowingRule].Script.Cultivar = Bolac, Derrimut, Gregory, Gladius, H46, Hartog, Janz, Kellalac, Kennedy, MacKellar, Ruby, Ventura, Wedgetail, Wyalkatchem, Yitpi, Young", "Name": "Cv", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Gatton2009Base", "Children": [ { "$type": "Models.Clock, Models", "Start": "2009-04-01T00:00:00", "End": "2009-12-30T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Gatton2009.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "APS6Soil", "LocalName": "APS6Site", "Site": "APS6Site", "NearestTown": "Unknown", "Region": "Lawes", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "APS6Field", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.38, 1.34, 1.35, 1.5, 1.49, 1.46, 1.46 ], "AirDry": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "LL15": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.2, 0.2 ], "DUL": [ 0.38, 0.38, 0.4, 0.4, 0.39, 0.38, 0.38 ], "SAT": [ 0.43, 0.43, 0.43, 0.43, 0.42, 0.4, 0.4 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.25, 0.28 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 3.5, "WinterDate": "1-Apr", "WinterU": 6.0, "WinterCona": 3.5, "DiffusConst": 88.0, "DiffusSlope": 35.4, "Salb": 0.13, "CN2Bare": 60.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 60.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 2.2, 1.6, 1.15, 1.0, 0.8, 0.45, 0.45 ], "SoilCNRatio": [ 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5 ], "FBiom": [ 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.45, 0.6, 0.78, 0.9, 0.99, 0.99, 0.99 ], "FOM": [ 694.25806462551282, 540.68872438398739, 327.94428869980209, 198.90826577408126, 120.64396166224935, 73.174261657349746, 44.3824331970172 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.3, 0.6, 0.25, 0.2, 0.1, 0.1, 0.1 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5 ], "PH": [ 7.5, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ 0.326, 0.326, 0.346, 0.333, 0.315, 0.326, 0.326 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial Water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n \r\n [Serializable] \r\n [System.Xml.Serialization.XmlInclude(typeof(Model))]\r\n public class Script : Model\r\n {\r\n \r\n [Link] Plant Wheat;\r\n [Link] Clock Clock;\r\n \r\n [Description(\"Time of Sowing\")]\r\n public int TOS { get; set; }\r\n\r\n [Description(\"Cultivar\")]\r\n public String Cultivar { get; set; }\r\n \r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if ((Clock.Today.DayOfYear == 120) && (TOS == 1)) \r\n {\r\n Wheat.Sow(population: 100, cultivar: Cultivar, depth: 30, rowSpacing: 250);\r\n Wheat.SetEmergenceDate(\"10-May\");\r\n }\r\n if((Clock.Today.DayOfYear == 150) && (TOS == 2)) \r\n {\r\n Wheat.Sow(population: 100, cultivar: Cultivar, depth: 30, rowSpacing: 250);\r\n Wheat.SetEmergenceDate(\"10-Jun\");\r\n }\r\n if((Clock.Today.DayOfYear == 177) && (TOS == 3))\r\n {\r\n Wheat.Sow(population: 100, cultivar: Cultivar, depth: 30, rowSpacing: 250);\r\n Wheat.SetEmergenceDate(\"11-Jul\");\r\n }\r\n }\r\n\r\n\r\n }\r\n}\r\n \r\n", "Parameters": [ { "Key": "TOS", "Value": "1" }, { "Key": "Cultivar", "Value": "Hartog" } ], "Name": "SowingRule", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-12-30", "Action": "[Wheat].Harvest()", "Enabled": true } ], "Name": "Harvest", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [ "1Bolac", "2Bolac", "3Bolac", "1Derrimut", "2Derrimut", "3Derrimut", "1Gregory", "2Gregory", "3Gregory", "1H46", "2H46", "3H46", "1Hartog", "2Hartog", "3Hartog", "1Janz", "2Janz", "3Janz", "2Kennedy", "3Kennedy", "1Ruby", "2Ruby", "3Ruby", "1Ventura", "2Ventura", "3Ventura", "1Wedgetail", "2Wedgetail", "3Wedgetail", "1Wyalkatchem", "2Wyalkatchem", "3Wyalkatchem", "1Yitpi", "2Yitpi", "3Yitpi", "1Young", "2Young", "3Young" ], "LegendOutsideGraph": false, "Name": "LeafNumberTimeSeries", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": "TOS", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.HaunStage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "TOS", "FactorToVaryMarkers": "Cv", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.HaunStage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "ZadokTimeSeries", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "TOS", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Gladius'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "TOS", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Gladius'", "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": [ "Gatton2011TOS2CvEaglehawk" ], "Name": "Gatton2011", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[SowingRule].Script.TOS = 1, 2", "Name": "TOS", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[SowingRule].Script.Cultivar = Axe, Bolac, Derrimut, Eaglehawk, Gregory, Lincoln, Mace, Scout", "Name": "Cv", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Gatton2011Base", "Children": [ { "$type": "Models.Clock, Models", "Start": "2011-05-05T00:00:00", "End": "2011-11-12T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Gatton2011.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "APS6Soil", "LocalName": "APS6Site", "Site": "APS6Site", "NearestTown": "Unknown", "Region": "Lawes", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "APS6Field", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.38, 1.34, 1.35, 1.5, 1.49, 1.46, 1.46 ], "AirDry": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "LL15": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.2, 0.2 ], "DUL": [ 0.38, 0.38, 0.4, 0.4, 0.39, 0.38, 0.38 ], "SAT": [ 0.43, 0.43, 0.43, 0.43, 0.42, 0.4, 0.4 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.25, 0.28 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 3.5, "WinterDate": "1-Apr", "WinterU": 6.0, "WinterCona": 3.5, "DiffusConst": 88.0, "DiffusSlope": 35.4, "Salb": 0.13, "CN2Bare": 60.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 60.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 2.2, 1.6, 1.15, 1.0, 0.8, 0.45, 0.45 ], "SoilCNRatio": [ 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5 ], "FBiom": [ 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.45, 0.6, 0.78, 0.9, 0.99, 0.99, 0.99 ], "FOM": [ 694.25806462551282, 540.68872438398739, 327.94428869980209, 198.90826577408126, 120.64396166224935, 73.174261657349746, 44.3824331970172 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.3, 0.6, 0.25, 0.2, 0.1, 0.1, 0.1 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5 ], "PH": [ 7.5, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ 0.326, 0.326, 0.346, 0.333, 0.315, 0.326, 0.326 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial Water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n \r\n [Serializable] \r\n [System.Xml.Serialization.XmlInclude(typeof(Model))]\r\n public class Script : Model\r\n {\r\n \r\n [Link] Plant Wheat;\r\n [Link] Clock Clock;\r\n \r\n [Description(\"Time of Sowing\")]\r\n public int TOS { get; set; }\r\n\r\n [Description(\"Cultivar\")]\r\n public String Cultivar { get; set; }\r\n \r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (((Clock.Today.DayOfYear == 136) && (TOS == 1)) || //16 May\r\n ((Clock.Today.DayOfYear == 177) && (TOS == 2))) //26 June\r\n {\r\n Wheat.Sow(population: 100, cultivar: Cultivar, depth: 30, rowSpacing: 250);\r\n }\r\n\r\n if ((Clock.Today.DayOfYear == 136) && (TOS == 1)) \r\n {\r\n Wheat.Sow(population: 100, cultivar: Cultivar, depth: 30, rowSpacing: 250);\r\n Wheat.SetEmergenceDate(\"22-May\");\r\n }\r\n if ((Clock.Today.DayOfYear == 177) && (TOS == 2)) \r\n {\r\n Wheat.Sow(population: 100, cultivar: Cultivar, depth: 30, rowSpacing: 250);\r\n Wheat.SetEmergenceDate(\"30-Jun\");\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": [ { "Key": "TOS", "Value": "1" }, { "Key": "Cultivar", "Value": "Hartog" } ], "Name": "SowingRule", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2011-05-13", "Action": "[Fertiliser].Apply(Amount: 55, Type: Fertiliser.Types.UreaN);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2011-05-13", "Action": "[Irrigation].Apply(amount:11);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2011-06-30", "Action": "[Fertiliser].Apply(Amount: 43, Type: Fertiliser.Types.UreaN);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2011-08-08", "Action": "[Fertiliser].Apply(Amount: 90, Type: Fertiliser.Types.UreaN);", "Enabled": true } ], "Name": "Operations", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2011-11-12", "Action": "[Wheat].Harvest()", "Enabled": true } ], "Name": "Harvest", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].DaysAfterSowing", "[Wheat].Phenology.CAMP.Vrn1", "[Wheat].Phenology.CAMP.BaseVrn1", "[Wheat].Phenology.CAMP.MethColdVrn1", "[Wheat].Phenology.CAMP.ColdVrn1", "[Wheat].Phenology.CAMP.pVrn2", "[Wheat].Phenology.CAMP.Vrn2", "[Wheat].Phenology.CAMP.Vrn3", "[Wheat].Phenology.CAMP.VrnX", "[Wheat].Phenology.CAMP.dBP", "[Wheat].Phenology.AccumulatedTT", "[Wheat].Phenology.ThermalTime", "[IWeather].MinT", "[IWeather].MaxT" ], "EventNames": [ "[Clock].DoReport" ], "GroupByVariableName": null, "Name": "SupReport", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LeafNumberTimeSeries", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": "TOS", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.LeafTipsAppeared", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.HaunStage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "ZadokTimeSeries", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": "TOS", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Axe", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "TOS", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Axe'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "TOS", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Axe'", "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Bolac", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "TOS", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Bolac'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "TOS", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Bolac'", "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Derrimut", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "TOS", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Derrimut'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "TOS", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Derrimut'", "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "EagleHawk", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "TOS", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Eaglehawk'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "TOS", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Eaglehawk'", "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Gregory", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "TOS", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Gregory'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "TOS", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Gregory'", "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Mace", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "TOS", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Mace'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "TOS", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Mace'", "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Lincoln", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "TOS", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Lincoln'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "TOS", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Lincoln'", "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Scout", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "TOS", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Scout'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "TOS", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Scout'", "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FLN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": "TOS", "FactorToVaryLines": null, "Marker": 4, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.FinalLeafNumber", "YFieldName": "Predicted.Wheat.Phenology.FinalLeafNumber", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "ZadokTimeSeries1", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": "TOS", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "IWeather.MaxT", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": "TOS", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "IWeather.MinT", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": "TOS", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.CAMP.ColdVrn1", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted11", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Gatton2014", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.SowDate = 11-Apr, 13-May, 16-Jul, 12-Aug", "Name": "TOS", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.CultivarName = Axe, Bolac, Braewood, Calingiri, Catalina, Crusader, Derrimut, Eaglehawk, Ellison, Forrest, Gauntlet, Gregory, H45, Hume, Janz, Kellalac, Lancer, Mace, Magenta, Merinda, Ouyen, Peake, Revenue, Rosella, Scout, Scythe, Spitfire, Strzelecki, Sunbri, Sunstate, Suntop, Wedgetail, Whistler, Wills, Wyalkatchem, Yitpi, Young", "Name": "Cv", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "14SOWbase", "Children": [ { "$type": "Models.Clock, Models", "Start": "2014-04-10T00:00:00", "End": "2015-04-01T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "14SSOW-1.met", "ExcelWorkSheetName": "", "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.TerminalSpikeletDAS" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].Phenology.Stage", "[Wheat].Phenology.Zadok.Stage", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.TerminalSpikeletDAS" ], "EventNames": [ "[Clock].DoReport" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Soils.Nutrients;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing Models.Soils.Nutrients;\r\nusing Models.Utilities;\r\nusing APSIM.Shared.Utilities;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n [Link] Plant Wheat;\r\n [Link] Soil Soil;\r\n Accumulator accumulatedRain;\r\n \r\n [Description(\"Sowing date (d-mmm)\")]\r\n public string SowDate { get; set; }\r\n [Description(\"Cultivar to be sown\")]\r\n public string CultivarName { get; set; }\r\n [Description(\"Sowing depth (mm)\")]\r\n public double SowingDepth { get; set; }\r\n [Description(\"Row spacing (mm)\")]\r\n public double RowSpacing { get; set; }\r\n [Description(\"Plant population (/m2)\")]\r\n public double Population { get; set; }\r\n \r\n \r\n\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n \r\n \r\n if (DateUtilities.WithinDates(SowDate, Clock.Today, SowDate))\r\n {\r\n Wheat.Sow(population: Population, cultivar: CultivarName, depth: SowingDepth, rowSpacing: RowSpacing);\r\n\r\n if(SowDate == \"11-Apr\")\r\n {\r\n Wheat.SetEmergenceDate(\"16-Apr\");\r\n }\r\n if(SowDate == \"13-May\")\r\n {\r\n Wheat.SetEmergenceDate(\"20-May\");\r\n }\r\n if(SowDate == \"16-Jul\")\r\n {\r\n Wheat.SetEmergenceDate(\"23-Jul\");\r\n }\r\n if(SowDate == \"12-Aug\")\r\n {\r\n Wheat.SetEmergenceDate(\"19-Aug\");\r\n }\r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "SowDate", "Value": "= " }, { "Key": "CultivarName", "Value": "Hartog" }, { "Key": "SowingDepth", "Value": "50" }, { "Key": "RowSpacing", "Value": "250" }, { "Key": "Population", "Value": "150" } ], "Name": "Sowing", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "PredObs", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "HaunStage", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "TOS", "FactorToVaryMarkers": "Cv", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "DailyObsPred", "XFieldName": "Observed.Wheat.Phenology.HaunStage", "YFieldName": "Predicted.Wheat.Phenology.HaunStage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FLN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 4, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.FinalLeafNumber", "YFieldName": "Predicted.Wheat.Phenology.FinalLeafNumber", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Gatton2014AE", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "", "Name": "V", "Children": [ { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Sowing].Script.SowDate = 19-Jun", "[Sowing].Script.EmergeDate = 23-Jun" ], "Paths": null, "Values": null, "Name": "1", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Sowing].Script.SowDate = 24-Apr", "[Sowing].Script.EmergeDate = 21-Jun" ], "Paths": null, "Values": null, "Name": "2", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "", "Name": "P", "Children": [ { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[PhotoperiodExtension].Script.ExtraHours = 0" ], "Paths": null, "Values": null, "Name": "1", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[PhotoperiodExtension].Script.ExtraHours = 8" ], "Paths": null, "Values": null, "Name": "2", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.CultivarName = Axe, Bolac, Braewood, Calingiri, Catalina, Crusader, Derrimut, Eaglehawk, Ellison, Forrest, Gauntlet, Gregory, H45, Hume, Janz, Kellalac, Lancer, Mace, Magenta, Merinda, Ouyen, Peake, Revenue, Rosella, Scout, Scythe, Spitfire, Strzelecki, Sunbri, Sunstate, Suntop, Wedgetail, Whistler, Wills, Wyalkatchem, Yitpi, Young", "Name": "Cv", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "14VPbase", "Children": [ { "$type": "Models.Clock, Models", "Start": "2014-04-23T00:00:00", "End": "2015-04-15T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "14SSOW-1.met", "ExcelWorkSheetName": "", "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.TerminalSpikeletDAS" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].Phenology.Stage", "[Wheat].Phenology.Zadok.Stage", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.TerminalSpikeletDAS" ], "EventNames": [ "[Clock].DoReport" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Soils.Nutrients;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing Models.Soils.Nutrients;\r\nusing Models.Utilities;\r\nusing APSIM.Shared.Utilities;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n [Link] Plant Wheat;\r\n [Link] Soil Soil;\r\n Accumulator accumulatedRain;\r\n \r\n [Description(\"Sowing date (d-mmm)\")]\r\n public string SowDate { get; set; }\r\n [Description(\"Emergence date (d-mmm)\")]\r\n public string EmergeDate { get; set; }\r\n [Description(\"Cultivar to be sown\")]\r\n public string CultivarName { get; set; }\r\n [Description(\"Sowing depth (mm)\")]\r\n public double SowingDepth { get; set; }\r\n [Description(\"Row spacing (mm)\")]\r\n public double RowSpacing { get; set; }\r\n [Description(\"Plant population (/m2)\")]\r\n public double Population { get; set; }\r\n \r\n \r\n\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n \r\n \r\n if (DateUtilities.WithinDates(SowDate, Clock.Today, SowDate))\r\n {\r\n Wheat.Sow(population: Population, cultivar: CultivarName, depth: SowingDepth, rowSpacing: RowSpacing); \r\n Wheat.SetEmergenceDate(EmergeDate);\r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "SowDate", "Value": "" }, { "Key": "EmergeDate", "Value": "" }, { "Key": "CultivarName", "Value": "" }, { "Key": "SowingDepth", "Value": "30" }, { "Key": "RowSpacing", "Value": "250" }, { "Key": "Population", "Value": "150" } ], "Name": "Sowing", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Climate;\r\nusing System;\r\nusing Models.Core;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Collections.Generic;\r\nusing System.Text;\r\nusing Models.PMF;\r\nusing Models;\r\nusing System.Xml.Serialization;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n [System.Xml.Serialization.XmlInclude(typeof(Model))]\r\n public class Script : Model\r\n {\r\n [Link] Weather Met;\r\n [Link] Clock Clock;\r\n \r\n [Description(\"Start Date\")]\r\n public DateTime StartDate { get; set; }\r\n \r\n [Description(\"End Date\")]\r\n public DateTime EndDate { get; set; }\r\n \r\n \r\n [EventSubscribe(\"PreparingNewWeatherData\")]\r\n private void OnPreparingNewWeatherData(object sender, EventArgs e)\r\n {\r\n if ((Clock.Today.Date >= StartDate) && (Clock.Today.Date <= EndDate))\r\n Met.MaxT = 4.0;\r\n Met.MinT = 4.0; \r\n }\r\n }\r\n}\r\n", "Parameters": [ { "Key": "StartDate", "Value": "04/24/2014 00:00:00" }, { "Key": "EndDate", "Value": "06/18/2014 00:00:00" } ], "Name": "PreSowVernalisation", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Climate;\r\nusing System;\r\nusing Models.Core;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Collections.Generic;\r\nusing System.Text;\r\nusing Models.PMF;\r\nusing Models;\r\nusing System.Xml.Serialization;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n [System.Xml.Serialization.XmlInclude(typeof(Model))]\r\n public class Script : Model\r\n {\r\n [Link] Weather Met;\r\n [Link] Clock Clock;\r\n \r\n [Description(\"Start Date\")]\r\n public DateTime StartDate { get; set; }\r\n \r\n [Description(\"End Date\")]\r\n public DateTime EndDate { get; set; }\r\n \r\n [Description(\"Photoperiod extension (hours)\")]\r\n public double ExtraHours { get; set; }\r\n [EventSubscribe(\"PreparingNewWeatherData\")]\r\n private void OnPreparingNewWeatherData(object sender, EventArgs e)\r\n {\r\n if ((Clock.Today.Date >= StartDate) && (Clock.Today.Date <= EndDate))\r\n Met.DayLength = Met.CalculateDayLength(-6) + ExtraHours;\r\n }\r\n }\r\n}\r\n", "Parameters": [ { "Key": "StartDate", "Value": "04/20/2014 00:00:00" }, { "Key": "EndDate", "Value": "11/01/2014 00:00:00" }, { "Key": "ExtraHours", "Value": "NaN" } ], "Name": "PhotoperiodExtension", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "PredObs", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "HaunStage", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Treat", "FactorToVaryMarkers": "Cv", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "DailyObsPred", "XFieldName": "Observed.Wheat.Phenology.HaunStage", "YFieldName": "Predicted.Wheat.Phenology.HaunStage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FLN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 4, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.FinalLeafNumber", "YFieldName": "Predicted.Wheat.Phenology.FinalLeafNumber", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "TraitMod2015", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.SowDate = 21-May, 22-Jun", "Name": "TOS", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.CultivarName = Drysdale, Gregory, Hartog, Spitfire, Suntop", "Name": "Cv", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "15TraitModbase", "Children": [ { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "gatton-15-g3.met", "ExcelWorkSheetName": "", "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Clock, Models", "Start": "2015-05-19T00:00:00", "End": "2015-11-17T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "Summary", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "Black Vertosol", "LocalName": null, "Site": "Lawes", "NearestTown": "Lawes, Q 4343", "Region": "Lockyer", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Blue Gum, Moreton Bay Ash, Tea Tree", "ApsoilNumber": "38", "Latitude": -27.537, "Longitude": 152.336, "LocationAccuracy": "+-20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba", "Comments": "Soil naming structure: \\State\\Region\\Classification-Local Name (Site/district and locator number); oc and ph estimated", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.32, 1.3, 1.23, 1.27, 1.37, 1.35, 1.35 ], "AirDry": [ 0.13, 0.208, 0.26, 0.26, 0.25, 0.26, 0.26 ], "LL15": [ 0.26, 0.26, 0.26, 0.26, 0.25, 0.26, 0.26 ], "DUL": [ 0.41, 0.43, 0.46, 0.44, 0.4, 0.41, 0.38 ], "SAT": [ 0.47, 0.48, 0.51, 0.49, 0.45, 0.46, 0.46 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.26, 0.26, 0.26, 0.26, 0.25, 0.29, 0.36 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 3.5, "WinterDate": "1-Apr", "WinterU": 4.0, "WinterCona": 2.5, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 0.953846153846154, 0.953846153846154, 0.961538461538461, 0.846153846153846, 0.546153846153846, 0.261538461538462, 0.2 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.12903231275641, 270.3443621919937, 163.97214434990104, 99.454132887040629, 60.321980831124677, 36.587130828674873, 22.1912165985086 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 10.1010101010101, 10.256410256410257, 2.7100271002710028, 0.787401574803151, 0.48661800486618023, 0.246913580246913, 0.246913580246913 ], "NH4N": [ 0.50505050505050508, 0.51282051282051277, 0.27100271002710019, 0.26246719160104987, 0.24330900243308992, 0.24691358024691359, 0.2469135802469134 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 0, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": "LL15", "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.TerminalSpikeletDAS" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].Phenology.Stage", "[Wheat].Phenology.Zadok.Stage", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.TerminalSpikeletDAS" ], "EventNames": [ "[Clock].DoReport" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Soils.Nutrients;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing Models.Soils.Nutrients;\r\nusing Models.Utilities;\r\nusing APSIM.Shared.Utilities;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n [Link] Plant Wheat;\r\n [Link] Soil Soil;\r\n Accumulator accumulatedRain;\r\n \r\n [Description(\"Sowing date (d-mmm)\")]\r\n public string SowDate { get; set; }\r\n [Description(\"Cultivar to be sown\")]\r\n public string CultivarName { get; set; }\r\n [Description(\"Sowing depth (mm)\")]\r\n public double SowingDepth { get; set; }\r\n [Description(\"Row spacing (mm)\")]\r\n public double RowSpacing { get; set; }\r\n [Description(\"Plant population (/m2)\")]\r\n public double Population { get; set; }\r\n \r\n \r\n\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n \r\n \r\n if (DateUtilities.WithinDates(SowDate, Clock.Today, SowDate))\r\n {\r\n Wheat.Sow(population: Population, cultivar: CultivarName, depth: SowingDepth, rowSpacing: RowSpacing); \r\n if(SowDate == \"21-May\")\r\n {\r\n Wheat.SetEmergenceDate(\"27-May\");\r\n }\r\n if(SowDate == \"22-Jun\")\r\n {\r\n Wheat.SetEmergenceDate(\"30-Jun\");\r\n }\r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "SowDate", "Value": "19-Jun" }, { "Key": "CultivarName", "Value": "Hartog" }, { "Key": "SowingDepth", "Value": "50" }, { "Key": "RowSpacing", "Value": "250" }, { "Key": "Population", "Value": "150" } ], "Name": "Sowing", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-06-23", "Action": " [Fertiliser].Apply(Amount: 205, Type: Fertiliser.Types.Urea);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-05-22", "Action": " [Irrigation].Apply(amount:24);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-06-26", "Action": " [Irrigation].Apply(amount:25);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-07-14", "Action": " [Irrigation].Apply(amount:26);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-07-31", "Action": " [Irrigation].Apply(amount:26);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-08-14", "Action": " [Irrigation].Apply(amount:25);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-08-26", "Action": " [Irrigation].Apply(amount:25);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-09-09", "Action": " [Irrigation].Apply(amount:25);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-10-12", "Action": " [Irrigation].Apply(amount:25);", "Enabled": true } ], "Name": "Management", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "PredObs", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "HaunStage", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": "Cv", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "DailyObsPred", "XFieldName": "Predicted.Wheat.Phenology.HaunStage", "YFieldName": "Observed.Wheat.Phenology.HaunStage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "TraitMod2016", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.SowDate = 21-May", "Name": "TOS", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.CultivarName = Drysdale, Gregory, Hartog, Spitfire, Suntop", "Name": "Cv", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "16TraitModbase", "Children": [ { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "gatton2016.met", "ExcelWorkSheetName": "", "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "Summary", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Clock, Models", "Start": "2016-05-15T00:00:00", "End": "2016-12-17T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "Black Vertosol", "LocalName": null, "Site": "Lawes", "NearestTown": "Lawes, Q 4343", "Region": "Lockyer", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Blue Gum, Moreton Bay Ash, Tea Tree", "ApsoilNumber": "38", "Latitude": -27.537, "Longitude": 152.336, "LocationAccuracy": "+-20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba", "Comments": "Soil naming structure: \\State\\Region\\Classification-Local Name (Site/district and locator number); oc and ph estimated", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.32, 1.3, 1.23, 1.27, 1.37, 1.35, 1.35 ], "AirDry": [ 0.13, 0.208, 0.26, 0.26, 0.25, 0.26, 0.26 ], "LL15": [ 0.26, 0.26, 0.26, 0.26, 0.25, 0.26, 0.26 ], "DUL": [ 0.41, 0.43, 0.46, 0.44, 0.4, 0.41, 0.38 ], "SAT": [ 0.47, 0.48, 0.51, 0.49, 0.45, 0.46, 0.46 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.26, 0.26, 0.26, 0.26, 0.25, 0.29, 0.36 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 3.5, "WinterDate": "1-Apr", "WinterU": 4.0, "WinterCona": 2.5, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 0.953846153846154, 0.953846153846154, 0.961538461538461, 0.846153846153846, 0.546153846153846, 0.261538461538462, 0.2 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.12903231275641, 270.3443621919937, 163.97214434990104, 99.454132887040629, 60.321980831124677, 36.587130828674873, 22.1912165985086 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 10.1010101010101, 10.256410256410257, 2.7100271002710028, 0.787401574803151, 0.48661800486618023, 0.246913580246913, 0.246913580246913 ], "NH4N": [ 0.50505050505050508, 0.51282051282051277, 0.27100271002710019, 0.26246719160104987, 0.24330900243308992, 0.24691358024691359, 0.2469135802469134 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 0, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": "LL15", "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.TerminalSpikeletDAS" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].Phenology.Stage", "[Wheat].Phenology.Zadok.Stage", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.TerminalSpikeletDAS" ], "EventNames": [ "[Clock].DoReport" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Soils.Nutrients;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing Models.Soils.Nutrients;\r\nusing Models.Utilities;\r\nusing APSIM.Shared.Utilities;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n [Link] Plant Wheat;\r\n [Link] Soil Soil;\r\n Accumulator accumulatedRain;\r\n \r\n [Description(\"Sowing date (d-mmm)\")]\r\n public string SowDate { get; set; }\r\n [Description(\"Cultivar to be sown\")]\r\n public string CultivarName { get; set; }\r\n [Description(\"Sowing depth (mm)\")]\r\n public double SowingDepth { get; set; }\r\n [Description(\"Row spacing (mm)\")]\r\n public double RowSpacing { get; set; }\r\n [Description(\"Plant population (/m2)\")]\r\n public double Population { get; set; }\r\n \r\n \r\n\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n \r\n \r\n if (DateUtilities.WithinDates(SowDate, Clock.Today, SowDate))\r\n {\r\n Wheat.Sow(population: Population, cultivar: CultivarName, depth: SowingDepth, rowSpacing: RowSpacing); \r\n Wheat.SetEmergenceDate(\"24-May\");\r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "SowDate", "Value": "" }, { "Key": "CultivarName", "Value": "" }, { "Key": "SowingDepth", "Value": "50" }, { "Key": "RowSpacing", "Value": "250" }, { "Key": "Population", "Value": "150" } ], "Name": "Sowing", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2016-05-10", "Action": "[Fertiliser].Apply(Amount: 310, Type: Fertiliser.Types.Urea)", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2016-05-19", "Action": "[Irrigation].Apply(amount: 30, depth: 0, efficiency: 1, willRunoff: false)", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2016-07-22", "Action": "[Irrigation].Apply(amount: 30, depth: 0, efficiency: 1, willRunoff: false)", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2016-08-05", "Action": "[Irrigation].Apply(amount: 30, depth: 0, efficiency: 1, willRunoff: false)", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2016-08-12", "Action": "[Irrigation].Apply(amount: 30, depth: 0, efficiency: 1, willRunoff: false)", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2016-08-29", "Action": "[Irrigation].Apply(amount: 30, depth: 0, efficiency: 1, willRunoff: false)", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2016-09-07", "Action": "[Irrigation].Apply(amount: 30, depth: 0, efficiency: 1, willRunoff: false)", "Enabled": true } ], "Name": "Management", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "PredObs", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "HaunStage", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": "Cv", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "DailyObsPred", "XFieldName": "Predicted.Wheat.Phenology.HaunStage", "YFieldName": "Observed.Wheat.Phenology.HaunStage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Harvest Yield", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.Wt", "YFieldName": "Predicted.Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Harvest Biomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.AboveGround.Wt", "YFieldName": "Predicted.Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Harvest Biomass N", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.AboveGround.N", "YFieldName": "Predicted.Wheat.AboveGround.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Harvest Grain N", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.N", "YFieldName": "Predicted.Wheat.Grain.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "GrainNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.Number", "YFieldName": "Predicted.Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Leaf Area Index", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "DailyObsPred", "XFieldName": "Observed.Wheat.Leaf.LAI", "YFieldName": "Predicted.Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FloweringDate", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.FloweringDAS", "YFieldName": "Predicted.Wheat.Phenology.FloweringDAS", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "AddingValueToNVT", "Children": [ { "$type": "Models.Memo, Models", "Text": "The \"Adding Value to the National Variety Trials\" project aimed to use measurement and modelling to explain GeneXEnvironmentXManagement interactions for Australian Wheat cultivars. A description of this national trial can be found in [Lawes201638]. Here we include some of the data from south-eastern Queensland.", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Goondiwindi2011", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.CultivarName = Janz, Lang, Gregory", "Name": "Cv", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.SowDate = 19-May, 9-Jun, 28-Jun", "Name": "TOS", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Goondiwindi2011Base", "Children": [ { "$type": "Models.Clock, Models", "Start": "2011-04-01T00:00:00", "End": "2011-12-30T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Goondiwindi2011.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "APS6Soil", "LocalName": "APS6Site", "Site": "APS6Site", "NearestTown": "Unknown", "Region": "Lawes", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "APS6Field", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.38, 1.34, 1.35, 1.5, 1.49, 1.46, 1.46 ], "AirDry": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "LL15": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.2, 0.2 ], "DUL": [ 0.38, 0.38, 0.4, 0.4, 0.39, 0.38, 0.38 ], "SAT": [ 0.43, 0.43, 0.43, 0.43, 0.42, 0.4, 0.4 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.25, 0.28 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 3.5, "WinterDate": "1-Apr", "WinterU": 6.0, "WinterCona": 3.5, "DiffusConst": 88.0, "DiffusSlope": 35.4, "Salb": 0.13, "CN2Bare": 60.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 60.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 2.2, 1.6, 1.15, 1.0, 0.8, 0.45, 0.45 ], "SoilCNRatio": [ 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5 ], "FBiom": [ 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.45, 0.6, 0.78, 0.9, 0.99, 0.99, 0.99 ], "FOM": [ 694.25806462551282, 540.68872438398739, 327.94428869980209, 198.90826577408126, 120.64396166224935, 73.174261657349746, 44.3824331970172 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.3, 0.6, 0.25, 0.2, 0.1, 0.1, 0.1 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5 ], "PH": [ 7.5, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ 0.326, 0.326, 0.346, 0.333, 0.315, 0.326, 0.326 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial Water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Soils.Nutrients;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing Models.Soils.Nutrients;\r\nusing Models.Utilities;\r\nusing APSIM.Shared.Utilities;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n [Link] Plant Wheat;\r\n [Link] Soil Soil;\r\n Accumulator accumulatedRain;\r\n \r\n [Description(\"Sowing date (d-mmm)\")]\r\n public string SowDate { get; set; }\r\n [Description(\"Cultivar to be sown\")]\r\n public string CultivarName { get; set; }\r\n [Description(\"Sowing depth (mm)\")]\r\n public double SowingDepth { get; set; }\r\n [Description(\"Row spacing (mm)\")]\r\n public double RowSpacing { get; set; }\r\n [Description(\"Plant population (/m2)\")]\r\n public double Population { get; set; }\r\n \r\n \r\n\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n \r\n \r\n if (DateUtilities.WithinDates(SowDate, Clock.Today, SowDate))\r\n {\r\n Wheat.Sow(population: Population, cultivar: CultivarName, depth: SowingDepth, rowSpacing: RowSpacing); \r\n if(SowDate == \"19-May\")\r\n {\r\n Wheat.SetEmergenceDate(\"28-May\");\r\n }\r\n if(SowDate == \"9-June\")\r\n {\r\n Wheat.SetEmergenceDate(\"15-Jun\");\r\n }\r\n if(SowDate == \"28-Jun\")\r\n {\r\n Wheat.SetEmergenceDate(\"4-Jul\");\r\n }\r\n if(SowDate == \"12-Aug\")\r\n {\r\n Wheat.SetEmergenceDate(\"22-Aug\");\r\n }\r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "SowDate", "Value": "" }, { "Key": "CultivarName", "Value": "Hartog" }, { "Key": "SowingDepth", "Value": "40" }, { "Key": "RowSpacing", "Value": "250" }, { "Key": "Population", "Value": "100" } ], "Name": "Sowing", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Phen;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\nusing Models;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing System.Text;\r\nusing System.Collections.Generic;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Soils.Nutrients;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (phenology.CurrentPhase.Name == \"Ripening\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": null, "Name": "Harvesting", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Interfaces;\nusing Models.Soils.Nutrients;\nusing System;\nusing Models.Core;\nusing System.Collections.Generic;\nusing System.Text;\nusing Models.Soils;\nusing Models.PMF;\nusing Models;\nusing System.Xml.Serialization;\nusing APSIM.Shared.Utilities;\nusing Models.PMF.Phen;\n\nnamespace Models\n{\n [Serializable] \n public class Script : Model\n {\n [Link] private Plant Chickpea;\n [Link] private Zone zone;\n [Link] private Irrigation irrigation;\n [Link] private Soil soil;\n [Link]\n private Phenology phenology;\n [Link]\n private IPhysical soilPhysical;\n [Link]\n private ISoilWater waterBalance;\n public double FASW { get; set; }\n public double WaterDeficit { get; set; }\n \n \n [Description(\"Auto irrigation on?\")]\n public bool AutoIrrigationOn { get; set; }\n \n [Description(\"Irrigation window start stage\")]\n public string StartStageName { get; set; }\n [Description(\"Irrigation window end stage\")]\n public string EndStageName { get; set; }\n\n [Description(\"Threshold fraction available water (0-1)\")]\n public double FASWThreshold { get; set; }\n\n [Description(\"Soil depth (mm) to which fraction available water is calculated\")]\n public double FASWDepth { get; set; }\n\n [EventSubscribe(\"DoManagement\")]\n private void OnDoManagement(object sender, EventArgs e)\n {\n CalculateFASW();\n if (AutoIrrigationOn && phenology.Between(StartStageName, EndStageName))\n {\n if (FASW < FASWThreshold)\n {\n double amount = 10;\n irrigation.Apply(WaterDeficit, depth: 0);\n }\n }\n }\n \n private void CalculateFASW()\n {\n double[] LL15 = MathUtilities.Multiply(soilPhysical.LL15, soilPhysical.Thickness);\n double[] DUL = MathUtilities.Multiply(soilPhysical.DUL, soilPhysical.Thickness);\n \n int nlayr = GetLayerIndex();\n double cumdep = MathUtilities.Sum(soilPhysical.Thickness, 0, nlayr, 0.0);\n\n double excess_fr = MathUtilities.Divide((cumdep - FASWDepth), soilPhysical.Thickness[nlayr], 0.0);\n\n // note that results may be strange if swdep < ll15\n double avail_sw = (MathUtilities.Sum(waterBalance.SWmm, 0, nlayr, 0.0)\n - excess_fr * waterBalance.SWmm[nlayr])\n - (MathUtilities.Sum(LL15, 0, nlayr, 0.0)\n - excess_fr * LL15[nlayr]);\n\n\n double pot_avail_sw = (MathUtilities.Sum(DUL, 0, nlayr, 0.0)\n - excess_fr * DUL[nlayr])\n - (MathUtilities.Sum(LL15, 0, nlayr, 0.0)\n - excess_fr * LL15[nlayr]);\n\n FASW = MathUtilities.Divide(avail_sw, pot_avail_sw, 0.0);\n WaterDeficit = MathUtilities.Constrain(pot_avail_sw - avail_sw, 0.0, 100000);\n }\n\n private int GetLayerIndex()\n {\n double[] cumThickness = soilPhysical.ThicknessCumulative;\n for (int i = 1; i < cumThickness.Length; i++)\n {\n if (FASWDepth < cumThickness[i])\n return i - 1;\n }\n \n return cumThickness.Length - 1;\n }\n\n }\n}\n \n", "Parameters": [ { "Key": "FASW", "Value": "0" }, { "Key": "WaterDeficit", "Value": "0" }, { "Key": "AutoIrrigationOn", "Value": "True" }, { "Key": "StartStageName", "Value": "Emergence" }, { "Key": "EndStageName", "Value": "EndGrainFill" }, { "Key": "FASWThreshold", "Value": "0.9" }, { "Key": "FASWDepth", "Value": "1000" } ], "Name": "AutoIrrigate", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1994-04-29", "Action": "[Fertiliser].Apply(Amount: 200, Type: Fertiliser.Types.NO3N);", "Enabled": true } ], "Name": "ApplyFertiliser", "Children": [ { "$type": "Models.Memo, Models", "Text": "Add sufficient N to remove limitation", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FloweringDate", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.FloweringDAS", "YFieldName": "Predicted.Wheat.Phenology.FloweringDAS", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Nagwee2012", "Children": [ { "$type": "Models.Memo, Models", "Text": "INSERT TEXT HERE", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.CultivarName = Janz, Lang, Gregory", "Name": "Cv", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.SowDate = 17-May, 31-May, 23-Jun", "Name": "TOS", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Nangwee2012Base", "Children": [ { "$type": "Models.Clock, Models", "Start": "2012-04-01T00:00:00", "End": "2012-12-30T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Nangwee2012.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "APS6Soil", "LocalName": "APS6Site", "Site": "APS6Site", "NearestTown": "Unknown", "Region": "Lawes", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "APS6Field", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.38, 1.34, 1.35, 1.5, 1.49, 1.46, 1.46 ], "AirDry": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "LL15": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.2, 0.2 ], "DUL": [ 0.38, 0.38, 0.4, 0.4, 0.39, 0.38, 0.38 ], "SAT": [ 0.43, 0.43, 0.43, 0.43, 0.42, 0.4, 0.4 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.25, 0.28 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 3.5, "WinterDate": "1-Apr", "WinterU": 6.0, "WinterCona": 3.5, "DiffusConst": 88.0, "DiffusSlope": 35.4, "Salb": 0.13, "CN2Bare": 60.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 60.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 2.2, 1.6, 1.15, 1.0, 0.8, 0.45, 0.45 ], "SoilCNRatio": [ 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5 ], "FBiom": [ 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.45, 0.6, 0.78, 0.9, 0.99, 0.99, 0.99 ], "FOM": [ 694.25806462551282, 540.68872438398739, 327.94428869980209, 198.90826577408126, 120.64396166224935, 73.174261657349746, 44.3824331970172 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.3, 0.6, 0.25, 0.2, 0.1, 0.1, 0.1 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5 ], "PH": [ 7.5, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ 0.326, 0.326, 0.346, 0.333, 0.315, 0.326, 0.326 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial Water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Soils.Nutrients;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing Models.Soils.Nutrients;\r\nusing Models.Utilities;\r\nusing APSIM.Shared.Utilities;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n [Link] Plant Wheat;\r\n [Link] Soil Soil;\r\n Accumulator accumulatedRain;\r\n \r\n [Description(\"Sowing date (d-mmm)\")]\r\n public string SowDate { get; set; }\r\n [Description(\"Cultivar to be sown\")]\r\n public string CultivarName { get; set; }\r\n [Description(\"Sowing depth (mm)\")]\r\n public double SowingDepth { get; set; }\r\n [Description(\"Row spacing (mm)\")]\r\n public double RowSpacing { get; set; }\r\n [Description(\"Plant population (/m2)\")]\r\n public double Population { get; set; }\r\n \r\n \r\n\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n \r\n \r\n if (DateUtilities.WithinDates(SowDate, Clock.Today, SowDate))\r\n {\r\n Wheat.Sow(population: Population, cultivar: CultivarName, depth: SowingDepth, rowSpacing: RowSpacing); \r\n if(SowDate == \"17-May\")\r\n {\r\n Wheat.SetEmergenceDate(\"30-May\");\r\n }\r\n if(SowDate == \"31-May\")\r\n {\r\n Wheat.SetEmergenceDate(\"10-Jun\");\r\n }\r\n if(SowDate == \"23-Jun\")\r\n {\r\n Wheat.SetEmergenceDate(\"5-Jul\");\r\n }\r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "SowDate", "Value": "" }, { "Key": "CultivarName", "Value": "Hartog" }, { "Key": "SowingDepth", "Value": "40" }, { "Key": "RowSpacing", "Value": "250" }, { "Key": "Population", "Value": "100" } ], "Name": "Sowing", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Phen;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\nusing Models;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing System.Text;\r\nusing System.Collections.Generic;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Soils.Nutrients;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (phenology.CurrentPhase.Name == \"Ripening\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": null, "Name": "Harvesting", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Interfaces;\nusing Models.Soils.Nutrients;\nusing System;\nusing Models.Core;\nusing System.Collections.Generic;\nusing System.Text;\nusing Models.Soils;\nusing Models.PMF;\nusing Models;\nusing System.Xml.Serialization;\nusing APSIM.Shared.Utilities;\nusing Models.PMF.Phen;\n\nnamespace Models\n{\n [Serializable] \n public class Script : Model\n {\n [Link] private Plant Chickpea;\n [Link] private Zone zone;\n [Link] private Irrigation irrigation;\n [Link] private Soil soil;\n [Link]\n private Phenology phenology;\n [Link]\n private IPhysical soilPhysical;\n [Link]\n private ISoilWater waterBalance;\n public double FASW { get; set; }\n public double WaterDeficit { get; set; }\n \n \n [Description(\"Auto irrigation on?\")]\n public bool AutoIrrigationOn { get; set; }\n \n [Description(\"Irrigation window start stage\")]\n public string StartStageName { get; set; }\n [Description(\"Irrigation window end stage\")]\n public string EndStageName { get; set; }\n\n [Description(\"Threshold fraction available water (0-1)\")]\n public double FASWThreshold { get; set; }\n\n [Description(\"Soil depth (mm) to which fraction available water is calculated\")]\n public double FASWDepth { get; set; }\n\n [EventSubscribe(\"DoManagement\")]\n private void OnDoManagement(object sender, EventArgs e)\n {\n CalculateFASW();\n if (AutoIrrigationOn && phenology.Between(StartStageName, EndStageName))\n {\n if (FASW < FASWThreshold)\n {\n double amount = 10;\n irrigation.Apply(WaterDeficit, depth: 0);\n }\n }\n }\n \n private void CalculateFASW()\n {\n double[] LL15 = MathUtilities.Multiply(soilPhysical.LL15, soilPhysical.Thickness);\n double[] DUL = MathUtilities.Multiply(soilPhysical.DUL, soilPhysical.Thickness);\n \n int nlayr = GetLayerIndex();\n double cumdep = MathUtilities.Sum(soilPhysical.Thickness, 0, nlayr, 0.0);\n\n double excess_fr = MathUtilities.Divide((cumdep - FASWDepth), soilPhysical.Thickness[nlayr], 0.0);\n\n // note that results may be strange if swdep < ll15\n double avail_sw = (MathUtilities.Sum(waterBalance.SWmm, 0, nlayr, 0.0)\n - excess_fr * waterBalance.SWmm[nlayr])\n - (MathUtilities.Sum(LL15, 0, nlayr, 0.0)\n - excess_fr * LL15[nlayr]);\n\n\n double pot_avail_sw = (MathUtilities.Sum(DUL, 0, nlayr, 0.0)\n - excess_fr * DUL[nlayr])\n - (MathUtilities.Sum(LL15, 0, nlayr, 0.0)\n - excess_fr * LL15[nlayr]);\n\n FASW = MathUtilities.Divide(avail_sw, pot_avail_sw, 0.0);\n WaterDeficit = MathUtilities.Constrain(pot_avail_sw - avail_sw, 0.0, 100000);\n }\n\n private int GetLayerIndex()\n {\n double[] cumThickness = soilPhysical.ThicknessCumulative;\n for (int i = 1; i < cumThickness.Length; i++)\n {\n if (FASWDepth < cumThickness[i])\n return i - 1;\n }\n \n return cumThickness.Length - 1;\n }\n\n }\n}\n \n", "Parameters": [ { "Key": "FASW", "Value": "0" }, { "Key": "WaterDeficit", "Value": "0" }, { "Key": "AutoIrrigationOn", "Value": "True" }, { "Key": "StartStageName", "Value": "Emergence" }, { "Key": "EndStageName", "Value": "EndGrainFill" }, { "Key": "FASWThreshold", "Value": "0.9" }, { "Key": "FASWDepth", "Value": "1000" } ], "Name": "AutoIrrigate", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1994-04-29", "Action": "[Fertiliser].Apply(Amount: 200, Type: Fertiliser.Types.NO3N);", "Enabled": true } ], "Name": "ApplyFertiliser", "Children": [ { "$type": "Models.Memo, Models", "Text": "Add sufficient N to remove limitation", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FloweringDate", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.FloweringDAS", "YFieldName": "Predicted.Wheat.Phenology.FloweringDAS", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Bungunya2012", "Children": [ { "$type": "Models.Memo, Models", "Text": "INSERT TEXT HERE", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.CultivarName = Janz, Lang, Gregory", "Name": "Cv", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.SowDate = 10-May, 22-May, 23-Jun", "Name": "TOS", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Bungunya2012Base", "Children": [ { "$type": "Models.Clock, Models", "Start": "2012-04-01T00:00:00", "End": "2012-12-30T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Bungunya2012.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "APS6Soil", "LocalName": "APS6Site", "Site": "APS6Site", "NearestTown": "Unknown", "Region": "Lawes", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "APS6Field", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.38, 1.34, 1.35, 1.5, 1.49, 1.46, 1.46 ], "AirDry": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "LL15": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.2, 0.2 ], "DUL": [ 0.38, 0.38, 0.4, 0.4, 0.39, 0.38, 0.38 ], "SAT": [ 0.43, 0.43, 0.43, 0.43, 0.42, 0.4, 0.4 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.25, 0.28 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 3.5, "WinterDate": "1-Apr", "WinterU": 6.0, "WinterCona": 3.5, "DiffusConst": 88.0, "DiffusSlope": 35.4, "Salb": 0.13, "CN2Bare": 60.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 60.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 2.2, 1.6, 1.15, 1.0, 0.8, 0.45, 0.45 ], "SoilCNRatio": [ 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5 ], "FBiom": [ 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.45, 0.6, 0.78, 0.9, 0.99, 0.99, 0.99 ], "FOM": [ 694.25806462551282, 540.68872438398739, 327.94428869980209, 198.90826577408126, 120.64396166224935, 73.174261657349746, 44.3824331970172 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.3, 0.6, 0.25, 0.2, 0.1, 0.1, 0.1 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5 ], "PH": [ 7.5, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ 0.326, 0.326, 0.346, 0.333, 0.315, 0.326, 0.326 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial Water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Soils.Nutrients;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing Models.Soils.Nutrients;\r\nusing Models.Utilities;\r\nusing APSIM.Shared.Utilities;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n [Link] Plant Wheat;\r\n [Link] Soil Soil;\r\n Accumulator accumulatedRain;\r\n \r\n [Description(\"Sowing date (d-mmm)\")]\r\n public string SowDate { get; set; }\r\n [Description(\"Cultivar to be sown\")]\r\n public string CultivarName { get; set; }\r\n [Description(\"Sowing depth (mm)\")]\r\n public double SowingDepth { get; set; }\r\n [Description(\"Row spacing (mm)\")]\r\n public double RowSpacing { get; set; }\r\n [Description(\"Plant population (/m2)\")]\r\n public double Population { get; set; }\r\n \r\n \r\n\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n \r\n \r\n if (DateUtilities.WithinDates(SowDate, Clock.Today, SowDate))\r\n {\r\n Wheat.Sow(population: Population, cultivar: CultivarName, depth: SowingDepth, rowSpacing: RowSpacing); \r\n if(SowDate == \"10-May\")\r\n {\r\n Wheat.SetEmergenceDate(\"21-May\");\r\n }\r\n if(SowDate == \"22-May\")\r\n {\r\n Wheat.SetEmergenceDate(\"3-Jun\");\r\n }\r\n if(SowDate == \"23-Jun\")\r\n {\r\n Wheat.SetEmergenceDate(\"6-Jul\");\r\n }\r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "SowDate", "Value": "" }, { "Key": "CultivarName", "Value": "Hartog" }, { "Key": "SowingDepth", "Value": "40" }, { "Key": "RowSpacing", "Value": "250" }, { "Key": "Population", "Value": "100" } ], "Name": "Sowing", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Phen;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\nusing Models;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing System.Text;\r\nusing System.Collections.Generic;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Soils.Nutrients;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (phenology.CurrentPhase.Name == \"Ripening\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": null, "Name": "Harvesting", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Interfaces;\nusing Models.Soils.Nutrients;\nusing System;\nusing Models.Core;\nusing System.Collections.Generic;\nusing System.Text;\nusing Models.Soils;\nusing Models.PMF;\nusing Models;\nusing System.Xml.Serialization;\nusing APSIM.Shared.Utilities;\nusing Models.PMF.Phen;\n\nnamespace Models\n{\n [Serializable] \n public class Script : Model\n {\n [Link] private Plant Chickpea;\n [Link] private Zone zone;\n [Link] private Irrigation irrigation;\n [Link] private Soil soil;\n [Link]\n private Phenology phenology;\n [Link]\n private IPhysical soilPhysical;\n [Link]\n private ISoilWater waterBalance;\n public double FASW { get; set; }\n public double WaterDeficit { get; set; }\n \n \n [Description(\"Auto irrigation on?\")]\n public bool AutoIrrigationOn { get; set; }\n \n [Description(\"Irrigation window start stage\")]\n public string StartStageName { get; set; }\n [Description(\"Irrigation window end stage\")]\n public string EndStageName { get; set; }\n\n [Description(\"Threshold fraction available water (0-1)\")]\n public double FASWThreshold { get; set; }\n\n [Description(\"Soil depth (mm) to which fraction available water is calculated\")]\n public double FASWDepth { get; set; }\n\n [EventSubscribe(\"DoManagement\")]\n private void OnDoManagement(object sender, EventArgs e)\n {\n CalculateFASW();\n if (AutoIrrigationOn && phenology.Between(StartStageName, EndStageName))\n {\n if (FASW < FASWThreshold)\n {\n double amount = 10;\n irrigation.Apply(WaterDeficit, depth: 0);\n }\n }\n }\n \n private void CalculateFASW()\n {\n double[] LL15 = MathUtilities.Multiply(soilPhysical.LL15, soilPhysical.Thickness);\n double[] DUL = MathUtilities.Multiply(soilPhysical.DUL, soilPhysical.Thickness);\n \n int nlayr = GetLayerIndex();\n double cumdep = MathUtilities.Sum(soilPhysical.Thickness, 0, nlayr, 0.0);\n\n double excess_fr = MathUtilities.Divide((cumdep - FASWDepth), soilPhysical.Thickness[nlayr], 0.0);\n\n // note that results may be strange if swdep < ll15\n double avail_sw = (MathUtilities.Sum(waterBalance.SWmm, 0, nlayr, 0.0)\n - excess_fr * waterBalance.SWmm[nlayr])\n - (MathUtilities.Sum(LL15, 0, nlayr, 0.0)\n - excess_fr * LL15[nlayr]);\n\n\n double pot_avail_sw = (MathUtilities.Sum(DUL, 0, nlayr, 0.0)\n - excess_fr * DUL[nlayr])\n - (MathUtilities.Sum(LL15, 0, nlayr, 0.0)\n - excess_fr * LL15[nlayr]);\n\n FASW = MathUtilities.Divide(avail_sw, pot_avail_sw, 0.0);\n WaterDeficit = MathUtilities.Constrain(pot_avail_sw - avail_sw, 0.0, 100000);\n }\n\n private int GetLayerIndex()\n {\n double[] cumThickness = soilPhysical.ThicknessCumulative;\n for (int i = 1; i < cumThickness.Length; i++)\n {\n if (FASWDepth < cumThickness[i])\n return i - 1;\n }\n \n return cumThickness.Length - 1;\n }\n\n }\n}\n \n", "Parameters": [ { "Key": "FASW", "Value": "0" }, { "Key": "WaterDeficit", "Value": "0" }, { "Key": "AutoIrrigationOn", "Value": "True" }, { "Key": "StartStageName", "Value": "Emergence" }, { "Key": "EndStageName", "Value": "EndGrainFill" }, { "Key": "FASWThreshold", "Value": "0.9" }, { "Key": "FASWDepth", "Value": "1000" } ], "Name": "AutoIrrigate", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1994-04-29", "Action": "[Fertiliser].Apply(Amount: 200, Type: Fertiliser.Types.NO3N);", "Enabled": true } ], "Name": "ApplyFertiliser", "Children": [ { "$type": "Models.Memo, Models", "Text": "Add sufficient N to remove limitation", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FloweringDate", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.FloweringDAS", "YFieldName": "Predicted.Wheat.Phenology.FloweringDAS", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FloweringDate", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.FloweringDAS", "YFieldName": "Predicted.Wheat.Phenology.FloweringDAS", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PostSimulationTools.PredictedObserved, Models", "PredictedTableName": "HarvestReport", "ObservedTableName": "Observed", "FieldNameUsedForMatch": "Wheat.Phenology.CurrentStageName", "FieldName2UsedForMatch": null, "FieldName3UsedForMatch": null, "AllColumns": false, "Name": "SEQObsPred", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Phenology1996", "Children": [ { "$type": "Models.Memo, Models", "Text": "This dataset includes observed heading date for six cultivars (Batavia, Cunningham, Hartog, Janz, Sunbri, Suneca) for a range of locations and planting dates in the northern grain-growing region of Australia.", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Goondiwindi1996", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.CultivarName = Batavia, Cunningham, Hartog, Janz, Sunbri, Suneca", "Name": "Cv", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.SowDate = 16-Apr, 24-May, 30-Jun", "Name": "TOS", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Goondiwindi1996Base", "Children": [ { "$type": "Models.Clock, Models", "Start": "1996-04-01T00:00:00", "End": "1996-12-31T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Goondiwindi1996.met", "ExcelWorkSheetName": "", "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "APS6Soil", "LocalName": "APS6Site", "Site": "APS6Site", "NearestTown": "Unknown", "Region": "Lawes", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "APS6Field", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.38, 1.34, 1.35, 1.5, 1.49, 1.46, 1.46 ], "AirDry": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "LL15": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.2, 0.2 ], "DUL": [ 0.38, 0.38, 0.4, 0.4, 0.39, 0.38, 0.38 ], "SAT": [ 0.43, 0.43, 0.43, 0.43, 0.42, 0.4, 0.4 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.25, 0.28 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 3.5, "WinterDate": "1-Apr", "WinterU": 6.0, "WinterCona": 3.5, "DiffusConst": 88.0, "DiffusSlope": 35.4, "Salb": 0.13, "CN2Bare": 60.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 60.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 2.2, 1.6, 1.15, 1.0, 0.8, 0.45, 0.45 ], "SoilCNRatio": [ 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5 ], "FBiom": [ 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.45, 0.6, 0.78, 0.9, 0.99, 0.99, 0.99 ], "FOM": [ 694.25806462551282, 540.68872438398739, 327.94428869980209, 198.90826577408126, 120.64396166224935, 73.174261657349746, 44.3824331970172 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.3, 0.6, 0.25, 0.2, 0.1, 0.1, 0.1 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5 ], "PH": [ 7.5, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ 0.326, 0.326, 0.346, 0.333, 0.315, 0.326, 0.326 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial Water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Soils.Nutrients;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing Models.Soils.Nutrients;\r\nusing Models.Utilities;\r\nusing APSIM.Shared.Utilities;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n [Link] Plant Wheat;\r\n [Link] Soil Soil;\r\n Accumulator accumulatedRain;\r\n \r\n [Description(\"Sowing date (d-mmm)\")]\r\n public string SowDate { get; set; }\r\n [Description(\"Cultivar to be sown\")]\r\n public string CultivarName { get; set; }\r\n [Description(\"Sowing depth (mm)\")]\r\n public double SowingDepth { get; set; }\r\n [Description(\"Row spacing (mm)\")]\r\n public double RowSpacing { get; set; }\r\n [Description(\"Plant population (/m2)\")]\r\n public double Population { get; set; }\r\n \r\n \r\n\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n \r\n \r\n if (DateUtilities.WithinDates(SowDate, Clock.Today, SowDate))\r\n {\r\n Wheat.Sow(population: Population, cultivar: CultivarName, depth: SowingDepth, rowSpacing: RowSpacing); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "SowDate", "Value": "25-May" }, { "Key": "CultivarName", "Value": "Hartog" }, { "Key": "SowingDepth", "Value": "40" }, { "Key": "RowSpacing", "Value": "250" }, { "Key": "Population", "Value": "100" } ], "Name": "Sowing", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Phen;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\nusing Models;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing System.Text;\r\nusing System.Collections.Generic;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Soils.Nutrients;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (phenology.CurrentPhase.Name == \"Ripening\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": [], "Name": "Harvesting", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Interfaces;\nusing Models.Soils.Nutrients;\nusing System;\nusing Models.Core;\nusing System.Collections.Generic;\nusing System.Text;\nusing Models.Soils;\nusing Models.PMF;\nusing Models;\nusing System.Xml.Serialization;\nusing APSIM.Shared.Utilities;\nusing Models.PMF.Phen;\n\nnamespace Models\n{\n [Serializable] \n public class Script : Model\n {\n [Link] private Plant Chickpea;\n [Link] private Zone zone;\n [Link] private Irrigation irrigation;\n [Link] private Soil soil;\n [Link]\n private Phenology phenology;\n [Link]\n private IPhysical soilPhysical;\n [Link]\n private ISoilWater waterBalance;\n public double FASW { get; set; }\n public double WaterDeficit { get; set; }\n \n \n [Description(\"Auto irrigation on?\")]\n public bool AutoIrrigationOn { get; set; }\n \n [Description(\"Irrigation window start stage\")]\n public string StartStageName { get; set; }\n [Description(\"Irrigation window end stage\")]\n public string EndStageName { get; set; }\n\n [Description(\"Threshold fraction available water (0-1)\")]\n public double FASWThreshold { get; set; }\n\n [Description(\"Soil depth (mm) to which fraction available water is calculated\")]\n public double FASWDepth { get; set; }\n\n [EventSubscribe(\"DoManagement\")]\n private void OnDoManagement(object sender, EventArgs e)\n {\n CalculateFASW();\n if (AutoIrrigationOn && phenology.Between(StartStageName, EndStageName))\n {\n if (FASW < FASWThreshold)\n {\n double amount = 10;\n irrigation.Apply(WaterDeficit, depth: 0);\n }\n }\n }\n \n private void CalculateFASW()\n {\n double[] LL15 = MathUtilities.Multiply(soilPhysical.LL15, soilPhysical.Thickness);\n double[] DUL = MathUtilities.Multiply(soilPhysical.DUL, soilPhysical.Thickness);\n \n int nlayr = GetLayerIndex();\n double cumdep = MathUtilities.Sum(soilPhysical.Thickness, 0, nlayr, 0.0);\n\n double excess_fr = MathUtilities.Divide((cumdep - FASWDepth), soilPhysical.Thickness[nlayr], 0.0);\n\n // note that results may be strange if swdep < ll15\n double avail_sw = (MathUtilities.Sum(waterBalance.SWmm, 0, nlayr, 0.0)\n - excess_fr * waterBalance.SWmm[nlayr])\n - (MathUtilities.Sum(LL15, 0, nlayr, 0.0)\n - excess_fr * LL15[nlayr]);\n\n\n double pot_avail_sw = (MathUtilities.Sum(DUL, 0, nlayr, 0.0)\n - excess_fr * DUL[nlayr])\n - (MathUtilities.Sum(LL15, 0, nlayr, 0.0)\n - excess_fr * LL15[nlayr]);\n\n FASW = MathUtilities.Divide(avail_sw, pot_avail_sw, 0.0);\n WaterDeficit = MathUtilities.Constrain(pot_avail_sw - avail_sw, 0.0, 100000);\n }\n\n private int GetLayerIndex()\n {\n double[] cumThickness = soilPhysical.ThicknessCumulative;\n for (int i = 1; i < cumThickness.Length; i++)\n {\n if (FASWDepth < cumThickness[i])\n return i - 1;\n }\n \n return cumThickness.Length - 1;\n }\n\n }\n}\n \n", "Parameters": [ { "Key": "FASW", "Value": "0" }, { "Key": "WaterDeficit", "Value": "0" }, { "Key": "AutoIrrigationOn", "Value": "True" }, { "Key": "StartStageName", "Value": "Emergence" }, { "Key": "EndStageName", "Value": "EndGrainFill" }, { "Key": "FASWThreshold", "Value": "0.9" }, { "Key": "FASWDepth", "Value": "1000" } ], "Name": "AutoIrrigate", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1994-04-29", "Action": "[Fertiliser].Apply(Amount: 200, Type: Fertiliser.Types.NO3N);", "Enabled": true } ], "Name": "ApplyFertiliser", "Children": [ { "$type": "Models.Memo, Models", "Text": "Add sufficient N to remove limitation", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Miles1996", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.CultivarName = Batavia, Cunningham, Hartog, Janz, Sunbri, Suneca", "Name": "Cv", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.SowDate = 18-Apr, 11-May, 1-Jun, 21-Jun, 16-Jul", "Name": "TOS", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Miles1996Base", "Children": [ { "$type": "Models.Clock, Models", "Start": "1996-04-01T00:00:00", "End": "1996-12-04T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "miles96.met", "ExcelWorkSheetName": "", "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "APS6Soil", "LocalName": "APS6Site", "Site": "APS6Site", "NearestTown": "Unknown", "Region": "Lawes", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "APS6Field", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.38, 1.34, 1.35, 1.5, 1.49, 1.46, 1.46 ], "AirDry": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "LL15": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.2, 0.2 ], "DUL": [ 0.38, 0.38, 0.4, 0.4, 0.39, 0.38, 0.38 ], "SAT": [ 0.43, 0.43, 0.43, 0.43, 0.42, 0.4, 0.4 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.25, 0.28 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 3.5, "WinterDate": "1-Apr", "WinterU": 6.0, "WinterCona": 3.5, "DiffusConst": 88.0, "DiffusSlope": 35.4, "Salb": 0.13, "CN2Bare": 60.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 60.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 2.2, 1.6, 1.15, 1.0, 0.8, 0.45, 0.45 ], "SoilCNRatio": [ 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5 ], "FBiom": [ 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.45, 0.6, 0.78, 0.9, 0.99, 0.99, 0.99 ], "FOM": [ 694.25806462551282, 540.68872438398739, 327.94428869980209, 198.90826577408126, 120.64396166224935, 73.174261657349746, 44.3824331970172 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.3, 0.6, 0.25, 0.2, 0.1, 0.1, 0.1 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5 ], "PH": [ 7.5, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ 0.326, 0.326, 0.346, 0.333, 0.315, 0.326, 0.326 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial Water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Soils.Nutrients;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing Models.Soils.Nutrients;\r\nusing Models.Utilities;\r\nusing APSIM.Shared.Utilities;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n [Link] Plant Wheat;\r\n [Link] Soil Soil;\r\n Accumulator accumulatedRain;\r\n \r\n [Description(\"Sowing date (d-mmm)\")]\r\n public string SowDate { get; set; }\r\n [Description(\"Cultivar to be sown\")]\r\n public string CultivarName { get; set; }\r\n [Description(\"Sowing depth (mm)\")]\r\n public double SowingDepth { get; set; }\r\n [Description(\"Row spacing (mm)\")]\r\n public double RowSpacing { get; set; }\r\n [Description(\"Plant population (/m2)\")]\r\n public double Population { get; set; }\r\n \r\n \r\n\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n \r\n \r\n if (DateUtilities.WithinDates(SowDate, Clock.Today, SowDate))\r\n {\r\n Wheat.Sow(population: Population, cultivar: CultivarName, depth: SowingDepth, rowSpacing: RowSpacing); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "SowDate", "Value": "25-May" }, { "Key": "CultivarName", "Value": "Hartog" }, { "Key": "SowingDepth", "Value": "40" }, { "Key": "RowSpacing", "Value": "250" }, { "Key": "Population", "Value": "100" } ], "Name": "Sowing", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Phen;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\nusing Models;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing System.Text;\r\nusing System.Collections.Generic;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Soils.Nutrients;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (phenology.CurrentPhase.Name == \"Ripening\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": [], "Name": "Harvesting", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Interfaces;\nusing Models.Soils.Nutrients;\nusing System;\nusing Models.Core;\nusing System.Collections.Generic;\nusing System.Text;\nusing Models.Soils;\nusing Models.PMF;\nusing Models;\nusing System.Xml.Serialization;\nusing APSIM.Shared.Utilities;\nusing Models.PMF.Phen;\n\nnamespace Models\n{\n [Serializable] \n public class Script : Model\n {\n [Link] private Plant Chickpea;\n [Link] private Zone zone;\n [Link] private Irrigation irrigation;\n [Link] private Soil soil;\n [Link]\n private Phenology phenology;\n [Link]\n private IPhysical soilPhysical;\n [Link]\n private ISoilWater waterBalance;\n public double FASW { get; set; }\n public double WaterDeficit { get; set; }\n \n \n [Description(\"Auto irrigation on?\")]\n public bool AutoIrrigationOn { get; set; }\n \n [Description(\"Irrigation window start stage\")]\n public string StartStageName { get; set; }\n [Description(\"Irrigation window end stage\")]\n public string EndStageName { get; set; }\n\n [Description(\"Threshold fraction available water (0-1)\")]\n public double FASWThreshold { get; set; }\n\n [Description(\"Soil depth (mm) to which fraction available water is calculated\")]\n public double FASWDepth { get; set; }\n\n [EventSubscribe(\"DoManagement\")]\n private void OnDoManagement(object sender, EventArgs e)\n {\n CalculateFASW();\n if (AutoIrrigationOn && phenology.Between(StartStageName, EndStageName))\n {\n if (FASW < FASWThreshold)\n {\n double amount = 10;\n irrigation.Apply(WaterDeficit, depth: 0);\n }\n }\n }\n \n private void CalculateFASW()\n {\n double[] LL15 = MathUtilities.Multiply(soilPhysical.LL15, soilPhysical.Thickness);\n double[] DUL = MathUtilities.Multiply(soilPhysical.DUL, soilPhysical.Thickness);\n \n int nlayr = GetLayerIndex();\n double cumdep = MathUtilities.Sum(soilPhysical.Thickness, 0, nlayr, 0.0);\n\n double excess_fr = MathUtilities.Divide((cumdep - FASWDepth), soilPhysical.Thickness[nlayr], 0.0);\n\n // note that results may be strange if swdep < ll15\n double avail_sw = (MathUtilities.Sum(waterBalance.SWmm, 0, nlayr, 0.0)\n - excess_fr * waterBalance.SWmm[nlayr])\n - (MathUtilities.Sum(LL15, 0, nlayr, 0.0)\n - excess_fr * LL15[nlayr]);\n\n\n double pot_avail_sw = (MathUtilities.Sum(DUL, 0, nlayr, 0.0)\n - excess_fr * DUL[nlayr])\n - (MathUtilities.Sum(LL15, 0, nlayr, 0.0)\n - excess_fr * LL15[nlayr]);\n\n FASW = MathUtilities.Divide(avail_sw, pot_avail_sw, 0.0);\n WaterDeficit = MathUtilities.Constrain(pot_avail_sw - avail_sw, 0.0, 100000);\n }\n\n private int GetLayerIndex()\n {\n double[] cumThickness = soilPhysical.ThicknessCumulative;\n for (int i = 1; i < cumThickness.Length; i++)\n {\n if (FASWDepth < cumThickness[i])\n return i - 1;\n }\n \n return cumThickness.Length - 1;\n }\n\n }\n}\n \n", "Parameters": [ { "Key": "FASW", "Value": "0" }, { "Key": "WaterDeficit", "Value": "0" }, { "Key": "AutoIrrigationOn", "Value": "True" }, { "Key": "StartStageName", "Value": "Emergence" }, { "Key": "EndStageName", "Value": "EndGrainFill" }, { "Key": "FASWThreshold", "Value": "0.9" }, { "Key": "FASWDepth", "Value": "1000" } ], "Name": "AutoIrrigate", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1994-04-29", "Action": "[Fertiliser].Apply(Amount: 200, Type: Fertiliser.Types.NO3N);", "Enabled": true } ], "Name": "ApplyFertiliser", "Children": [ { "$type": "Models.Memo, Models", "Text": "Add sufficient N to remove limitation", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Emerald1996", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.CultivarName = Batavia, Cunningham, Hartog, Janz, Sunbri, Suneca", "Name": "Cv", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.SowDate = 11-Apr, 6-May, 21-May, 16-Jun", "Name": "TOS", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Emerald1996Base", "Children": [ { "$type": "Models.Clock, Models", "Start": "1996-04-01T00:00:00", "End": "1996-12-04T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "emer96.met", "ExcelWorkSheetName": "", "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "APS6Soil", "LocalName": "APS6Site", "Site": "APS6Site", "NearestTown": "Unknown", "Region": "Lawes", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "APS6Field", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.38, 1.34, 1.35, 1.5, 1.49, 1.46, 1.46 ], "AirDry": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "LL15": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.2, 0.2 ], "DUL": [ 0.38, 0.38, 0.4, 0.4, 0.39, 0.38, 0.38 ], "SAT": [ 0.43, 0.43, 0.43, 0.43, 0.42, 0.4, 0.4 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.25, 0.28 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 3.5, "WinterDate": "1-Apr", "WinterU": 6.0, "WinterCona": 3.5, "DiffusConst": 88.0, "DiffusSlope": 35.4, "Salb": 0.13, "CN2Bare": 60.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 60.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 2.2, 1.6, 1.15, 1.0, 0.8, 0.45, 0.45 ], "SoilCNRatio": [ 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5 ], "FBiom": [ 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.45, 0.6, 0.78, 0.9, 0.99, 0.99, 0.99 ], "FOM": [ 694.25806462551282, 540.68872438398739, 327.94428869980209, 198.90826577408126, 120.64396166224935, 73.174261657349746, 44.3824331970172 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.3, 0.6, 0.25, 0.2, 0.1, 0.1, 0.1 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5 ], "PH": [ 7.5, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ 0.326, 0.326, 0.346, 0.333, 0.315, 0.326, 0.326 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial Water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Soils.Nutrients;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing Models.Soils.Nutrients;\r\nusing Models.Utilities;\r\nusing APSIM.Shared.Utilities;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n [Link] Plant Wheat;\r\n [Link] Soil Soil;\r\n Accumulator accumulatedRain;\r\n \r\n [Description(\"Sowing date (d-mmm)\")]\r\n public string SowDate { get; set; }\r\n [Description(\"Cultivar to be sown\")]\r\n public string CultivarName { get; set; }\r\n [Description(\"Sowing depth (mm)\")]\r\n public double SowingDepth { get; set; }\r\n [Description(\"Row spacing (mm)\")]\r\n public double RowSpacing { get; set; }\r\n [Description(\"Plant population (/m2)\")]\r\n public double Population { get; set; }\r\n \r\n \r\n\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n \r\n \r\n if (DateUtilities.WithinDates(SowDate, Clock.Today, SowDate))\r\n {\r\n Wheat.Sow(population: Population, cultivar: CultivarName, depth: SowingDepth, rowSpacing: RowSpacing); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "SowDate", "Value": "25-May" }, { "Key": "CultivarName", "Value": "Hartog" }, { "Key": "SowingDepth", "Value": "40" }, { "Key": "RowSpacing", "Value": "250" }, { "Key": "Population", "Value": "100" } ], "Name": "Sowing", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Phen;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\nusing Models;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing System.Text;\r\nusing System.Collections.Generic;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Soils.Nutrients;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (phenology.CurrentPhase.Name == \"Ripening\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": [], "Name": "Harvesting", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Interfaces;\nusing Models.Soils.Nutrients;\nusing System;\nusing Models.Core;\nusing System.Collections.Generic;\nusing System.Text;\nusing Models.Soils;\nusing Models.PMF;\nusing Models;\nusing System.Xml.Serialization;\nusing APSIM.Shared.Utilities;\nusing Models.PMF.Phen;\n\nnamespace Models\n{\n [Serializable] \n public class Script : Model\n {\n [Link] private Plant Chickpea;\n [Link] private Zone zone;\n [Link] private Irrigation irrigation;\n [Link] private Soil soil;\n [Link]\n private Phenology phenology;\n [Link]\n private IPhysical soilPhysical;\n [Link]\n private ISoilWater waterBalance;\n public double FASW { get; set; }\n public double WaterDeficit { get; set; }\n \n \n [Description(\"Auto irrigation on?\")]\n public bool AutoIrrigationOn { get; set; }\n \n [Description(\"Irrigation window start stage\")]\n public string StartStageName { get; set; }\n [Description(\"Irrigation window end stage\")]\n public string EndStageName { get; set; }\n\n [Description(\"Threshold fraction available water (0-1)\")]\n public double FASWThreshold { get; set; }\n\n [Description(\"Soil depth (mm) to which fraction available water is calculated\")]\n public double FASWDepth { get; set; }\n\n [EventSubscribe(\"DoManagement\")]\n private void OnDoManagement(object sender, EventArgs e)\n {\n CalculateFASW();\n if (AutoIrrigationOn && phenology.Between(StartStageName, EndStageName))\n {\n if (FASW < FASWThreshold)\n {\n double amount = 10;\n irrigation.Apply(WaterDeficit, depth: 0);\n }\n }\n }\n \n private void CalculateFASW()\n {\n double[] LL15 = MathUtilities.Multiply(soilPhysical.LL15, soilPhysical.Thickness);\n double[] DUL = MathUtilities.Multiply(soilPhysical.DUL, soilPhysical.Thickness);\n \n int nlayr = GetLayerIndex();\n double cumdep = MathUtilities.Sum(soilPhysical.Thickness, 0, nlayr, 0.0);\n\n double excess_fr = MathUtilities.Divide((cumdep - FASWDepth), soilPhysical.Thickness[nlayr], 0.0);\n\n // note that results may be strange if swdep < ll15\n double avail_sw = (MathUtilities.Sum(waterBalance.SWmm, 0, nlayr, 0.0)\n - excess_fr * waterBalance.SWmm[nlayr])\n - (MathUtilities.Sum(LL15, 0, nlayr, 0.0)\n - excess_fr * LL15[nlayr]);\n\n\n double pot_avail_sw = (MathUtilities.Sum(DUL, 0, nlayr, 0.0)\n - excess_fr * DUL[nlayr])\n - (MathUtilities.Sum(LL15, 0, nlayr, 0.0)\n - excess_fr * LL15[nlayr]);\n\n FASW = MathUtilities.Divide(avail_sw, pot_avail_sw, 0.0);\n WaterDeficit = MathUtilities.Constrain(pot_avail_sw - avail_sw, 0.0, 100000);\n }\n\n private int GetLayerIndex()\n {\n double[] cumThickness = soilPhysical.ThicknessCumulative;\n for (int i = 1; i < cumThickness.Length; i++)\n {\n if (FASWDepth < cumThickness[i])\n return i - 1;\n }\n \n return cumThickness.Length - 1;\n }\n\n }\n}\n \n", "Parameters": [ { "Key": "FASW", "Value": "0" }, { "Key": "WaterDeficit", "Value": "0" }, { "Key": "AutoIrrigationOn", "Value": "True" }, { "Key": "StartStageName", "Value": "Emergence" }, { "Key": "EndStageName", "Value": "EndGrainFill" }, { "Key": "FASWThreshold", "Value": "0.9" }, { "Key": "FASWDepth", "Value": "1000" } ], "Name": "AutoIrrigate", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1994-04-29", "Action": "[Fertiliser].Apply(Amount: 200, Type: Fertiliser.Types.NO3N);", "Enabled": true } ], "Name": "ApplyFertiliser", "Children": [ { "$type": "Models.Memo, Models", "Text": "Add sufficient N to remove limitation", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Biloela1996", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.CultivarName = Batavia, Cunningham, Hartog, Janz, Sunbri, Suneca", "Name": "Cv", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.SowDate = 11-Apr, 29-Apr, 15-May, 13-Jun, 16-Jul", "Name": "TOS", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Biloela1996Base", "Children": [ { "$type": "Models.Clock, Models", "Start": "1996-04-01T00:00:00", "End": "1996-12-04T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Biloela1996.met", "ExcelWorkSheetName": "", "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "APS6Soil", "LocalName": "APS6Site", "Site": "APS6Site", "NearestTown": "Unknown", "Region": "Lawes", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "APS6Field", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.38, 1.34, 1.35, 1.5, 1.49, 1.46, 1.46 ], "AirDry": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "LL15": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.2, 0.2 ], "DUL": [ 0.38, 0.38, 0.4, 0.4, 0.39, 0.38, 0.38 ], "SAT": [ 0.43, 0.43, 0.43, 0.43, 0.42, 0.4, 0.4 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.25, 0.28 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 3.5, "WinterDate": "1-Apr", "WinterU": 6.0, "WinterCona": 3.5, "DiffusConst": 88.0, "DiffusSlope": 35.4, "Salb": 0.13, "CN2Bare": 60.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 60.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 2.2, 1.6, 1.15, 1.0, 0.8, 0.45, 0.45 ], "SoilCNRatio": [ 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5 ], "FBiom": [ 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.45, 0.6, 0.78, 0.9, 0.99, 0.99, 0.99 ], "FOM": [ 694.25806462551282, 540.68872438398739, 327.94428869980209, 198.90826577408126, 120.64396166224935, 73.174261657349746, 44.3824331970172 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.3, 0.6, 0.25, 0.2, 0.1, 0.1, 0.1 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5 ], "PH": [ 7.5, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ 0.326, 0.326, 0.346, 0.333, 0.315, 0.326, 0.326 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial Water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Soils.Nutrients;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing Models.Soils.Nutrients;\r\nusing Models.Utilities;\r\nusing APSIM.Shared.Utilities;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n [Link] Plant Wheat;\r\n [Link] Soil Soil;\r\n Accumulator accumulatedRain;\r\n \r\n [Description(\"Sowing date (d-mmm)\")]\r\n public string SowDate { get; set; }\r\n [Description(\"Cultivar to be sown\")]\r\n public string CultivarName { get; set; }\r\n [Description(\"Sowing depth (mm)\")]\r\n public double SowingDepth { get; set; }\r\n [Description(\"Row spacing (mm)\")]\r\n public double RowSpacing { get; set; }\r\n [Description(\"Plant population (/m2)\")]\r\n public double Population { get; set; }\r\n \r\n \r\n\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n \r\n \r\n if (DateUtilities.WithinDates(SowDate, Clock.Today, SowDate))\r\n {\r\n Wheat.Sow(population: Population, cultivar: CultivarName, depth: SowingDepth, rowSpacing: RowSpacing); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "SowDate", "Value": "25-May" }, { "Key": "CultivarName", "Value": "Hartog" }, { "Key": "SowingDepth", "Value": "40" }, { "Key": "RowSpacing", "Value": "250" }, { "Key": "Population", "Value": "100" } ], "Name": "Sowing", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Phen;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\nusing Models;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing System.Text;\r\nusing System.Collections.Generic;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Soils.Nutrients;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (phenology.CurrentPhase.Name == \"Ripening\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": [], "Name": "Harvesting", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Interfaces;\nusing Models.Soils.Nutrients;\nusing System;\nusing Models.Core;\nusing System.Collections.Generic;\nusing System.Text;\nusing Models.Soils;\nusing Models.PMF;\nusing Models;\nusing System.Xml.Serialization;\nusing APSIM.Shared.Utilities;\nusing Models.PMF.Phen;\n\nnamespace Models\n{\n [Serializable] \n public class Script : Model\n {\n [Link] private Plant Chickpea;\n [Link] private Zone zone;\n [Link] private Irrigation irrigation;\n [Link] private Soil soil;\n [Link]\n private Phenology phenology;\n [Link]\n private IPhysical soilPhysical;\n [Link]\n private ISoilWater waterBalance;\n public double FASW { get; set; }\n public double WaterDeficit { get; set; }\n \n \n [Description(\"Auto irrigation on?\")]\n public bool AutoIrrigationOn { get; set; }\n \n [Description(\"Irrigation window start stage\")]\n public string StartStageName { get; set; }\n [Description(\"Irrigation window end stage\")]\n public string EndStageName { get; set; }\n\n [Description(\"Threshold fraction available water (0-1)\")]\n public double FASWThreshold { get; set; }\n\n [Description(\"Soil depth (mm) to which fraction available water is calculated\")]\n public double FASWDepth { get; set; }\n\n [EventSubscribe(\"DoManagement\")]\n private void OnDoManagement(object sender, EventArgs e)\n {\n CalculateFASW();\n if (AutoIrrigationOn && phenology.Between(StartStageName, EndStageName))\n {\n if (FASW < FASWThreshold)\n {\n double amount = 10;\n irrigation.Apply(WaterDeficit, depth: 0);\n }\n }\n }\n \n private void CalculateFASW()\n {\n double[] LL15 = MathUtilities.Multiply(soilPhysical.LL15, soilPhysical.Thickness);\n double[] DUL = MathUtilities.Multiply(soilPhysical.DUL, soilPhysical.Thickness);\n \n int nlayr = GetLayerIndex();\n double cumdep = MathUtilities.Sum(soilPhysical.Thickness, 0, nlayr, 0.0);\n\n double excess_fr = MathUtilities.Divide((cumdep - FASWDepth), soilPhysical.Thickness[nlayr], 0.0);\n\n // note that results may be strange if swdep < ll15\n double avail_sw = (MathUtilities.Sum(waterBalance.SWmm, 0, nlayr, 0.0)\n - excess_fr * waterBalance.SWmm[nlayr])\n - (MathUtilities.Sum(LL15, 0, nlayr, 0.0)\n - excess_fr * LL15[nlayr]);\n\n\n double pot_avail_sw = (MathUtilities.Sum(DUL, 0, nlayr, 0.0)\n - excess_fr * DUL[nlayr])\n - (MathUtilities.Sum(LL15, 0, nlayr, 0.0)\n - excess_fr * LL15[nlayr]);\n\n FASW = MathUtilities.Divide(avail_sw, pot_avail_sw, 0.0);\n WaterDeficit = MathUtilities.Constrain(pot_avail_sw - avail_sw, 0.0, 100000);\n }\n\n private int GetLayerIndex()\n {\n double[] cumThickness = soilPhysical.ThicknessCumulative;\n for (int i = 1; i < cumThickness.Length; i++)\n {\n if (FASWDepth < cumThickness[i])\n return i - 1;\n }\n \n return cumThickness.Length - 1;\n }\n\n }\n}\n \n", "Parameters": [ { "Key": "FASW", "Value": "0" }, { "Key": "WaterDeficit", "Value": "0" }, { "Key": "AutoIrrigationOn", "Value": "True" }, { "Key": "StartStageName", "Value": "Emergence" }, { "Key": "EndStageName", "Value": "EndGrainFill" }, { "Key": "FASWThreshold", "Value": "0.9" }, { "Key": "FASWDepth", "Value": "1000" } ], "Name": "AutoIrrigate", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1994-04-29", "Action": "[Fertiliser].Apply(Amount: 200, Type: Fertiliser.Types.NO3N);", "Enabled": true } ], "Name": "ApplyFertiliser", "Children": [ { "$type": "Models.Memo, Models", "Text": "Add sufficient N to remove limitation", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Moree1996", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.CultivarName = Batavia, Cunningham, Hartog, Janz, Sunbri, Suneca", "Name": "Cv", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.SowDate = 7-May, 16-May, 18-Jul", "Name": "TOS", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Moree1996Base", "Children": [ { "$type": "Models.Clock, Models", "Start": "1996-04-01T00:00:00", "End": "1996-12-31T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "moree96.met", "ExcelWorkSheetName": "", "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "APS6Soil", "LocalName": "APS6Site", "Site": "APS6Site", "NearestTown": "Unknown", "Region": "Lawes", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "APS6Field", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.38, 1.34, 1.35, 1.5, 1.49, 1.46, 1.46 ], "AirDry": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "LL15": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.2, 0.2 ], "DUL": [ 0.38, 0.38, 0.4, 0.4, 0.39, 0.38, 0.38 ], "SAT": [ 0.43, 0.43, 0.43, 0.43, 0.42, 0.4, 0.4 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.25, 0.28 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 3.5, "WinterDate": "1-Apr", "WinterU": 6.0, "WinterCona": 3.5, "DiffusConst": 88.0, "DiffusSlope": 35.4, "Salb": 0.13, "CN2Bare": 60.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 60.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 2.2, 1.6, 1.15, 1.0, 0.8, 0.45, 0.45 ], "SoilCNRatio": [ 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5 ], "FBiom": [ 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.45, 0.6, 0.78, 0.9, 0.99, 0.99, 0.99 ], "FOM": [ 694.25806462551282, 540.68872438398739, 327.94428869980209, 198.90826577408126, 120.64396166224935, 73.174261657349746, 44.3824331970172 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.3, 0.6, 0.25, 0.2, 0.1, 0.1, 0.1 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5 ], "PH": [ 7.5, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ 0.326, 0.326, 0.346, 0.333, 0.315, 0.326, 0.326 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial Water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Soils.Nutrients;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing Models.Soils.Nutrients;\r\nusing Models.Utilities;\r\nusing APSIM.Shared.Utilities;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n [Link] Plant Wheat;\r\n [Link] Soil Soil;\r\n Accumulator accumulatedRain;\r\n \r\n [Description(\"Sowing date (d-mmm)\")]\r\n public string SowDate { get; set; }\r\n [Description(\"Cultivar to be sown\")]\r\n public string CultivarName { get; set; }\r\n [Description(\"Sowing depth (mm)\")]\r\n public double SowingDepth { get; set; }\r\n [Description(\"Row spacing (mm)\")]\r\n public double RowSpacing { get; set; }\r\n [Description(\"Plant population (/m2)\")]\r\n public double Population { get; set; }\r\n \r\n \r\n\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n \r\n \r\n if (DateUtilities.WithinDates(SowDate, Clock.Today, SowDate))\r\n {\r\n Wheat.Sow(population: Population, cultivar: CultivarName, depth: SowingDepth, rowSpacing: RowSpacing); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "SowDate", "Value": "25-May" }, { "Key": "CultivarName", "Value": "Hartog" }, { "Key": "SowingDepth", "Value": "40" }, { "Key": "RowSpacing", "Value": "250" }, { "Key": "Population", "Value": "100" } ], "Name": "Sowing", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Phen;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\nusing Models;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing System.Text;\r\nusing System.Collections.Generic;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Soils.Nutrients;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (phenology.CurrentPhase.Name == \"Ripening\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": [], "Name": "Harvesting", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Interfaces;\nusing Models.Soils.Nutrients;\nusing System;\nusing Models.Core;\nusing System.Collections.Generic;\nusing System.Text;\nusing Models.Soils;\nusing Models.PMF;\nusing Models;\nusing System.Xml.Serialization;\nusing APSIM.Shared.Utilities;\nusing Models.PMF.Phen;\n\nnamespace Models\n{\n [Serializable] \n public class Script : Model\n {\n [Link] private Plant Chickpea;\n [Link] private Zone zone;\n [Link] private Irrigation irrigation;\n [Link] private Soil soil;\n [Link]\n private Phenology phenology;\n [Link]\n private IPhysical soilPhysical;\n [Link]\n private ISoilWater waterBalance;\n public double FASW { get; set; }\n public double WaterDeficit { get; set; }\n \n \n [Description(\"Auto irrigation on?\")]\n public bool AutoIrrigationOn { get; set; }\n \n [Description(\"Irrigation window start stage\")]\n public string StartStageName { get; set; }\n [Description(\"Irrigation window end stage\")]\n public string EndStageName { get; set; }\n\n [Description(\"Threshold fraction available water (0-1)\")]\n public double FASWThreshold { get; set; }\n\n [Description(\"Soil depth (mm) to which fraction available water is calculated\")]\n public double FASWDepth { get; set; }\n\n [EventSubscribe(\"DoManagement\")]\n private void OnDoManagement(object sender, EventArgs e)\n {\n CalculateFASW();\n if (AutoIrrigationOn && phenology.Between(StartStageName, EndStageName))\n {\n if (FASW < FASWThreshold)\n {\n double amount = 10;\n irrigation.Apply(WaterDeficit, depth: 0);\n }\n }\n }\n \n private void CalculateFASW()\n {\n double[] LL15 = MathUtilities.Multiply(soilPhysical.LL15, soilPhysical.Thickness);\n double[] DUL = MathUtilities.Multiply(soilPhysical.DUL, soilPhysical.Thickness);\n \n int nlayr = GetLayerIndex();\n double cumdep = MathUtilities.Sum(soilPhysical.Thickness, 0, nlayr, 0.0);\n\n double excess_fr = MathUtilities.Divide((cumdep - FASWDepth), soilPhysical.Thickness[nlayr], 0.0);\n\n // note that results may be strange if swdep < ll15\n double avail_sw = (MathUtilities.Sum(waterBalance.SWmm, 0, nlayr, 0.0)\n - excess_fr * waterBalance.SWmm[nlayr])\n - (MathUtilities.Sum(LL15, 0, nlayr, 0.0)\n - excess_fr * LL15[nlayr]);\n\n\n double pot_avail_sw = (MathUtilities.Sum(DUL, 0, nlayr, 0.0)\n - excess_fr * DUL[nlayr])\n - (MathUtilities.Sum(LL15, 0, nlayr, 0.0)\n - excess_fr * LL15[nlayr]);\n\n FASW = MathUtilities.Divide(avail_sw, pot_avail_sw, 0.0);\n WaterDeficit = MathUtilities.Constrain(pot_avail_sw - avail_sw, 0.0, 100000);\n }\n\n private int GetLayerIndex()\n {\n double[] cumThickness = soilPhysical.ThicknessCumulative;\n for (int i = 1; i < cumThickness.Length; i++)\n {\n if (FASWDepth < cumThickness[i])\n return i - 1;\n }\n \n return cumThickness.Length - 1;\n }\n\n }\n}\n \n", "Parameters": [ { "Key": "FASW", "Value": "0" }, { "Key": "WaterDeficit", "Value": "0" }, { "Key": "AutoIrrigationOn", "Value": "True" }, { "Key": "StartStageName", "Value": "Emergence" }, { "Key": "EndStageName", "Value": "EndGrainFill" }, { "Key": "FASWThreshold", "Value": "0.9" }, { "Key": "FASWDepth", "Value": "1000" } ], "Name": "AutoIrrigate", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1994-04-29", "Action": "[Fertiliser].Apply(Amount: 200, Type: Fertiliser.Types.NO3N);", "Enabled": true } ], "Name": "ApplyFertiliser", "Children": [ { "$type": "Models.Memo, Models", "Text": "Add sufficient N to remove limitation", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Heading DAS", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": "Experiment", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.HeadingDAS", "YFieldName": "Predicted.Wheat.Phenology.HeadingDAS", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Temperatures", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "IWeather.MeanT", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar] = 'Hartog'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": 0.0, "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 5, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Heading DAS Hartog", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "HarvestReport", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.HeadingDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar] = 'Hartog'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.HeadingDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar] = 'Hartog'", "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": 0.0, "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 5, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Heading DAS Batavia", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "HarvestReport", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.HeadingDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar] = 'Batavia'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.HeadingDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar] = 'Batavia'", "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": 0.0, "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 5, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Heading DAS Cunningham", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "HarvestReport", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.HeadingDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar] = 'Cunningham'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.HeadingDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar] = 'Cunningham'", "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": 0.0, "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 5, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Heading DAS Janz", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "HarvestReport", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.HeadingDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar] = 'Janz'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.HeadingDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar] = 'Janz'", "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": 0.0, "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 5, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Heading DAS Sunbri", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "HarvestReport", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.HeadingDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar] = 'Sunbri'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.HeadingDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar] = 'Sunbri'", "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": 0.0, "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 5, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Heading DAS Suneca", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "HarvestReport", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.HeadingDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar] = 'Suneca'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.HeadingDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar] = 'Suneca'", "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FLN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 4, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.FinalLeafNumber", "YFieldName": "Predicted.Wheat.Phenology.FinalLeafNumber", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Western Australia", "Children": [ { "$type": "Models.Memo, Models", "Text": "The wheat belt of Western Australia has a Mediteranean climate (winter dominant rainfall patterns) with mostly sandy soils. Data from [Asseng1998163]. and some more recent studies have been included to extend the range of conditions studied and to include more modern cultivars.", "Name": "Memo", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Mer86", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[FertiliserOperations]", "Name": "NRate", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1986-06-14", "Action": "[Fertiliser].Apply(Amount: 15, Type: Fertiliser.Types.NO3N, Depth: 50);", "Enabled": true } ], "Name": "15", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1986-05-29", "Action": "[Fertiliser].Apply(Amount: 30, Type: Fertiliser.Types.NO3N, Depth: 50);", "Enabled": true } ], "Name": "60", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[IrrigationOperations]", "Name": "Water", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1986-09-03", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-05", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-10", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-11", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-14", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-16", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-18", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-21", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-23", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-24", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-30", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-02", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-04", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-10", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-12", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-14", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-16", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-18", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-20", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-22", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-25", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-26", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-28", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-30", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-11-01", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-11-03", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-11-05", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-11-07", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true } ], "Name": "Dry", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1986-09-03", "Action": "[Irrigation].Apply (amount:10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-05", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-10", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-11", "Action": "[Irrigation].Apply (amount:10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-14", "Action": "[Irrigation].Apply (amount:10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-16", "Action": "[Irrigation].Apply (amount:10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-18", "Action": "[Irrigation].Apply (amount:10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-21", "Action": "[Irrigation].Apply (amount:10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-23", "Action": "[Irrigation].Apply (amount:10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-24", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-30", "Action": "[Irrigation].Apply (amount:30);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-02", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-04", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-10", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-12", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-14", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-16", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-18", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-20", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-22", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-25", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-26", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-28", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-30", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-11-01", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-11-03", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-11-05", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-11-07", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true } ], "Name": "Wet", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Mer86Base", "Children": [ { "$type": "Models.Clock, Models", "Start": "1986-05-01T00:00:00", "End": "1986-11-30T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "MER-86.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "sand", "LocalName": "Merredin", "Site": "Merredin", "NearestTown": "Unknown", "Region": "WA", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "MER-86Field", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-90", "90-110", "110-130" ], "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.7, 1.75, 1.8, 1.85, 1.85, 1.85, 1.85, 1.85, 1.85, 1.85 ], "AirDry": [ 0.03, 0.03, 0.03, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04 ], "LL15": [ 0.03, 0.03, 0.03, 0.05, 0.1, 0.12, 0.17, 0.17, 0.17, 0.17 ], "DUL": [ 0.16, 0.21, 0.22, 0.23, 0.22, 0.22, 0.22, 0.22, 0.22, 0.22 ], "SAT": [ 0.26, 0.26, 0.25, 0.24, 0.23, 0.22, 0.22, 0.23, 0.23, 0.23 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.03, 0.03, 0.03, 0.05, 0.1, 0.12, 0.17, 0.17, 0.17, 0.17 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06 ], "XF": [ 0.2, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 2.0, "WinterDate": "1-Apr", "WinterU": 6.0, "WinterCona": 2.0, "DiffusConst": 88.0, "DiffusSlope": 35.0, "Salb": 0.13, "CN2Bare": 60.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 200.0, 200.0, 200.0 ], "SWCON": [ 1.0, 1.0, 1.0, 1.0, 0.3, 1.0, 1.0, 1.0, 1.0, 1.0 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-90", "90-110", "110-130" ], "FOMCNRatio": 40.0, "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 200.0, 200.0, 200.0 ], "Carbon": [ 0.5, 0.1, 0.1, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05 ], "SoilCNRatio": [ 13.0, 13.0, 13.0, 13.0, 13.0, 13.0, 13.0, 13.0, 13.0, 13.0 ], "FBiom": [ 0.04, 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.1, 0.1, 0.2, 0.8, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9 ], "FOM": [ 237.65186211989118, 188.6771980096093, 149.79510251343288, 118.9257259155771, 94.417828401824181, 74.96045327017552, 59.512802291496079, 37.511704055653475, 23.644121717992039, 14.903201704348266 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-90", "90-110", "110-130" ], "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 200.0, 200.0, 200.0 ], "NO3N": [ 10.0, 5.0, 0.3, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "NH4N": [ 5.0, 3.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "PH": [ 4.7, 4.7, 4.7, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-90", "90-110", "110-130" ], "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.03, 0.03, 0.07, 0.1, 0.22, 0.22, 0.22, 0.22, 0.21, 0.19 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial Water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Irrigation, Models", "Name": "irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 0.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 80.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1986-05-29", "Action": "[Wheat].Sow(population:149, cultivar:\"Gutha\", depth:30, rowSpacing:250); ", "Enabled": true } ], "Name": "SowingOperations", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1986-06-14", "Action": "[Fertiliser].Apply(Amount: 15, Type: Fertiliser.Types.NO3N, Depth: 50);", "Enabled": true } ], "Name": "FertiliserOperations", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1986-09-03", "Action": "[Irrigation].Apply (amount:10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-05", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-10", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-11", "Action": "[Irrigation].Apply (amount:10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-14", "Action": "[Irrigation].Apply (amount:10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-16", "Action": "[Irrigation].Apply (amount:10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-18", "Action": "[Irrigation].Apply (amount:10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-21", "Action": "[Irrigation].Apply (amount:10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-23", "Action": "[Irrigation].Apply (amount:10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-24", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-30", "Action": "[Irrigation].Apply (amount:30);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-02", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-04", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-10", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-12", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-14", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-16", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-18", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-20", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-22", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-25", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-26", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-28", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-30", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-11-01", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-11-03", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-11-05", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-11-07", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true } ], "Name": "IrrigationOperations", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Phen;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\nusing Models;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing System.Text;\r\nusing System.Collections.Generic;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Soils.Nutrients;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (phenology.CurrentPhase.Name == \"ReadyForHarvesting\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": null, "Name": "Harvesting", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Harvest Biomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.AboveGround.Wt", "YFieldName": "Predicted.Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Mer73", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[FertiliserOperations]", "Name": "NRate", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1986-06-14", "Action": "[Fertiliser].Apply(Amount: 0, Type: Fertiliser.Types.NO3N, Depth: 50);", "Enabled": true } ], "Name": "0", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1973-06-21", "Action": "[Fertiliser].Apply(Amount: 15, Type: Fertiliser.Types.NO3N, Depth: 50);", "Enabled": true } ], "Name": "15", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[IrrigationOperations]", "Name": "Water", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1986-09-03", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-05", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-10", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-11", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-14", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-16", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-18", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-21", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-23", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-24", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-30", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-02", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-04", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-10", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-12", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-14", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-16", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-18", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-20", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-22", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-25", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-26", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-28", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-30", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-11-01", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-11-03", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-11-05", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-11-07", "Action": "[Irrigation].Apply (amount:0);", "Enabled": true } ], "Name": "Dry", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1973-09-21", "Action": "[Irrigation].Apply (amount:40);", "Enabled": true } ], "Name": "40", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1973-08-28", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1973-09-21", "Action": "[Irrigation].Apply (amount:30);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1973-10-12", "Action": "[Irrigation].Apply (amount:50);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1973-10-28", "Action": "[Irrigation].Apply (amount:50);", "Enabled": true } ], "Name": "150", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Mer73Base", "Children": [ { "$type": "Models.Clock, Models", "Start": "1973-05-01T00:00:00", "End": "1973-11-30T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "MER-73.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "sand", "LocalName": "Merredin", "Site": "Merredin", "NearestTown": "Unknown", "Region": "WA", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "MER-73Field", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-90", "90-110", "110-130" ], "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.7, 1.85, 1.75, 1.7, 1.7, 1.85, 1.95, 2.0, 2.0, 2.0 ], "AirDry": [ 0.03, 0.03, 0.03, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04 ], "LL15": [ 0.03, 0.04, 0.04, 0.05, 0.05, 0.08, 0.11, 0.14, 0.16, 0.14 ], "DUL": [ 0.15, 0.2, 0.2, 0.2, 0.21, 0.21, 0.21, 0.21, 0.23, 0.23 ], "SAT": [ 0.28, 0.27, 0.27, 0.25, 0.25, 0.25, 0.25, 0.23, 0.23, 0.23 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.03, 0.03, 0.03, 0.05, 0.1, 0.12, 0.17, 0.17, 0.17, 0.17 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06 ], "XF": [ 0.2, 0.2, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.2, 0.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 2.0, "WinterDate": "1-Apr", "WinterU": 6.0, "WinterCona": 2.0, "DiffusConst": 88.0, "DiffusSlope": 35.0, "Salb": 0.13, "CN2Bare": 60.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 200.0, 200.0, 200.0 ], "SWCON": [ 1.0, 1.0, 1.0, 1.0, 0.1, 1.0, 1.0, 1.0, 1.0, 1.0 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-90", "90-110", "110-130" ], "FOMCNRatio": 20.0, "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 200.0, 200.0, 200.0 ], "Carbon": [ 1.2, 0.8, 0.3, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05 ], "SoilCNRatio": [ 13.0, 13.0, 13.0, 13.0, 13.0, 13.0, 13.0, 13.0, 13.0, 13.0 ], "FBiom": [ 0.04, 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.1, 0.1, 0.2, 0.8, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9 ], "FOM": [ 356.47779317983674, 283.015797014414, 224.69265377014935, 178.38858887336568, 141.62674260273627, 112.44067990526328, 89.269203437244116, 56.267556083480216, 35.466182576988054, 22.3548025565224 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-90", "90-110", "110-130" ], "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 200.0, 200.0, 200.0 ], "NO3N": [ 2.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "NH4N": [ 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "PH": [ 4.7, 4.7, 4.7, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-90", "90-110", "110-130" ], "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.03, 0.03, 0.07, 0.1, 0.22, 0.22, 0.22, 0.22, 0.21, 0.19 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial Water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Irrigation, Models", "Name": "irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 2500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 30.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1973-06-21", "Action": "[Wheat].Sow(population:100, cultivar:\"Gamenya\", depth:30, rowSpacing:250); ", "Enabled": true } ], "Name": "SowingOperations", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1986-06-14", "Action": "[Fertiliser].Apply(Amount: 15, Type: Fertiliser.Types.NO3N, Depth: 50);", "Enabled": true } ], "Name": "FertiliserOperations", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1986-09-03", "Action": "[Irrigation].Apply (amount:10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-05", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-10", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-11", "Action": "[Irrigation].Apply (amount:10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-14", "Action": "[Irrigation].Apply (amount:10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-16", "Action": "[Irrigation].Apply (amount:10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-18", "Action": "[Irrigation].Apply (amount:10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-21", "Action": "[Irrigation].Apply (amount:10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-23", "Action": "[Irrigation].Apply (amount:10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-24", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-09-30", "Action": "[Irrigation].Apply (amount:30);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-02", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-04", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-10", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-12", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-14", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-16", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-18", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-20", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-22", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-25", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-26", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-28", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-10-30", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-11-01", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-11-03", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-11-05", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1986-11-07", "Action": "[Irrigation].Apply (amount:20);", "Enabled": true } ], "Name": "IrrigationOperations", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Phen;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\nusing Models;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing System.Text;\r\nusing System.Collections.Generic;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Soils.Nutrients;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (phenology.CurrentPhase.Name == \"Ripening\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": null, "Name": "Harvesting", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Biomass", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Biomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -65536, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -256, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16711936, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 2", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16744256, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 3", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "X axis title 2", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Y axis title", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LAI", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -65536, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Cunderdin97", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[SowingSchedule]", "Name": "Sow", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1997-06-06", "Action": "[Wheat].Sow(population:150, cultivar:\"Spear\", depth:30, rowSpacing:250);", "Enabled": true } ], "Name": "SpearEarly", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1997-07-08", "Action": "[Wheat].Sow(population:108, cultivar:\"Spear\", depth:30, rowSpacing:250);", "Enabled": true } ], "Name": "SpearMid", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1997-06-06", "Action": "[Wheat].Sow(population:150, cultivar:\"Wilgoyne\", depth:30, rowSpacing:250);", "Enabled": true } ], "Name": "WilgoyneEarly", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1997-07-08", "Action": "[Wheat].Sow(population:108, cultivar:\"Wilgoyne\", depth:30, rowSpacing:250);", "Enabled": true } ], "Name": "WilgoyneMid", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1997-07-30", "Action": "[Wheat].Sow(population:100, cultivar:\"Wilgoyne\", depth:30, rowSpacing:250);", "Enabled": true } ], "Name": "WilgoyneLate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[SowingFertiliser].Script.Amount=0,50", "Name": "SowN", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[TopdressFertiliser].Script.Amount=0,30", "Name": "TopN", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[IrrigationSchedule]", "Name": "Irr", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1997-09-23", "Action": "[Irrigation].Apply(amount:15);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1997-10-01", "Action": "[Irrigation].Apply(amount:15);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1997-10-06", "Action": "[Irrigation].Apply(amount:15);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1997-10-14", "Action": "[Irrigation].Apply(amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1997-10-21", "Action": "[Irrigation].Apply(amount:17.5);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1997-10-26", "Action": "[Irrigation].Apply(amount:17.5);", "Enabled": true } ], "Name": "Wet", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": null, "Name": "Dry", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Cunderdin97Base", "Children": [ { "$type": "Models.Clock, Models", "Start": "1997-04-16T00:00:00", "End": "1997-12-30T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Cunderdin.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "heavy\r\n\t\t\t\t\t\t\t", "LocalName": "Beverley", "Site": "Cunderdin", "NearestTown": "Cunderdin", "Region": "WA", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-5", "5-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-90", "90-110", "110-130", "130-150", "150-170", "170-190", "190-210", "210-230", "230-250" ], "Thickness": [ 50.0, 50.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.3, 1.3, 1.4, 1.4, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5 ], "AirDry": [ 0.034, 0.034, 0.121, 0.123, 0.132, 0.132, 0.135, 0.145, 0.145, 0.145, 0.145, 0.145, 0.145, 0.145, 0.145, 0.145, 0.145 ], "LL15": [ 0.07, 0.07, 0.121, 0.123, 0.132, 0.132, 0.135, 0.145, 0.145, 0.145, 0.145, 0.145, 0.145, 0.145, 0.145, 0.145, 0.145 ], "DUL": [ 0.156, 0.156, 0.22, 0.224, 0.243, 0.243, 0.243, 0.243, 0.243, 0.243, 0.243, 0.243, 0.243, 0.243, 0.243, 0.243, 0.243 ], "SAT": [ 0.48, 0.48, 0.44, 0.44, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.07, 0.07, 0.121, 0.123, 0.132, 0.132, 0.135, 0.145, 0.145, 0.145, 0.145, 0.145, 0.145, 0.145, 0.145, 0.145, 0.145 ], "KL": [ 0.06, 0.06, 0.05, 0.05, 0.04, 0.04, 0.04, 0.04, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03 ], "XF": [ 0.7, 0.6, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "wheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 7.5, "SummerCona": 3.0, "WinterDate": "1-Apr", "WinterU": 7.5, "WinterCona": 3.0, "DiffusConst": 88.0, "DiffusSlope": 35.0, "Salb": 0.13, "CN2Bare": 25.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 50.0, 50.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "SWCON": [ 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-5", "5-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-90", "90-110", "110-130", "130-150", "150-170", "170-190", "190-210", "210-230", "230-250" ], "FOMCNRatio": 40.0, "Thickness": [ 50.0, 50.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "Carbon": [ 0.73, 0.73, 0.46, 0.39, 0.3, 0.22, 0.19, 0.19, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "SoilCNRatio": [ 13.0, 13.0, 13.0, 13.0, 13.0, 13.0, 13.0, 13.0, 13.0, 13.0, 13.0, 13.0, 13.0, 13.0, 13.0, 13.0, 13.0 ], "FBiom": [ 0.03, 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.3, 0.3, 0.3, 0.4, 0.8, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9 ], "FOM": [ 69.175529859405884, 65.147060613486644, 57.780259450152712, 51.246492945160107, 45.451561903144132, 40.311919132613511, 35.753464922004319, 31.710478722775637, 24.944346051093451, 19.621917579875571, 15.435147055881721, 12.141716713815951, 9.5510126482650612, 7.5130926505243414, 5.9100080016768066, 4.64897695324524, 3.657014796879007 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-5", "5-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-90", "90-110", "110-130", "130-150", "150-170", "170-190", "190-210", "210-230", "230-250" ], "Thickness": [ 50.0, 50.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3N": [ 23.0, 23.0, 12.0, 9.0, 9.0, 9.0, 9.0, 6.0, 6.0, 6.0, 6.0, 6.0, 2.0, 2.0, 2.0, 2.0, 2.0 ], "NH4N": [ 2.0, 2.0, 1.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "PH": [ 4.7, 4.7, 4.7, 4.7, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-5", "5-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-90", "90-110", "110-130", "130-150", "150-170", "170-190", "190-210", "210-230", "230-250" ], "Thickness": [ 50.0, 50.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.034, 0.156, 0.22, 0.224, 0.244, 0.245, 0.246, 0.243, 0.24, 0.145, 0.145, 0.145, 0.145, 0.145, 0.145, 0.145, 0.145 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Sample", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 120.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1993-06-04", "Action": "[Irrigation].Apply(amount:14);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-06-18", "Action": "[Irrigation].Apply(amount:26);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-06-23", "Action": "[Irrigation].Apply(amount:13);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-07-09", "Action": "[Irrigation].Apply(amount:25);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-07-22", "Action": "[Irrigation].Apply(amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-08-06", "Action": "[Irrigation].Apply(amount:31);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-08-18", "Action": "[Irrigation].Apply(amount:36);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-08-27", "Action": "[Irrigation].Apply(amount:38);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-09-06", "Action": "[Irrigation].Apply(amount:33);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-09-24", "Action": "[Irrigation].Apply(amount:35);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-10-01", "Action": "[Irrigation].Apply(amount:36);", "Enabled": true } ], "Name": "IrrigationSchedule", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1993-06-29", "Action": "[Wheat].Sow(population:114, cultivar:\"Hartog\", depth:30, rowSpacing:250);", "Enabled": true } ], "Name": "SowingSchedule", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n [Description(\"Amount of fertiliser to be applied\")]\r\n public double Amount { get; set; }\r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "160" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n [Description(\"Day of year fertiliser is to be applied\")]\r\n public int FertDayOfYear { get; set;}\r\n\r\n [Description(\"Amount of fertiliser to be applied\")]\r\n public double Amount { get; set;}\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Clock.Today.DayOfYear == FertDayOfYear)\r\n {\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "FertDayOfYear", "Value": "239" }, { "Key": "Amount", "Value": "0" } ], "Name": "TopdressFertiliser", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Phen;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\nusing Models;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing System.Text;\r\nusing System.Collections.Generic;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Soils.Nutrients;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (phenology.CurrentPhase.Name == \"Ripening\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": null, "Name": "Harvesting", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Yield", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Yield", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Harvest Yield", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.Wt", "YFieldName": "Predicted.Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Harvest Biomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.AboveGround.Wt", "YFieldName": "Predicted.Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "GrainNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.Number", "YFieldName": "Predicted.Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Biomass", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "GrainWt", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Wongan83", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "", "Name": "Soil", "Children": [ { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Physical]" ], "Paths": null, "Values": null, "Name": "Ripped", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-5", "5-10", "10-20", "20-40", "40-60", "60-80", "80-120", "120-160", "160-220", "220-280" ], "Thickness": [ 50.0, 50.0, 100.0, 200.0, 200.0, 200.0, 400.0, 400.0, 600.0, 600.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.31, 1.31, 1.45, 1.48, 1.53, 1.5, 1.5, 1.5, 1.5, 1.5 ], "AirDry": [ 0.04, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05 ], "LL15": [ 0.07, 0.07, 0.08, 0.09, 0.09, 0.09, 0.1, 0.11, 0.13, 0.13 ], "DUL": [ 0.11, 0.11, 0.14, 0.14, 0.15, 0.15, 0.16, 0.17, 0.17, 0.17 ], "SAT": [ 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.08, 0.08, 0.09, 0.1, 0.11, 0.12, 0.12, 0.12, 0.14, 0.14 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Physical]" ], "Paths": null, "Values": null, "Name": "UnRipped", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-5", "5-10", "10-20", "20-40", "40-60", "60-80", "80-120", "120-160", "160-220", "220-280" ], "Thickness": [ 50.0, 50.0, 100.0, 200.0, 200.0, 200.0, 400.0, 400.0, 600.0, 600.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.31, 1.31, 1.45, 1.48, 1.53, 1.5, 1.5, 1.5, 1.5, 1.5 ], "AirDry": [ 0.04, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05 ], "LL15": [ 0.07, 0.07, 0.08, 0.09, 0.09, 0.09, 0.1, 0.11, 0.13, 0.13 ], "DUL": [ 0.13, 0.13, 0.14, 0.14, 0.15, 0.15, 0.16, 0.17, 0.17, 0.17 ], "SAT": [ 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.08, 0.08, 0.09, 0.1, 0.11, 0.12, 0.12, 0.12, 0.14, 0.14 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06 ], "XF": [ 0.2, 0.2, 0.2, 0.7, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[SowingFertiliser].Script.Amount=0,10,25,50,100", "Name": "N", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "WonganBase", "Children": [ { "$type": "Models.Clock, Models", "Start": "1983-06-13T00:00:00", "End": "1983-12-01T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Wongan83.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "sand", "LocalName": "WonganSite", "Site": "WonganSite", "NearestTown": "Unknown", "Region": "WA", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "WonganSoil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-5", "5-10", "10-20", "20-40", "40-60", "60-80", "80-120", "120-160", "160-220", "220-280" ], "Thickness": [ 50.0, 50.0, 100.0, 200.0, 200.0, 200.0, 400.0, 400.0, 600.0, 600.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.31, 1.31, 1.45, 1.48, 1.53, 1.5, 1.5, 1.5, 1.5, 1.5 ], "AirDry": [ 0.04, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05 ], "LL15": [ 0.07, 0.07, 0.08, 0.09, 0.09, 0.09, 0.1, 0.11, 0.13, 0.13 ], "DUL": [ 0.13, 0.13, 0.14, 0.14, 0.15, 0.15, 0.16, 0.17, 0.17, 0.17 ], "SAT": [ 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.08, 0.08, 0.09, 0.1, 0.11, 0.12, 0.12, 0.12, 0.14, 0.14 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06 ], "XF": [ 0.2, 0.2, 0.2, 0.7, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 2.0, "WinterDate": "1-Apr", "WinterU": 2.0, "WinterCona": 2.0, "DiffusConst": 88.0, "DiffusSlope": 35.0, "Salb": 0.13, "CN2Bare": 60.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 50.0, 50.0, 100.0, 200.0, 200.0, 200.0, 400.0, 400.0, 600.0, 600.0 ], "SWCON": [ 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-5", "5-10", "10-20", "20-40", "40-60", "60-80", "80-120", "120-160", "160-220", "220-280" ], "FOMCNRatio": 40.0, "Thickness": [ 50.0, 50.0, 100.0, 200.0, 200.0, 200.0, 400.0, 400.0, 600.0, 600.0 ], "Carbon": [ 1.23, 0.43, 0.37, 0.26, 0.21, 0.2, 0.18, 0.18, 0.17, 0.17 ], "SoilCNRatio": [ 13.0, 13.0, 13.0, 13.0, 13.0, 13.0, 13.0, 13.0, 13.0, 13.0 ], "FBiom": [ 0.04, 0.04, 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.1, 0.1, 0.1, 0.2, 0.8, 0.9, 0.9, 0.9, 0.9, 0.9 ], "FOM": [ 292.78508420735153, 277.51289769965371, 249.31684393291016, 201.22804936562471, 162.41472983827228, 131.0878108275553, 85.395719939311945, 55.630107314451344, 29.249644223459484, 15.379112651409685 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-5", "5-10", "10-20", "20-40", "40-60", "60-80", "80-120", "120-160", "160-220", "220-280" ], "Thickness": [ 50.0, 50.0, 100.0, 200.0, 200.0, 200.0, 400.0, 400.0, 600.0, 600.0 ], "NO3N": [ 7.0, 7.0, 5.0, 3.0, 2.0, 2.0, 2.0, 1.0, 1.0, 1.0 ], "NH4N": [ 2.0, 2.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "PH": [ 4.7, 5.1, 5.1, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-5", "5-10", "10-20", "20-40", "40-60", "60-80", "80-120", "120-160", "160-220", "220-280" ], "Thickness": [ 50.0, 50.0, 100.0, 200.0, 200.0, 200.0, 400.0, 400.0, 600.0, 600.0 ], "NO3": null, "NH4": null, "SW": [ 0.07, 0.07, 0.13, 0.14, 0.14, 0.11, 0.1, 0.11, 0.12, 0.13 ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Sample", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 1000.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 20.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1983-06-14", "Action": "[Wheat].Sow(population:159, cultivar:\"gamenya\", depth:80, rowSpacing:250);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1983-12-01", "Action": "[Wheat].Harvest();", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1983-12-01", "Action": "[Wheat].EndCrop();", "Enabled": true } ], "Name": "SowingSchedule", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n [Description(\"Amount of fertiliser to be applied\")]\r\n public double Amount { get; set;}\r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "0" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Yield", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Yield", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Harvest Yield", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Soil", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.Wt", "YFieldName": "Predicted.Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Harvest Biomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Soil", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.AboveGround.Wt", "YFieldName": "Predicted.Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "GrainNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Soil", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.Number", "YFieldName": "Predicted.Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "GrainN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Soil", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.N", "YFieldName": "Predicted.Wheat.Grain.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Biomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": "Soil", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": "Soil", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "RootDepth", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": "Soil", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Root.Depth", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "GrainSize", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": "Soil", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Size", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LAI", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": "Soil", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "WaterStress", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": "Soil", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Fw", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "NStress", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": "Soil", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Fn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Yield", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Yield", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Harvest Yield", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.Wt", "YFieldName": "Predicted.Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Harvest Biomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.AboveGround.Wt", "YFieldName": "Predicted.Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "GrainNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.Number", "YFieldName": "Predicted.Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Harvest Grain N", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.N", "YFieldName": "Predicted.Wheat.Grain.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PostSimulationTools.PredictedObserved, Models", "PredictedTableName": "HarvestReport", "ObservedTableName": "Observed", "FieldNameUsedForMatch": "Wheat.Phenology.CurrentStageName", "FieldName2UsedForMatch": null, "FieldName3UsedForMatch": null, "AllColumns": false, "Name": "WAtObsPred", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Turkey", "Children": [ { "$type": "Models.Memo, Models", "Text": "The dataset of [Tari2016] includes 4 irrigation deficit treatments applied at each of 3 plant growth stages. The experiment was conducted at Konya in the Central Anatolia region of Turkey. Yields ranged from 2.88 t/ha to 6.82 t/ha. These treatments were reproduced over two growing seasons, resulting in 44 individual wheat crops including differing levels of water stress at different stages of development. Soil data have been estimated from that provided within the original publication.", "Name": "Memo", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Konya09", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[IrrigationSchedule]", "Name": "Water", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-04-09", "Action": "[Irrigation].Apply(amount:150);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-06", "Action": "[Irrigation].Apply(amount:154);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-26", "Action": "[Irrigation].Apply(amount:152);", "Enabled": true } ], "Name": "AAA", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-04-09", "Action": "[Irrigation].Apply(amount:97);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-06", "Action": "[Irrigation].Apply(amount:154);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-26", "Action": "[Irrigation].Apply(amount:152);", "Enabled": true } ], "Name": "BAA", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-04-09", "Action": "[Irrigation].Apply(amount:52);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-06", "Action": "[Irrigation].Apply(amount:154);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-26", "Action": "[Irrigation].Apply(amount:152);", "Enabled": true } ], "Name": "CAA", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-04-09", "Action": "[Irrigation].Apply(amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-06", "Action": "[Irrigation].Apply(amount:154);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-26", "Action": "[Irrigation].Apply(amount:152);", "Enabled": true } ], "Name": "DAA", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-04-09", "Action": "[Irrigation].Apply(amount:150);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-06", "Action": "[Irrigation].Apply(amount:100);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-26", "Action": "[Irrigation].Apply(amount:152);", "Enabled": true } ], "Name": "ABA", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-04-09", "Action": "[Irrigation].Apply(amount:150);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-06", "Action": "[Irrigation].Apply(amount:54);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-26", "Action": "[Irrigation].Apply(amount:152);", "Enabled": true } ], "Name": "ACA", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-04-09", "Action": "[Irrigation].Apply(amount:150);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-06", "Action": "[Irrigation].Apply(amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-26", "Action": "[Irrigation].Apply(amount:152);", "Enabled": true } ], "Name": "ADA", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-04-09", "Action": "[Irrigation].Apply(amount:150);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-06", "Action": "[Irrigation].Apply(amount:154);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-26", "Action": "[Irrigation].Apply(amount:98);", "Enabled": true } ], "Name": "AAB", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-04-09", "Action": "[Irrigation].Apply(amount:150);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-06", "Action": "[Irrigation].Apply(amount:154);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-26", "Action": "[Irrigation].Apply(amount:53);", "Enabled": true } ], "Name": "AAC", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-04-09", "Action": "[Irrigation].Apply(amount:150);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-06", "Action": "[Irrigation].Apply(amount:154);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-26", "Action": "[Irrigation].Apply(amount:0);", "Enabled": true } ], "Name": "AAD", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-04-09", "Action": "[Irrigation].Apply(amount:150);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-06", "Action": "[Irrigation].Apply(amount:100);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-26", "Action": "[Irrigation].Apply(amount:99);", "Enabled": true } ], "Name": "ABB", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-04-09", "Action": "[Irrigation].Apply(amount:150);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-06", "Action": "[Irrigation].Apply(amount:54);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-26", "Action": "[Irrigation].Apply(amount:53);", "Enabled": true } ], "Name": "ACC", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-04-09", "Action": "[Irrigation].Apply(amount:150);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-06", "Action": "[Irrigation].Apply(amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-26", "Action": "[Irrigation].Apply(amount:0);", "Enabled": true } ], "Name": "ADD", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-04-09", "Action": "[Irrigation].Apply(amount:97);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-06", "Action": "[Irrigation].Apply(amount:154);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-26", "Action": "[Irrigation].Apply(amount:99);", "Enabled": true } ], "Name": "BAB", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-04-09", "Action": "[Irrigation].Apply(amount:52);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-06", "Action": "[Irrigation].Apply(amount:154);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-26", "Action": "[Irrigation].Apply(amount:53);", "Enabled": true } ], "Name": "CAC", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-04-09", "Action": "[Irrigation].Apply(amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-06", "Action": "[Irrigation].Apply(amount:154);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-26", "Action": "[Irrigation].Apply(amount:0);", "Enabled": true } ], "Name": "DAD", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-04-09", "Action": "[Irrigation].Apply(amount:97);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-06", "Action": "[Irrigation].Apply(amount:100);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-26", "Action": "[Irrigation].Apply(amount:152);", "Enabled": true } ], "Name": "BBA", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-04-09", "Action": "[Irrigation].Apply(amount:52);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-06", "Action": "[Irrigation].Apply(amount:54);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-26", "Action": "[Irrigation].Apply(amount:152);", "Enabled": true } ], "Name": "CCA", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-04-09", "Action": "[Irrigation].Apply(amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-06", "Action": "[Irrigation].Apply(amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-26", "Action": "[Irrigation].Apply(amount:152);", "Enabled": true } ], "Name": "DDA", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-04-09", "Action": "[Irrigation].Apply(amount:97);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-06", "Action": "[Irrigation].Apply(amount:100);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-26", "Action": "[Irrigation].Apply(amount:99);", "Enabled": true } ], "Name": "BBB", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-04-09", "Action": "[Irrigation].Apply(amount:52);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-06", "Action": "[Irrigation].Apply(amount:54);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-26", "Action": "[Irrigation].Apply(amount:53);", "Enabled": true } ], "Name": "CCC", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-04-09", "Action": "[Irrigation].Apply(amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-06", "Action": "[Irrigation].Apply(amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-05-26", "Action": "[Irrigation].Apply(amount:0);", "Enabled": true } ], "Name": "DDD", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Konya09", "Children": [ { "$type": "Models.Clock, Models", "Start": "2009-11-12T00:00:00", "End": "2010-07-30T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Konya.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat", "InitialResidueType": "wheat", "InitialResidueMass": 1000.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 80.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-11-12", "Action": "[Wheat].Sow(population:360, cultivar:\"Konya\", depth:20, rowSpacing:135);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2009-11-12", "Action": "[Fertiliser].Apply(Amount: 80, Type: Fertiliser.Types.UreaN);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-02-01", "Action": "[Fertiliser].Apply(Amount: 80, Type: Fertiliser.Types.UreaN);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-07-14", "Action": "[Wheat].Harvest();", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-07-14", "Action": "[Wheat].EndCrop();", "Enabled": true } ], "Name": "CropSchedule", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": null, "Name": "IrrigationSchedule", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": null, "LocalName": null, "Site": "Konya", "NearestTown": "Konya", "Region": "Central Anatolia", "State": null, "Country": "Turkey", "NaturalVegetation": null, "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-160", "160-200" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 400.0, 400.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56 ], "AirDry": [ 0.05, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12 ], "LL15": [ 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12 ], "DUL": [ 0.253, 0.253, 0.253, 0.253, 0.25, 0.25, 0.25 ], "SAT": [ 0.411, 0.411, 0.41, 0.41, 0.4, 0.4, 0.4 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.12, 0.12, 0.12, 0.12, 0.25, 0.25, 0.25 ], "KL": [ 0.06, 0.06, 0.04, 0.02, 0.02, 0.01, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Apr", "SummerU": 6.0, "SummerCona": 3.5, "WinterDate": "1-Nov", "WinterU": 2.0, "WinterCona": 2.0, "DiffusConst": 44.0, "DiffusSlope": 16.0, "Salb": 0.13, "CN2Bare": 75.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.5, 0.4, 0.3, 0.3, 0.2, 0.1, 0.1, 0.1 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180", "180-210" ], "FOMCNRatio": 45.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.0, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5 ], "SoilCNRatio": [ 12.5, 12.5, 12.5, 12.5, 12.5, 12.5, 12.5, 12.5 ], "FBiom": [ 0.03, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.7, 0.8, 0.9, 0.9, 1.0, 1.0 ], "FOM": [ 468.70812656905946, 378.30264711953612, 246.44111990105412, 160.54137088524058, 104.58291934422476, 68.129398411448179, 44.382151091311606, 28.912266678124936 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180", "180-210" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 10.0, 10.0, 10.0, 10.0, 2.0, 2.0, 2.0, 2.0 ], "NH4N": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "PH": [ 7.9, 7.9, 7.9, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "TotalSW", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "ET", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": true, "CumulativeX": false, "Filter": null, "Name": "Series1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LAI", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series1", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Stress", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Fn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16747854, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Fw", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 2, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "ZadokStage", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Harvest Biomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Water", "FactorToVaryMarkers": "Water", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.AboveGround.Wt", "YFieldName": "Predicted.Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 2, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "RootDepth", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Root.Depth", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 2, "ColourArgb": -1663232, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.HaunStage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "LAI", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 2, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Root.RootFrontVelocity.TemperatureFactor", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Ft", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "StemWt", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.StemPlusSpike.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series1", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Harvest Grain", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Water", "FactorToVaryMarkers": "Water", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.Wt", "YFieldName": "Predicted.Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "GrainNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Water", "FactorToVaryMarkers": "Water", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.Number", "YFieldName": "Predicted.Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": true, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Konya11", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[IrrigationSchedule]", "Name": "Water", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-04-16", "Action": "[Irrigation].Apply(amount:100);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-05-21", "Action": "[Irrigation].Apply(amount:148);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-06-08", "Action": "[Irrigation].Apply(amount:161);", "Enabled": true } ], "Name": "AAA", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-04-16", "Action": "[Irrigation].Apply(amount:65);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-05-21", "Action": "[Irrigation].Apply(amount:148);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-06-08", "Action": "[Irrigation].Apply(amount:161);", "Enabled": true } ], "Name": "BAA", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-04-16", "Action": "[Irrigation].Apply(amount:35);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-05-21", "Action": "[Irrigation].Apply(amount:148);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-06-08", "Action": "[Irrigation].Apply(amount:161);", "Enabled": true } ], "Name": "CAA", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-04-16", "Action": "[Irrigation].Apply(amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-05-21", "Action": "[Irrigation].Apply(amount:148);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-06-08", "Action": "[Irrigation].Apply(amount:161);", "Enabled": true } ], "Name": "DAA", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-04-16", "Action": "[Irrigation].Apply(amount:100);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-05-21", "Action": "[Irrigation].Apply(amount:96);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-06-08", "Action": "[Irrigation].Apply(amount:161);", "Enabled": true } ], "Name": "ABA", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-04-16", "Action": "[Irrigation].Apply(amount:100);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-05-21", "Action": "[Irrigation].Apply(amount:52);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-06-08", "Action": "[Irrigation].Apply(amount:161);", "Enabled": true } ], "Name": "ACA", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-04-16", "Action": "[Irrigation].Apply(amount:100);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-05-21", "Action": "[Irrigation].Apply(amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-06-08", "Action": "[Irrigation].Apply(amount:161);", "Enabled": true } ], "Name": "ADA", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-04-16", "Action": "[Irrigation].Apply(amount:100);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-05-21", "Action": "[Irrigation].Apply(amount:148);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-06-08", "Action": "[Irrigation].Apply(amount:105);", "Enabled": true } ], "Name": "AAB", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-04-16", "Action": "[Irrigation].Apply(amount:100);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-05-21", "Action": "[Irrigation].Apply(amount:148);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-06-08", "Action": "[Irrigation].Apply(amount:56);", "Enabled": true } ], "Name": "AAC", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-04-16", "Action": "[Irrigation].Apply(amount:100);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-05-21", "Action": "[Irrigation].Apply(amount:148);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-06-08", "Action": "[Irrigation].Apply(amount:0);", "Enabled": true } ], "Name": "AAD", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-04-16", "Action": "[Irrigation].Apply(amount:100);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-05-21", "Action": "[Irrigation].Apply(amount:96);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-06-08", "Action": "[Irrigation].Apply(amount:105);", "Enabled": true } ], "Name": "ABB", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-04-16", "Action": "[Irrigation].Apply(amount:100);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-05-21", "Action": "[Irrigation].Apply(amount:52);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-06-08", "Action": "[Irrigation].Apply(amount:56);", "Enabled": true } ], "Name": "ACC", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-04-16", "Action": "[Irrigation].Apply(amount:100);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-05-21", "Action": "[Irrigation].Apply(amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-06-08", "Action": "[Irrigation].Apply(amount:0);", "Enabled": true } ], "Name": "ADD", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-04-16", "Action": "[Irrigation].Apply(amount:65);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-05-21", "Action": "[Irrigation].Apply(amount:148);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-06-08", "Action": "[Irrigation].Apply(amount:105);", "Enabled": true } ], "Name": "BAB", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-04-16", "Action": "[Irrigation].Apply(amount:35);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-05-21", "Action": "[Irrigation].Apply(amount:148);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-06-08", "Action": "[Irrigation].Apply(amount:56);", "Enabled": true } ], "Name": "CAC", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-04-16", "Action": "[Irrigation].Apply(amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-05-21", "Action": "[Irrigation].Apply(amount:148);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-06-08", "Action": "[Irrigation].Apply(amount:0);", "Enabled": true } ], "Name": "DAD", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-04-16", "Action": "[Irrigation].Apply(amount:65);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-05-21", "Action": "[Irrigation].Apply(amount:96);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-06-08", "Action": "[Irrigation].Apply(amount:161);", "Enabled": true } ], "Name": "BBA", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-04-16", "Action": "[Irrigation].Apply(amount:35);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-05-21", "Action": "[Irrigation].Apply(amount:52);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-06-08", "Action": "[Irrigation].Apply(amount:161);", "Enabled": true } ], "Name": "CCA", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-04-16", "Action": "[Irrigation].Apply(amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-05-21", "Action": "[Irrigation].Apply(amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-06-08", "Action": "[Irrigation].Apply(amount:161);", "Enabled": true } ], "Name": "DDA", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-04-16", "Action": "[Irrigation].Apply(amount:65);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-05-21", "Action": "[Irrigation].Apply(amount:96);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-06-08", "Action": "[Irrigation].Apply(amount:105);", "Enabled": true } ], "Name": "BBB", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-04-16", "Action": "[Irrigation].Apply(amount:35);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-05-21", "Action": "[Irrigation].Apply(amount:52);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-06-08", "Action": "[Irrigation].Apply(amount:56);", "Enabled": true } ], "Name": "CCC", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-04-16", "Action": "[Irrigation].Apply(amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-05-21", "Action": "[Irrigation].Apply(amount:0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-06-08", "Action": "[Irrigation].Apply(amount:0);", "Enabled": true } ], "Name": "DDD", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Konya11", "Children": [ { "$type": "Models.Clock, Models", "Start": "2011-11-16T00:00:00", "End": "2012-07-30T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Konya.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "canola", "InitialResidueType": "canola", "InitialResidueMass": 1000.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 80.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2011-11-16", "Action": "[Wheat].Sow(population:360, cultivar:\"Konya\", depth:50, rowSpacing:135);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2011-11-16", "Action": "[Fertiliser].Apply(Amount: 80, Type: Fertiliser.Types.UreaN);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-02-01", "Action": "[Fertiliser].Apply(Amount: 80, Type: Fertiliser.Types.UreaN);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-07-16", "Action": "[Wheat].Harvest();", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2012-07-16", "Action": "[Wheat].EndCrop();", "Enabled": true } ], "Name": "CropSchedule", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": null, "Name": "IrrigationSchedule", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": null, "LocalName": null, "Site": "Konya", "NearestTown": "Konya", "Region": "Central Anatolia", "State": null, "Country": "Turkey", "NaturalVegetation": null, "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-160", "160-200" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 400.0, 400.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.56, 1.56, 1.56, 1.56, 1.56, 1.56, 1.56 ], "AirDry": [ 0.05, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12 ], "LL15": [ 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12 ], "DUL": [ 0.253, 0.253, 0.253, 0.253, 0.25, 0.25, 0.25 ], "SAT": [ 0.411, 0.411, 0.41, 0.41, 0.4, 0.4, 0.4 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.12, 0.12, 0.12, 0.12, 0.25, 0.25, 0.25 ], "KL": [ 0.06, 0.06, 0.04, 0.02, 0.02, 0.01, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Apr", "SummerU": 6.0, "SummerCona": 3.5, "WinterDate": "1-Nov", "WinterU": 2.0, "WinterCona": 2.0, "DiffusConst": 44.0, "DiffusSlope": 16.0, "Salb": 0.13, "CN2Bare": 84.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.5, 0.4, 0.3, 0.3, 0.2, 0.1, 0.1, 0.1 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180", "180-210" ], "FOMCNRatio": 45.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.0, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5 ], "SoilCNRatio": [ 12.5, 12.5, 12.5, 12.5, 12.5, 12.5, 12.5, 12.5 ], "FBiom": [ 0.03, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.7, 0.8, 0.9, 0.9, 1.0, 1.0 ], "FOM": [ 468.70812656905946, 378.30264711953612, 246.44111990105412, 160.54137088524058, 104.58291934422476, 68.129398411448179, 44.382151091311606, 28.912266678124936 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180", "180-210" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 10.0, 10.0, 10.0, 10.0, 2.0, 2.0, 2.0, 2.0 ], "NH4N": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "PH": [ 7.9, 7.9, 7.9, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "TotalSW", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "TotalSoilWater", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LAI", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "ZadokStage", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Harvest Yield", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.Wt", "YFieldName": "Predicted.Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Harvest Biomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -990142, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.AboveGround.Wt", "YFieldName": "Predicted.Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "GrainNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.Number", "YFieldName": "Predicted.Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "GrainN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.N", "YFieldName": "Predicted.Wheat.Grain.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "New Zealand", "Children": [ { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Lincoln9192", "Children": [ { "$type": "Models.Memo, Models", "Text": "This is a water response trial run in the rain out shelter at Plant and Food Research in Lincoln, New Zealand. It is described in full by [Jamieson_WaterResponse_1995] but briefly. A winter crop of 'Batten' wheat was sown at 300 plants/m^2^ on the 8th of June 1991 and range of irrigation amount and timing treatments were applied. Six of these treatments have been included in this validation: \r\n\r\n01. Full irrigation where measured ET was replaced weekly \r\n03. Short Early Drought where irrigation was withheld from sowing until late October then full irrigation was applied \r\n05. Long Early Drought where irrigation was withheld from sowing until mid December then full irrigation was applied \r\n06. Long Late Drought where full irrigation was applied from sowing until mid September then withheld for the rest of the season \r\n07. Moderate Late Drought where full irrigation was applied from sowing until mid October then withheld for the rest of the season \r\n08. Short Late Drought where full irrigation was applied from sowing until Early November then withheld for the rest of the season \r\n11. Nil where no water was applied and the crop grew on soil stored water only. \r\n\r\nIrrigation was applied at weekly intervals through and assemply of low rate drip emitters on each plot. Soil water content was measured weekly with a neutron probe and biomass was measured at 10 - 14 day intervals. Samples throughtout the crop were from two 0.1m^2^ quatrants and the final harvest sample was from a 1 m^2^ quadrant. Each treatment was replicated twice and there was considerable soil variation from plot to plot so each treatment was initianilised with unique soil parameters which best described the soil they were growing on.", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "", "Name": "Irrig", "Children": [ { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[IrrigationEvents]", "[Physical]", "[Initial water]" ], "Paths": null, "Values": null, "Name": "01", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1991-06-10", "Action": "[Irrigation].Apply(7);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-08-16", "Action": "[Irrigation].Apply(7);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-08-29", "Action": "[Irrigation].Apply(20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-09-07", "Action": "[Irrigation].Apply(12);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-09-12", "Action": "[Irrigation].Apply(22);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-09-19", "Action": "[Irrigation].Apply(4);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-09-26", "Action": "[Irrigation].Apply(7);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-10-03", "Action": "[Irrigation].Apply(27);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-10-10", "Action": "[Irrigation].Apply(18);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-10-17", "Action": "[Irrigation].Apply(30);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-10-24", "Action": "[Irrigation].Apply(42);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-10-31", "Action": "[Irrigation].Apply(33);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-11-07", "Action": "[Irrigation].Apply(24);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-11-14", "Action": "[Irrigation].Apply(28);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-11-21", "Action": "[Irrigation].Apply(37);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-11-27", "Action": "[Irrigation].Apply(51);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-12-05", "Action": "[Irrigation].Apply(36);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-12-12", "Action": "[Irrigation].Apply(38);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-12-19", "Action": "[Irrigation].Apply(35);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-12-26", "Action": "[Irrigation].Apply(47);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1992-01-03", "Action": "[Irrigation].Apply(40);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1992-01-09", "Action": "[Irrigation].Apply(41);", "Enabled": true } ], "Name": "IrrigationEvents", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-20", "20-40", "40-60", "60-80", "80-100", "100-120", "120-140", "140-160" ], "Thickness": [ 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3 ], "AirDry": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "LL15": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "DUL": [ 0.29, 0.3, 0.28, 0.26, 0.26, 0.28, 0.27, 0.22 ], "SAT": [ 0.44, 0.4, 0.4, 0.38, 0.38, 0.38, 0.38, 0.38 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "KL": [ 0.05, 0.03, 0.02, 0.03, 0.03, 0.03, 0.01, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-20", "20-40", "40-60", "60-80", "80-100", "100-120", "120-140", "140-160" ], "Thickness": [ 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.27, 0.3, 0.28, 0.25, 0.24, 0.27, 0.27, 0.21 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[IrrigationEvents]", "[Physical]", "[Initial water]" ], "Paths": null, "Values": null, "Name": "03", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1991-06-10", "Action": "[Irrigation].Apply(7);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-08-16", "Action": "[Irrigation].Apply(7);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-08-29", "Action": "[Irrigation].Apply(20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-09-26", "Action": "[Irrigation].Apply(7);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-10-24", "Action": "[Irrigation].Apply(42);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-10-31", "Action": "[Irrigation].Apply(33);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-11-07", "Action": "[Irrigation].Apply(24);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-11-14", "Action": "[Irrigation].Apply(28);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-11-21", "Action": "[Irrigation].Apply(37);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-11-27", "Action": "[Irrigation].Apply(51);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-12-05", "Action": "[Irrigation].Apply(36);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-12-12", "Action": "[Irrigation].Apply(38);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-12-19", "Action": "[Irrigation].Apply(35);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-12-26", "Action": "[Irrigation].Apply(47);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1992-01-03", "Action": "[Irrigation].Apply(40);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1992-01-09", "Action": "[Irrigation].Apply(41);", "Enabled": true } ], "Name": "IrrigationEvents", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-20", "20-40", "40-60", "60-80", "80-100", "100-120", "120-140", "140-160" ], "Thickness": [ 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3 ], "AirDry": [ 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05 ], "LL15": [ 0.08, 0.12, 0.12, 0.12, 0.15, 0.16, 0.15, 0.08 ], "DUL": [ 0.279, 0.2677, 0.26, 0.27045, 0.311, 0.25355, 0.27635, 0.1422 ], "SAT": [ 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.08, 0.12, 0.12, 0.12, 0.15, 0.16, 0.15, 0.08 ], "KL": [ 0.05, 0.03, 0.02, 0.03, 0.03, 0.03, 0.01, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-20", "20-40", "40-60", "60-80", "80-100", "100-120", "120-140", "140-160" ], "Thickness": [ 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.279, 0.2677, 0.2491, 0.27045, 0.311, 0.25355, 0.27635, 0.1422 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[IrrigationEvents]", "[Physical]", "[Initial water]" ], "Paths": null, "Values": null, "Name": "05", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1991-06-10", "Action": "[Irrigation].Apply(7);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-08-16", "Action": "[Irrigation].Apply(7);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-08-29", "Action": "[Irrigation].Apply(20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-09-26", "Action": "[Irrigation].Apply(7);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-12-19", "Action": "[Irrigation].Apply(35);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-12-26", "Action": "[Irrigation].Apply(47);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1992-01-03", "Action": "[Irrigation].Apply(40);", "Enabled": true } ], "Name": "IrrigationEvents", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-20", "20-40", "40-60", "60-80", "80-100", "100-120", "120-140", "140-160" ], "Thickness": [ 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3 ], "AirDry": [ 0.06, 0.09, 0.07, 0.12, 0.16, 0.16, 0.15, 0.16 ], "LL15": [ 0.06, 0.09, 0.07, 0.12, 0.16, 0.16, 0.15, 0.16 ], "DUL": [ 0.31, 0.3, 0.28, 0.31145, 0.3079, 0.3007, 0.28705, 0.3117 ], "SAT": [ 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.06, 0.09, 0.07, 0.12, 0.16, 0.16, 0.15, 0.16 ], "KL": [ 0.05, 0.03, 0.02, 0.03, 0.03, 0.03, 0.01, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-20", "20-40", "40-60", "60-80", "80-100", "100-120", "120-140", "140-160" ], "Thickness": [ 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.2655, 0.27, 0.209, 0.31145, 0.3079, 0.3007, 0.28705, 0.3117 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[IrrigationEvents]", "[Physical]", "[Initial water]" ], "Paths": null, "Values": null, "Name": "06", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1991-06-10", "Action": "[Irrigation].Apply(7);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-08-16", "Action": "[Irrigation].Apply(7);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-08-29", "Action": "[Irrigation].Apply(20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-09-07", "Action": "[Irrigation].Apply(12);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-09-12", "Action": "[Irrigation].Apply(22);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-09-19", "Action": "[Irrigation].Apply(14);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-09-26", "Action": "[Irrigation].Apply(7);", "Enabled": true } ], "Name": "IrrigationEvents", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-20", "20-40", "40-60", "60-80", "80-100", "100-120", "120-140", "140-160" ], "Thickness": [ 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3 ], "AirDry": [ 0.08, 0.08, 0.09, 0.12, 0.11, 0.16, 0.1, 0.08 ], "LL15": [ 0.08, 0.08, 0.09, 0.12, 0.11, 0.16, 0.1, 0.08 ], "DUL": [ 0.281, 0.28, 0.27, 0.296, 0.231, 0.245, 0.204, 0.156 ], "SAT": [ 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.08, 0.08, 0.09, 0.12, 0.11, 0.16, 0.1, 0.08 ], "KL": [ 0.05, 0.03, 0.02, 0.03, 0.03, 0.03, 0.01, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-20", "20-40", "40-60", "60-80", "80-100", "100-120", "120-140", "140-160" ], "Thickness": [ 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.2805, 0.27965, 0.27, 0.296, 0.23105, 0.2453, 0.2042, 0.15605 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[IrrigationEvents]", "[Physical]", "[Initial water]" ], "Paths": null, "Values": null, "Name": "07", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1991-06-10", "Action": "[Irrigation].Apply(7);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-08-16", "Action": "[Irrigation].Apply(7);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-08-29", "Action": "[Irrigation].Apply(20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-09-07", "Action": "[Irrigation].Apply(12);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-09-12", "Action": "[Irrigation].Apply(22);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-09-19", "Action": "[Irrigation].Apply(14);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-09-26", "Action": "[Irrigation].Apply(7);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-10-03", "Action": "[Irrigation].Apply(27);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-10-10", "Action": "[Irrigation].Apply(18);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-10-17", "Action": "[Irrigation].Apply(30);", "Enabled": true } ], "Name": "IrrigationEvents", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-20", "20-40", "40-60", "60-80", "80-100", "100-120", "120-140", "140-160" ], "Thickness": [ 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3 ], "AirDry": [ 0.08, 0.07, 0.06, 0.09, 0.15, 0.16, 0.15, 0.08 ], "LL15": [ 0.08, 0.07, 0.06, 0.09, 0.15, 0.16, 0.15, 0.08 ], "DUL": [ 0.31, 0.27, 0.25355, 0.2364, 0.2635, 0.27705, 0.3392, 0.2 ], "SAT": [ 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.08, 0.07, 0.06, 0.09, 0.15, 0.16, 0.15, 0.08 ], "KL": [ 0.05, 0.03, 0.02, 0.03, 0.03, 0.03, 0.01, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-20", "20-40", "40-60", "60-80", "80-100", "100-120", "120-140", "140-160" ], "Thickness": [ 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.278, 0.26825, 0.25355, 0.2364, 0.2635, 0.27705, 0.3392, 0.2 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[IrrigationEvents]", "[Physical]", "[Initial water]" ], "Paths": null, "Values": null, "Name": "08", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1991-06-10", "Action": "[Irrigation].Apply(7);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-08-16", "Action": "[Irrigation].Apply(7);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-08-29", "Action": "[Irrigation].Apply(20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-09-07", "Action": "[Irrigation].Apply(12);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-09-12", "Action": "[Irrigation].Apply(22);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-09-19", "Action": "[Irrigation].Apply(14);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-09-26", "Action": "[Irrigation].Apply(7);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-10-03", "Action": "[Irrigation].Apply(27);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-10-10", "Action": "[Irrigation].Apply(18);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-10-17", "Action": "[Irrigation].Apply(30);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-10-24", "Action": "[Irrigation].Apply(42);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-10-31", "Action": "[Irrigation].Apply(33);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-11-07", "Action": "[Irrigation].Apply(24);", "Enabled": true } ], "Name": "IrrigationEvents", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-20", "20-40", "40-60", "60-80", "80-100", "100-120", "120-140", "140-160" ], "Thickness": [ 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3 ], "AirDry": [ 0.08, 0.12, 0.09, 0.09, 0.13, 0.16, 0.15, 0.1 ], "LL15": [ 0.08, 0.12, 0.09, 0.09, 0.13, 0.16, 0.15, 0.1 ], "DUL": [ 0.31, 0.2785, 0.2754, 0.2698, 0.252, 0.26715, 0.2623, 0.1995 ], "SAT": [ 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.08, 0.12, 0.09, 0.09, 0.13, 0.16, 0.15, 0.1 ], "KL": [ 0.05, 0.03, 0.02, 0.03, 0.03, 0.03, 0.01, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-20", "20-40", "40-60", "60-80", "80-100", "100-120", "120-140", "140-160" ], "Thickness": [ 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.281, 0.2785, 0.2754, 0.2698, 0.252, 0.26715, 0.2623, 0.1995 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[IrrigationEvents]", "[Physical]", "[Initial water]" ], "Paths": null, "Values": null, "Name": "11", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1991-06-10", "Action": "[Irrigation].Apply(7);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-08-16", "Action": "[Irrigation].Apply(7);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-09-26", "Action": "[Irrigation].Apply(7);", "Enabled": true } ], "Name": "IrrigationEvents", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-20", "20-40", "40-60", "60-80", "80-100", "100-120", "120-140", "140-160" ], "Thickness": [ 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3 ], "AirDry": [ 0.07, 0.11, 0.12, 0.09, 0.15, 0.17, 0.12, 0.09 ], "LL15": [ 0.07, 0.11, 0.12, 0.09, 0.15, 0.17, 0.12, 0.09 ], "DUL": [ 0.31, 0.2666, 0.2634, 0.2309, 0.23805, 0.2339, 0.22815, 0.1847 ], "SAT": [ 0.44, 0.44, 0.44, 0.34, 0.24, 0.34, 0.3, 0.28 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.07, 0.11, 0.12, 0.09, 0.15, 0.17, 0.12, 0.09 ], "KL": [ 0.05, 0.03, 0.02, 0.03, 0.03, 0.03, 0.01, 0.005 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-20", "20-40", "40-60", "60-80", "80-100", "100-120", "120-140", "140-160" ], "Thickness": [ 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.2375, 0.2666, 0.2634, 0.2309, 0.23805, 0.2339, 0.22815, 0.1847 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "LincolnBase", "Children": [ { "$type": "Models.Clock, Models", "Start": "1991-06-08T00:00:00", "End": "1992-02-28T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "lincoln.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Manager folder", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1991-06-08", "Action": "[Wheat].Sow(population:250, cultivar:\"BattenSpring\", depth:40, rowSpacing:150);", "Enabled": true } ], "Name": "Operations", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1991-08-30", "Action": "[Irrigation].Apply(0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-09-08", "Action": "[Irrigation].Apply(0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-09-13", "Action": "[Irrigation].Apply(0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-09-20", "Action": "[Irrigation].Apply(0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-10-04", "Action": "[Irrigation].Apply(0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-10-11", "Action": "[Irrigation].Apply(18);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-10-18", "Action": "[Irrigation].Apply(30);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-10-25", "Action": "[Irrigation].Apply(42);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-11-01", "Action": "[Irrigation].Apply(33);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-11-08", "Action": "[Irrigation].Apply(24);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-11-15", "Action": "[Irrigation].Apply(28);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-11-22", "Action": "[Irrigation].Apply(37);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-11-28", "Action": "[Irrigation].Apply(51);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-12-06", "Action": "[Irrigation].Apply(36);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-12-13", "Action": "[Irrigation].Apply(38);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-12-20", "Action": "[Irrigation].Apply(35);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-12-27", "Action": "[Irrigation].Apply(47);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1992-01-04", "Action": "[Irrigation].Apply(40);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1992-01-10", "Action": "[Irrigation].Apply(41);", "Enabled": true } ], "Name": "IrrigationEvents", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1991-06-10", "Action": "[Fertiliser].Apply(30, Fertiliser.Types.NO3N, 0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-08-16", "Action": "[Fertiliser].Apply(100, Fertiliser.Types.NO3N,0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-09-26", "Action": "[Fertiliser].Apply(50, Fertiliser.Types.NO3N,0);", "Enabled": true } ], "Name": "FertiliserEvents", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1992-01-21", "Action": "[Wheat].Harvest();", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1992-01-21", "Action": "[Wheat].EndCrop();", "Enabled": true } ], "Name": "HarvestOperations", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "LincolnSoil", "LocalName": "Lincoln", "Site": "Lincoln", "NearestTown": "Unknown", "Region": "NZ", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3 ], "AirDry": [ 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05 ], "LL15": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "DUL": [ 0.31, 0.3, 0.28, 0.31, 0.3, 0.28, 0.3, 0.34 ], "SAT": [ 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.03, 0.02, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 7.0, "SummerCona": 3.0, "WinterDate": "1-Apr", "WinterU": 3.0, "WinterCona": 2.0, "DiffusConst": 0.0, "DiffusSlope": 0.0, "Salb": 0.2, "CN2Bare": 75.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "SWCON": [ 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "FOMCNRatio": 30.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "Carbon": [ 0.35, 0.27, 0.24, 0.16, 0.16, 0.3, 0.1, 0.1 ], "SoilCNRatio": [ 11.0, 11.0, 11.0, 11.0, 11.0, 11.0, 11.0, 11.0 ], "FBiom": [ 0.04, 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.31, 0.31, 0.31, 0.31, 0.31, 0.25, 0.2, 0.2 ], "FOM": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3N": [ 24.9, 16.0, 9.8, 9.8, 2.1, 2.1, 2.1, 2.1 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5, 0.5 ], "PH": [ 8.5, 8.5, 8.6, 8.6, 8.6, 8.6, 8.6, 8.6 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": null, "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial nitrogen", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.27, 0.3, 0.28, 0.25, 0.24, 0.27, 0.27, 0.21 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 1000.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 80.0, "ResourceName": "SurfaceOrganicMatter", "Name": "Surface Organic Matter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Interfaces;\nusing APSIM.Shared.Utilities;\nusing Models.Surface;\nusing Models.Soils;\nusing Models.PMF.OilPalm;\nusing Models.PMF;\nusing Models.Core;\nusing System;\nusing Models.Soils.Nutrients;\n\nnamespace Models\n{\n [Serializable]\n [System.Xml.Serialization.XmlInclude(typeof(Model))]\n public class Script : Model\n {\n [Link] private Clock Clock;\n [Link] private Soil Soil;\n [Link] private SurfaceOrganicMatter SurfaceOM;\n [Link]\n private ISoilWater waterBalance;\n [Description(\"Reset date\")]\n public DateTime reset_date { get; set; }\n\n \n [EventSubscribe(\"DoManagement\")]\n private void OnDoManagement(object sender, EventArgs e)\n {\n if (Clock.Today == reset_date)\n waterBalance.Reset();\n }\n }\n}\n", "Parameters": [ { "Key": "reset_date", "Value": "1991-09-02" } ], "Name": "ResetSW", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Climate;\r\nusing System;\r\nusing Models.Core;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Collections.Generic;\r\nusing System.Text;\r\nusing Models.PMF;\r\nusing Models;\r\nusing System.Xml.Serialization;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n [System.Xml.Serialization.XmlInclude(typeof(Model))]\r\n public class Script : Model\r\n {\r\n [Link] Weather Met;\r\n [Link] Clock Clock;\r\n \r\n [Description(\"Start Date\")]\r\n public DateTime StartDate { get; set; }\r\n \r\n [Description(\"End Date\")]\r\n public DateTime EndDate { get; set; }\r\n \r\n \r\n [EventSubscribe(\"PreparingNewWeatherData\")]\r\n private void OnPreparingNewWeatherData(object sender, EventArgs e)\r\n {\r\n if ((Clock.Today.Date >= StartDate) && (Clock.Today.Date <= EndDate))\r\n Met.Rain = 0; \r\n }\r\n }\r\n}\r\n", "Parameters": [ { "Key": "StartDate", "Value": "1991-06-08" }, { "Key": "EndDate", "Value": "1992-12-31" } ], "Name": "ClimateControl", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Volumetric soil water (mm)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 2, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "SoilWaterProfile", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "ProfileWater", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "ProfileWater", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "SWCLayers", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Volumetric water content soil (mm3/mm3)", "Inverted": false, "Minimum": 0.0, "Maximum": 0.4, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 2, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "SWC20cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(1)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(1)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Volumetric water content soil (mm3/mm3)", "Inverted": false, "Minimum": 0.0, "Maximum": 0.4, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "SWC40cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(2)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(2)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Volumetric water content soil (mm3/mm3)", "Inverted": false, "Minimum": 0.0, "Maximum": 0.4, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "SWC60cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(3)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(3)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Volumetric water content soil (mm3/mm3)", "Inverted": false, "Minimum": 0.0, "Maximum": 0.4, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "SWC80cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(4)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(4)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Volumetric water content soil (mm3/mm3)", "Inverted": false, "Minimum": 0.0, "Maximum": 0.4, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "SWC100cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(5)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(5)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Volumetric water content soil (mm3/mm3)", "Inverted": false, "Minimum": 0.0, "Maximum": 0.4, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "SWC120cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(6)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(6)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Volumetric water content soil (mm3/mm3)", "Inverted": false, "Minimum": 0.0, "Maximum": 0.4, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "SWC140cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(7)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(7)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Volumetric water content soil (mm3/mm3)", "Inverted": false, "Minimum": 0.0, "Maximum": 0.4, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "SWC1600cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(8)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(8)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Above Ground Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "AboveGroundWt", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Area Index (m2/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LAI", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Stems", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Above Ground Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "GrainNumbers", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Nitrogen", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "AboveGroundN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGroundLive.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Above Ground Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "EarN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Ear.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Spike.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "StemN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Pred", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Obs", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LeafN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Pred", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Obs", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "EarNconc", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Ear.Nconc", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Pred", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Ear.Nconc", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Obs", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LeafNconc", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Nconc", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Pred", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Nconc", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Obs", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "StemNconc", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Nconc", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Pred", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Nconc", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Obs", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Biomass", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "GrainBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Stem Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "StemBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LeafBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": "Caption can be written", "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Husk weight (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SpikeBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Spike.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Spike.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain number (grains/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Population", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16776961, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Population", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.MainStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Lincoln1992", "Children": [ { "$type": "Models.Memo, Models", "Text": "This trial has never been formally written up. It was conducted at Plant and Foods A Block, Lincoln, New Zealand with 'Batten' Wheat grown on a Templeton silt loam (160mm AWC/m). It was a 2 x 2 x 4 factorial with the following treatments:\r\n\r\n1. Sowing Date (5 May 1992 and 5 Aug 1992) \r\n2. Irrigation (Nil and 120 mm) \r\n3. Nitrogen (0, Low, Medium and High) \r\n\r\nThe N applied to the Low, Medium and High N treatments was 100, 150 and 250 kg/ha, respectively, for the May sowing and 50, 100 and 150, respectively, for the August sowing.\r\n\r\nCould not find informaiton confirming sowing rate so assumed typical values of 300 plants per m/2 for the spring sowing 100 plants per m/2 for May sowing.\r\nEmergence was recorded as the 28th of May for the first planting. The model was predicting this early so delayed sowing date to get emergence date correct..", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "", "Name": "Sow", "Children": [ { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Operations]", "[Fertilise].Script.SDSwitch = 1.0" ], "Paths": null, "Values": null, "Name": "5May", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1992-05-15", "Action": "[Wheat].Sow(population:100, cultivar:\"BattenWinter\", depth:40, rowSpacing:150);", "Enabled": true } ], "Name": "Operations", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Operations]", "[Fertilise].Script.SDSwitch = 0.0" ], "Paths": null, "Values": null, "Name": "5Aug", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1992-08-05", "Action": "[Wheat].Sow(population:300, cultivar:\"BattenWinter\", depth:20, rowSpacing:150);", "Enabled": true } ], "Name": "Operations", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[IrrigationEvents]", "Name": "Irr", "Children": [ { "$type": "Models.Operations, Models", "Operation": null, "Name": "Nil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1992-11-25", "Action": "[Irrigation].Apply(60);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1992-12-31", "Action": "[Irrigation].Apply(60);", "Enabled": true } ], "Name": "Some", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "", "Name": "Nit", "Children": [ { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Fertilise].Script.Amount1 = 0.0", "[Fertilise].Script.Amount2 = 0.0", "[Fertilise].Script.Amount3 = 0.0", "[Fertilise].Script.Amount4 = 0.0" ], "Paths": null, "Values": null, "Name": "0", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Fertilise].Script.Amount1 = 50", "[Fertilise].Script.Amount2 = 50", "[Fertilise].Script.Amount3 = 0.0", "[Fertilise].Script.Amount4 = 0.0" ], "Paths": null, "Values": null, "Name": "1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Fertilise].Script.Amount1 = 50.0", "[Fertilise].Script.Amount2 = 100.0", "[Fertilise].Script.Amount3 = 0.0", "[Fertilise].Script.Amount4 = 0.0" ], "Paths": null, "Values": null, "Name": "2", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Fertilise].Script.Amount1 = 50.0", "[Fertilise].Script.Amount2 = 100.0", "[Fertilise].Script.Amount3 = 50.0", "[Fertilise].Script.Amount4 = 50.0" ], "Paths": null, "Values": null, "Name": "3", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "SDtrialBase", "Children": [ { "$type": "Models.Clock, Models", "Start": "1992-05-01T00:00:00", "End": "1993-05-01T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "lincoln.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Manager folder", "Children": [ { "$type": "Models.Operations, Models", "Operation": null, "Name": "Operations", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": null, "Name": "IrrigationEvents", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n \r\n [Description(\"Date to fertilise\")]\r\n public string FertDate1 { get; set; }\r\n [Description(\"Date to fertilise\")]\r\n public string FertDate2 { get; set; }\r\n [Description(\"Date to fertilise\")]\r\n public string FertDate3 { get; set; }\r\n [Description(\"Date to fertilise\")]\r\n public string FertDate4 { get; set; }\r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount1 { get; set; }\r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount2 { get; set; }\r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount3 { get; set; }\r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount4 { get; set; }\r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double SDSwitch { get; set; }\r\n \r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (DateUtilities.WithinDates(FertDate1, Clock.Today, FertDate1))\r\n Fertiliser.Apply(Amount: Amount1 * SDSwitch, Type: Fertiliser.Types.NO3N);\r\n if (DateUtilities.WithinDates(FertDate2, Clock.Today, FertDate2))\r\n Fertiliser.Apply(Amount: Amount2, Type: Fertiliser.Types.NO3N);\r\n if (DateUtilities.WithinDates(FertDate3, Clock.Today, FertDate3))\r\n Fertiliser.Apply(Amount: Amount3, Type: Fertiliser.Types.NO3N);\r\n if (DateUtilities.WithinDates(FertDate4, Clock.Today, FertDate4))\r\n Fertiliser.Apply(Amount: Amount4 * SDSwitch, Type: Fertiliser.Types.NO3N);\r\n }\r\n }\r\n}\r\n", "Parameters": [ { "Key": "FertDate1", "Value": "05-Aug" }, { "Key": "FertDate2", "Value": "01-Oct" }, { "Key": "FertDate3", "Value": "20-Oct" }, { "Key": "FertDate4", "Value": "25-Nov" }, { "Key": "Amount1", "Value": "0" }, { "Key": "Amount2", "Value": "0" }, { "Key": "Amount3", "Value": "0" }, { "Key": "Amount4", "Value": "0" }, { "Key": "SDSwitch", "Value": "0" } ], "Name": "Fertilise", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1993-03-03", "Action": "[Wheat].Harvest();", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-03-03", "Action": "[Wheat].EndCrop();", "Enabled": true } ], "Name": "HarvestOperations", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "LincolnSoil", "LocalName": "Lincoln", "Site": "Lincoln", "NearestTown": "Unknown", "Region": "NZ", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-120", "120-140" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 100.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3 ], "AirDry": [ 0.08, 0.12, 0.1, 0.09, 0.11, 0.16, 0.15, 0.12 ], "LL15": [ 0.12, 0.12, 0.1, 0.09, 0.11, 0.16, 0.15, 0.12 ], "DUL": [ 0.31, 0.3, 0.28, 0.31, 0.3, 0.28, 0.3, 0.34 ], "SAT": [ 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.12, 0.12, 0.1, 0.09, 0.11, 0.16, 0.15, 0.12 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.03, 0.02, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 7.0, "SummerCona": 3.0, "WinterDate": "1-Apr", "WinterU": 7.0, "WinterCona": 3.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.2, "CN2Bare": 75.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "SWCON": [ 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "FOMCNRatio": 30.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "Carbon": [ 2.4, 2.1, 1.6, 1.03, 0.47, 0.47, 0.47, 0.47 ], "SoilCNRatio": [ 11.5, 11.5, 11.5, 11.5, 11.5, 11.5, 11.5, 11.5 ], "FBiom": [ 0.025, 0.025, 0.015, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.3, 0.4, 0.75, 0.9, 0.96, 0.96, 0.96, 0.96 ], "FOM": [ 171.8447476380118, 115.19097914769489, 77.214822445173212, 51.758643336082223, 34.694856183784871, 23.256657594314564, 15.589403789256034, 10.449889865682275 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3N": [ 19.23076923076923, 4.2307692307692317, 4.2307692307692308, 3.8461538461538454, 3.4615384615384617, 1.5384615384615381, 1.1538461538461524, 0.76923076923077138 ], "NH4N": [ 0.39, 0.6, 0.6, 0.5, 0.5, 0.5, 0.5, 0.5 ], "PH": [ 6.6, 6.2, 5.7, 5.5, 5.5, 5.5, 5.5, 5.5 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 0.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 80.0, "ResourceName": "SurfaceOrganicMatter", "Name": "Surface Organic Matter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Leaf].CohortSize", "[Wheat].Arbitrator.DM.Allocated", "[Wheat].Arbitrator.DM.TotalPlantDemand", "[Wheat].Arbitrator.DM.NutrientLimitation", "[Wheat].Arbitrator.DM.SinkLimitation", "[Wheat].Arbitrator.DM.TotalFixationSupply", "[Wheat].Arbitrator.FN", "[Wheat].Arbitrator.N.TotalPlantDemand", "[Wheat].Leaf.CohortMaxSize", "[Wheat].Leaf.CohortParameters.GrowthDuration", "[Wheat].Leaf.CohortParameters.LagDuration", "[Wheat].Leaf.CohortParameters.MaxArea", "[Wheat].Leaf.CohortParameters.SenescenceDuration", "[Wheat].Leaf.CohortParameters.SpecificLeafAreaMax", "[Wheat].Leaf.CohortParameters.SpecificLeafAreaMin", "[Wheat].Leaf.Photosynthesis.FT", "[Wheat].Leaf.Photosynthesis.FVPD", "[Wheat].Leaf.Photosynthesis.RueAct", "[Wheat].Leaf.NextExpandingLeafProportion", "[Wheat].Structure.MeanTillerGrowthRate" ], "EventNames": [ "[Clock].DoReport" ], "GroupByVariableName": null, "Name": "SupReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Graphs", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "AboveGroundNMay", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Sow] = '5May'", "Name": "PredMay", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%May%'", "Name": "ObsMay", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "AboveGroundNAug", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Sow] = '5Aug'", "Name": "PredMay", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%Aug%'", "Name": "ObsMay", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "AboveGroundWtMay", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Sow] = '5May'", "Name": "Pred", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%May%'", "Name": "Obs", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "AboveGroundWtAug", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Sow] = '5Aug'", "Name": "Pred", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%Aug%'", "Name": "Obs", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "ZadokScore", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "WaterProfile", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "ProfileWater", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%Nit3%'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "ProfileWater", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "OrganBiomass", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "EarWtMay", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Ear.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Sow] = '5May'", "Name": "Pred", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Ear.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%May%'", "Name": "Obs", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "EarWtAug", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Ear.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Sow] = '5Aug'", "Name": "Pred", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Ear.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%Aug%'", "Name": "Obs", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LeafWtMay", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Sow] = '5May'", "Name": "Pred", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%May%'", "Name": "Obs", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LeafWtAug", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Sow] = '5Aug'", "Name": "Pred", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%Aug%'", "Name": "Obs", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "StemWtMay", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Sow] = '5May'", "Name": "Pred", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%May%'", "Name": "Obs", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "StemWtAug", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Sow] = '5Aug'", "Name": "Pred", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%Aug%'", "Name": "Obs", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "OrganN", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "EarNMay", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Ear.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Sow] = '5May'", "Name": "Pred", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Ear.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%May%'", "Name": "Obs", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "EarNAug", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Ear.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Sow] = '5Aug'", "Name": "Pred", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Ear.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%Aug%'", "Name": "Obs", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LeafNMay", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Sow] = '5May'", "Name": "Pred", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%May%'", "Name": "Obs", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LeafNAug", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Sow] = '5Aug'", "Name": "Pred", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%Aug%'", "Name": "Obs", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "StemNMay", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Sow] = '5May'", "Name": "Pred", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%May%'", "Name": "Obs", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "StemNAug", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Sow] = '5Aug'", "Name": "Pred", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%Aug%'", "Name": "Obs", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "OrganNconc", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "EarNconcMay", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Ear.Nconc", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Sow] = '5May'", "Name": "Pred", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Ear.Nconc", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%May%'", "Name": "Obs", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "EarNconcAug", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Ear.Nconc", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Sow] = '5Aug'", "Name": "Pred", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Ear.Nconc", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%Aug%'", "Name": "Obs", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LeafNconcMay", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Nconc", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Sow] = '5May'", "Name": "Pred", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Nconc", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%May%'", "Name": "Obs", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LeafNconcAug", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Nconc", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Sow] = '5Aug'", "Name": "Pred", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Nconc", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%Aug%'", "Name": "Obs", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "StemNconcMay", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Nconc", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Sow] = '5May'", "Name": "Pred", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Nconc", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%May%'", "Name": "Obs", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "StemNconcAug", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Nconc", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Sow] = '5Aug'", "Name": "Pred", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Nconc", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%Aug%'", "Name": "Obs", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Canopy", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LAIMay", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Sow] = '5May'", "Name": "Pred", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%May%'", "Name": "Obs", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LAIAug", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Sow] = '5Aug'", "Name": "Pred", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%Aug%'", "Name": "Obs", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "TillersMay", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Sow] = '5May'", "Name": "Pred", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%May%'", "Name": "Obs", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "TillersAug", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Sow] = '5Aug'", "Name": "Pred", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%Aug%'", "Name": "Obs", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "RadIntMay", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CoverTotal", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Sow] = '5May'", "Name": "Pred", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CoverTotal", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%May%'", "Name": "Obs", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "RadIntAug", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CoverTotal", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Sow] = '5Aug'", "Name": "Pred", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CoverTotal", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%Aug%'", "Name": "Obs", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Tips (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LeafTips", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.HaunStage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.LeafTipsAppeared", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Tips (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "AppearedLeaves", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.AppearedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Tips", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 1, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.ExpandedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Liguals", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "SWCLayers", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Volumetric water content soil (mm3/mm3)", "Inverted": false, "Minimum": 0.0, "Maximum": 0.4, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 2, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SWC20cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(1)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%Nit3%'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16776961, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(1)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Volumetric water content soil (mm3/mm3)", "Inverted": false, "Minimum": 0.0, "Maximum": 0.4, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SWC40cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16776961, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(2)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(2)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%Nit3%'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Volumetric water content soil (mm3/mm3)", "Inverted": false, "Minimum": 0.0, "Maximum": 0.4, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SWC60cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16776961, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(3)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(3)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%Nit3%'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Volumetric water content soil (mm3/mm3)", "Inverted": false, "Minimum": 0.0, "Maximum": 0.4, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SWC80cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16776961, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(4)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(4)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%Nit3%'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Volumetric water content soil (mm3/mm3)", "Inverted": false, "Minimum": 0.0, "Maximum": 0.4, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SWC100cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16776961, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(5)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(5)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%Nit3%'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Volumetric water content soil (mm3/mm3)", "Inverted": false, "Minimum": 0.0, "Maximum": 0.4, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SWC120cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16776961, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(6)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(6)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%Nit3%'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Volumetric water content soil (mm3/mm3)", "Inverted": false, "Minimum": 0.0, "Maximum": 0.4, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SWC140cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(7)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%Nit3%'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Volumetric water content soil (mm3/mm3)", "Inverted": false, "Minimum": 0.0, "Maximum": 0.4, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SWC1600cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(8)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%Nit3%'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "PercentWSC", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.PercentWSC", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%Nit3%'", "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Lincoln2010", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "", "Name": "Sow", "Children": [ { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Operations]", "[Fertilise].Script.SDSwitch = 1.0" ], "Paths": null, "Values": null, "Name": "27Aug", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-09-04", "Action": "[Wheat].Sow(population:200, cultivar:\"Conquest\", depth:40, rowSpacing:150);", "Enabled": true } ], "Name": "Operations", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Operations]", "[Fertilise].Script.SDSwitch = 0.0" ], "Paths": null, "Values": null, "Name": "27Sep", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-09-27", "Action": "[Wheat].Sow(population:200, cultivar:\"Conquest\", depth:40, rowSpacing:150);", "Enabled": true } ], "Name": "Operations", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[IrrigationEvents]", "Name": "Irr", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-11-02", "Action": "[Irrigation].Apply(31);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-11-15", "Action": "[Irrigation].Apply(39);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-11-23", "Action": "[Irrigation].Apply(8);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-11-24", "Action": "[Irrigation].Apply(19);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-12-01", "Action": "[Irrigation].Apply(39);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-12-08", "Action": "[Irrigation].Apply(25);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-12-15", "Action": "[Irrigation].Apply(37);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-12-22", "Action": "[Irrigation].Apply(32);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-12-29", "Action": "[Irrigation].Apply(18);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2011-01-12", "Action": "[Irrigation].Apply(27);", "Enabled": true } ], "Name": "Full", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-11-02", "Action": "[Irrigation].Apply(16);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-11-15", "Action": "[Irrigation].Apply(20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-11-23", "Action": "[Irrigation].Apply(8);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-11-24", "Action": "[Irrigation].Apply(10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-12-01", "Action": "[Irrigation].Apply(19);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-12-08", "Action": "[Irrigation].Apply(12);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-12-15", "Action": "[Irrigation].Apply(18);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-12-22", "Action": "[Irrigation].Apply(16);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-12-29", "Action": "[Irrigation].Apply(9);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2011-01-12", "Action": "[Irrigation].Apply(13);", "Enabled": true } ], "Name": "Half", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-11-02", "Action": "[Irrigation].Apply(0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-11-15", "Action": "[Irrigation].Apply(36);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-11-23", "Action": "[Irrigation].Apply(8);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-11-24", "Action": "[Irrigation].Apply(0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-12-01", "Action": "[Irrigation].Apply(29);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-12-08", "Action": "[Irrigation].Apply(0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-12-15", "Action": "[Irrigation].Apply(30);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-12-22", "Action": "[Irrigation].Apply(0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2010-12-29", "Action": "[Irrigation].Apply(25);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2011-01-12", "Action": "[Irrigation].Apply(0);", "Enabled": true } ], "Name": "Half2", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-11-23", "Action": "[Irrigation].Apply(8);", "Enabled": true } ], "Name": "Nil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Memo, Models", "Text": "- Could not find informaiton confirming sowing rate. Protocole said aim for 300 plants per m/2 which is usual for a spring sowing but very high for an Autumn sowing. Assumed 100 plants per m/2 for May sowing and 300 for August.\r\n- Emergence was recorded as the 28th of May for the first planting. The model was predicting this early so delayed sowing date to get emergence date correct..", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Baxters", "Children": [ { "$type": "Models.Clock, Models", "Start": "2010-08-27T00:00:00", "End": "2011-03-30T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "lincoln.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Manager folder", "Children": [ { "$type": "Models.Operations, Models", "Operation": null, "Name": "Operations", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": null, "Name": "IrrigationEvents", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n \r\n [Description(\"Date to fertilise\")]\r\n public string FertDate1 { get; set; }\r\n [Description(\"Date to fertilise\")]\r\n public string FertDate2 { get; set; }\r\n [Description(\"Date to fertilise\")]\r\n public string FertDate3 { get; set; }\r\n [Description(\"Date to fertilise\")]\r\n public string FertDate4 { get; set; }\r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount1 { get; set; }\r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount2 { get; set; }\r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount3 { get; set; }\r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount4 { get; set; }\r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double SDSwitch { get; set; }\r\n \r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (DateUtilities.WithinDates(FertDate1, Clock.Today, FertDate1))\r\n Fertiliser.Apply(Amount: Amount1 * SDSwitch, Type: Fertiliser.Types.NO3N);\r\n if (DateUtilities.WithinDates(FertDate2, Clock.Today, FertDate2))\r\n Fertiliser.Apply(Amount: Amount2, Type: Fertiliser.Types.NO3N);\r\n if (DateUtilities.WithinDates(FertDate3, Clock.Today, FertDate3))\r\n Fertiliser.Apply(Amount: Amount3, Type: Fertiliser.Types.NO3N);\r\n if (DateUtilities.WithinDates(FertDate4, Clock.Today, FertDate4))\r\n Fertiliser.Apply(Amount: Amount4 * SDSwitch, Type: Fertiliser.Types.NO3N);\r\n }\r\n }\r\n}\r\n", "Parameters": [ { "Key": "FertDate1", "Value": "05-Aug" }, { "Key": "FertDate2", "Value": "01-Oct" }, { "Key": "FertDate3", "Value": "20-Oct" }, { "Key": "FertDate4", "Value": "25-Nov" }, { "Key": "Amount1", "Value": "0" }, { "Key": "Amount2", "Value": "0" }, { "Key": "Amount3", "Value": "0" }, { "Key": "Amount4", "Value": "0" }, { "Key": "SDSwitch", "Value": "0" } ], "Name": "Fertilise", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 0.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 80.0, "ResourceName": "SurfaceOrganicMatter", "Name": "Surface Organic Matter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Leaf].CohortSize", "[Wheat].Arbitrator.DM.Allocated", "[Wheat].Arbitrator.DM.TotalPlantDemand", "[Wheat].Arbitrator.DM.NutrientLimitation", "[Wheat].Arbitrator.DM.SinkLimitation", "[Wheat].Arbitrator.DM.TotalFixationSupply", "[Wheat].Arbitrator.FN", "[Wheat].Arbitrator.N.TotalPlantDemand", "[Wheat].Leaf.CohortMaxSize", "[Wheat].Leaf.CohortParameters.GrowthDuration", "[Wheat].Leaf.CohortParameters.LagDuration", "[Wheat].Leaf.CohortParameters.MaxArea", "[Wheat].Leaf.CohortParameters.SenescenceDuration", "[Wheat].Leaf.CohortParameters.SpecificLeafAreaMax", "[Wheat].Leaf.CohortParameters.SpecificLeafAreaMin", "[Wheat].Leaf.Photosynthesis.FT", "[Wheat].Leaf.Photosynthesis.FVPD", "[Wheat].Leaf.Photosynthesis.RueAct", "[Wheat].Leaf.NextExpandingLeafProportion", "[Wheat].Structure.MeanTillerGrowthRate", "sum([Soil].SoilWater.SWmm[1:8]) as ProfileWater" ], "EventNames": [ "[Clock].DoReport" ], "GroupByVariableName": null, "Name": "SupReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": null, "LocalName": null, "Site": null, "NearestTown": null, "Region": null, "State": null, "Country": null, "NaturalVegetation": null, "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-30", "30-60", "60-90", "90-120", "120-150" ], "Thickness": [ 100.0, 200.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 180.83333333333337, 12.5, 1.3888888888888928, 1.3888888888888928, 0.0, 0.0 ], "NH4N": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "PH": [ 6.6, 6.2, 5.7, 5.5, 5.5, 5.5 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-20", "20-40", "40-60", "60-80", "80-100", "100-120", "120-140", "140-160" ], "Thickness": [ 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.2, 1.2, 1.2, 1.2, 1.2, 1.2, 1.2, 1.2 ], "AirDry": [ 0.05, 0.1, 0.07, 0.07, 0.08, 0.07, 0.07, 0.07 ], "LL15": [ 0.1, 0.1, 0.07, 0.07, 0.08, 0.07, 0.07, 0.07 ], "DUL": [ 0.32, 0.32, 0.13, 0.1, 0.11, 0.1, 0.1, 0.1 ], "SAT": [ 0.46, 0.46, 0.4, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.1, 0.1, 0.07, 0.07, 0.08, 0.07, 0.07, 0.07 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.04, 0.025, 0.01, 0.005 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 2.0, "WinterDate": "1-Apr", "WinterU": 9.0, "WinterCona": 4.4, "DiffusConst": 0.0, "DiffusSlope": 0.0, "Salb": 0.18, "CN2Bare": 68.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "SWCON": [ 0.7, 0.7, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-30", "30-60", "60-90", "90-120", "120-150" ], "FOMCNRatio": 30.0, "Thickness": [ 100.0, 200.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.82, 1.47, 1.2, 1.03, 0.47, 0.47 ], "SoilCNRatio": [ 11.5, 11.5, 11.5, 11.5, 11.5, 11.5 ], "FBiom": [ 0.025, 0.025, 0.015, 0.01, 0.01, 0.01 ], "FInert": [ 0.3, 0.4, 0.75, 0.9, 0.96, 0.96 ], "FOM": [ 1243.9310541346904, 833.83192147272689, 457.61666105087295, 251.14534845521521, 137.83148958311097, 75.643525303383925 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-20", "20-40", "40-60", "60-80", "80-100", "100-120", "120-140", "140-160" ], "Thickness": [ 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.29, 0.28, 0.16, 0.15, 0.1, 0.1, 0.11, 0.12 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2011-02-11", "Action": "[Wheat].Harvest();", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2011-02-11", "Action": "[Wheat].EndCrop();", "Enabled": true } ], "Name": "HarvestOperations", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Graphs", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "TotalBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Volumetric soil water (mm)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 2, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "SoilWaterProfileAug", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "ProfileWater", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Sow] = '27Aug'", "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "ProfileWater", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%Aug%'", "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Volumetric soil water (mm)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 2, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "SoilWaterProfileSep", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "ProfileWater", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Sow] = '27Sep'", "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "ProfileWater", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[SimulationName] LIKE '%Sep%'", "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "OrganBiomass", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LeafBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Stem Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "StemBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "GrainBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": "Caption can be written", "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Husk weight (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SpikeBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Spike.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Spike.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": "Caption can be written", "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Husk weight (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "EarBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Ear.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Ear.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "DeadLeaf", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Dead.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Dead.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Canopy", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Area Index (m2/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LAI", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Canopy cover (0-1)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Cover", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CoverTotal", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CoverTotal", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Tips (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Tillers", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "YieldComponents", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain number (grains/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "GrainNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain number (grains/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "PlantNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.MainStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain number (grains/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "GrainSize", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Size", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.GrainSize", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "SensibilityTest", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "RUEact", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Photosynthesis.RueAct", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "FW", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Fw", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Arbitrator", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 1, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Arbitrator.DM.TotalPlantDemand", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Demand", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Arbitrator.DM.TotalFixationSupply", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Supply", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Vrn", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.DailyVernalisation", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": true, "CumulativeX": false, "Filter": null, "Name": "Vrn", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "FN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Arbitrator.FN", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "SWCLayers", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Volumetric water content soil (mm3/mm3)", "Inverted": false, "Minimum": 0.0, "Maximum": 0.4, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 2, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SWC20cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(1)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16776961, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(1)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Volumetric water content soil (mm3/mm3)", "Inverted": false, "Minimum": 0.0, "Maximum": 0.4, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SWC40cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(2)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16776961, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(2)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Volumetric water content soil (mm3/mm3)", "Inverted": false, "Minimum": 0.0, "Maximum": 0.4, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SWC60cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(3)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16776961, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(3)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Volumetric water content soil (mm3/mm3)", "Inverted": false, "Minimum": 0.0, "Maximum": 0.4, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SWC80cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(4)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16776961, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(4)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Volumetric water content soil (mm3/mm3)", "Inverted": false, "Minimum": 0.0, "Maximum": 0.4, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SWC100cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(5)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16776961, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(5)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Volumetric water content soil (mm3/mm3)", "Inverted": false, "Minimum": 0.0, "Maximum": 0.4, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SWC120cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(6)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16776961, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(6)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Volumetric water content soil (mm3/mm3)", "Inverted": false, "Minimum": 0.0, "Maximum": 0.4, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SWC140cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(7)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16776961, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(7)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Volumetric water content soil (mm3/mm3)", "Inverted": false, "Minimum": 0.0, "Maximum": 0.4, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SWC1600cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Sow", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(8)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16776961, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(8)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Memo, Models", "Text": "This is a water response trial run in the rain out shelter at Plant and Food Research in Lincoln, New Zealand. It is described in full by [Chakwizira_wheat_2014] but briefly. An Autumn crop of 'Wakanui' wheat was sown at 165 plants/m^2^ on the 28th of March 2013 and 6 irrigation timing treatments were applied: \r\n\r\n1. Full irrigation where measured ET was replaced weekly\r\n. \r\n2. Nill irrigation. \r\n3. Very Early Drought where irrigation was withheld from sowing until the beginning of stem extension. \r\n4. Early Drought where irrigation was withheld between Flag leaf and the beginning of grain fill. \r\n5. Middle Drought where irrigation was withheld between Flag leaf and 1 week into grain fill. \r\n6. Late Drought where irrigation was withheld from heading until harvest. \r\n\r\nIrrigation was applied at weekly intervals through and assemply of low rate drip emitters on each plot. Soil water content was measured weekly with a neutron probe and biomass was measured on 5 occasions throughout the crop. Samples throughtout the crop were from a 0.43m^2^ quatrant and the final harvest sample was from a 1 m^2^ quadrant. Each treatment was replicated four times and there was considerable soil variation from plot to plot so each treatment was initianilised with unique soil parameters which best described the soil they were growing on.", "Name": "Memo1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Lincoln2014", "Children": [ { "$type": "Models.Memo, Models", "Text": "This is a water response trial run in the rain out shelter at Plant and Food Research in Lincoln, New Zealand. It is described in full by [Chakwizira_wheat_2014] but briefly. An Autumn crop of 'Wakanui' wheat was sown at 165 plants/m^2^ on the 28th of March 2013 and 6 irrigation timing treatments were applied: \r\n\r\n1. Full irrigation where measured ET was replaced weekly\r\n. \r\n2. Nill irrigation. \r\n3. Very Early Drought where irrigation was withheld from sowing until the beginning of stem extension. \r\n4. Early Drought where irrigation was withheld between Flag leaf and the beginning of grain fill. \r\n5. Middle Drought where irrigation was withheld between Flag leaf and 1 week into grain fill. \r\n6. Late Drought where irrigation was withheld from heading until harvest. \r\n\r\nIrrigation was applied at weekly intervals through and assemply of low rate drip emitters on each plot. Soil water content was measured weekly with a neutron probe and biomass was measured on 5 occasions throughout the crop. Samples throughtout the crop were from a 0.43m^2^ quatrant and the final harvest sample was from a 1 m^2^ quadrant. Each treatment was replicated four times and there was considerable soil variation from plot to plot so each treatment was initianilised with unique soil parameters which best described the soil they were growing on.", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "", "Name": "Irrig", "Children": [ { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[IrrigationEvents]", "[Physical]", "[Sample]" ], "Paths": null, "Values": null, "Name": "Full", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2013-05-14", "Action": "[Irrigation].Apply(25);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-05-29", "Action": "[Irrigation].Apply(9.2);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-06-11", "Action": "[Irrigation].Apply(12);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-09-16", "Action": "[Irrigation].Apply(34.6);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-09-25", "Action": "[Irrigation].Apply(46.3);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-10-01", "Action": "[Irrigation].Apply(19.3);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-10-08", "Action": "[Irrigation].Apply(24.9);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-10-15", "Action": "[Irrigation].Apply(21);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-10-22", "Action": "[Irrigation].Apply(39);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-10-29", "Action": "[Irrigation].Apply(44,1);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-11-05", "Action": "[Irrigation].Apply(40,1);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-11-12", "Action": "[Irrigation].Apply(35,1);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-11-19", "Action": "[Irrigation].Apply(33,1);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-11-26", "Action": "[Irrigation].Apply(32,1);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-12-03", "Action": "[Irrigation].Apply(35,1);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-12-10", "Action": "[Irrigation].Apply(49,1);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-12-17", "Action": "[Irrigation].Apply(47,1);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-12-24", "Action": "[Irrigation].Apply(0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-12-31", "Action": "[Irrigation].Apply(0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-09-10", "Action": "[Irrigation].Apply(5);", "Enabled": true } ], "Name": "IrrigationEvents", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-20", "20-40", "40-60", "60-80", "80-100", "100-120", "120-140", "140-160", "160-180", "180-200" ], "Thickness": [ 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0, 1.324, 1.35, 1.301, 1.301, 1.301, 1.301, 1.301, 1.3, 1.3 ], "AirDry": [ 0.05, 0.12, 0.1, 0.08, 0.06, 0.06, 0.1, 0.1, 0.1, 0.1 ], "LL15": [ 0.1, 0.15, 0.1, 0.08, 0.07, 0.08, 0.1, 0.1, 0.1, 0.1 ], "DUL": [ 0.32, 0.3, 0.28, 0.31, 0.27, 0.25, 0.21, 0.23, 0.23, 0.23 ], "SAT": [ 0.42, 0.41, 0.37, 0.37, 0.33, 0.32, 0.3, 0.31, 0.31, 0.31 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.1, 0.12, 0.1, 0.08, 0.06, 0.08, 0.1, 0.1, 0.1, 0.1 ], "KL": [ 0.06, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.02, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-20", "20-40", "40-60", "60-80", "80-100", "100-120", "120-140", "140-160" ], "Thickness": [ 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.32, 0.27825, 0.276, 0.25025, 0.25075, 0.23975, 0.18925, 0.19625 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Sample", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[IrrigationEvents]", "[Physical]", "[Sample]" ], "Paths": null, "Values": null, "Name": "Nil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-20", "20-40", "40-60", "60-80", "80-100", "100-120", "120-140", "140-160", "160-180", "180-200" ], "Thickness": [ 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0, 1.324, 1.35, 1.301, 1.301, 1.301, 1.301, 1.301, 1.3, 1.3 ], "AirDry": [ 0.06, 0.11, 0.08, 0.05, 0.07, 0.1, 0.1, 0.08, 0.08, 0.08 ], "LL15": [ 0.1, 0.11, 0.08, 0.05, 0.07, 0.1, 0.1, 0.08, 0.08, 0.08 ], "DUL": [ 0.32, 0.29, 0.28, 0.25, 0.3, 0.3, 0.23, 0.22, 0.22, 0.22 ], "SAT": [ 0.36, 0.36, 0.4, 0.33, 0.33, 0.32, 0.3, 0.31, 0.31, 0.31 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.1, 0.11, 0.09, 0.05, 0.07, 0.1, 0.1, 0.11, 0.11, 0.11 ], "KL": [ 0.06, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.02, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2013-09-16", "Action": "[Irrigation].Apply(4.6);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-09-25", "Action": "[Irrigation].Apply(3.5);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-09-10", "Action": "[Irrigation].Apply(5);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-09-10", "Action": "[Irrigation].Apply(5);", "Enabled": true } ], "Name": "IrrigationEvents", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-20", "20-40", "40-60", "60-80", "80-100", "100-120", "120-140", "140-160", "160-180", "180-200" ], "Thickness": [ 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.32, 0.2825, 0.26375, 0.20625, 0.2425, 0.2425, 0.18825, 0.18225, 0.182, 0.182 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Sample", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[IrrigationEvents]", "[Physical]", "[Sample]" ], "Paths": null, "Values": null, "Name": "VeryEarly", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-20", "20-40", "40-60", "60-80", "80-100", "100-120", "120-140", "140-160", "160-180", "180-200" ], "Thickness": [ 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0, 1.324, 1.35, 1.301, 1.301, 1.301, 1.301, 1.301, 1.3, 1.3 ], "AirDry": [ 0.06, 0.12, 0.09, 0.08, 0.06, 0.06, 0.1, 0.1, 0.1, 0.1 ], "LL15": [ 0.06, 0.12, 0.09, 0.08, 0.07, 0.08, 0.1, 0.1, 0.1, 0.1 ], "DUL": [ 0.32, 0.29, 0.28, 0.27, 0.3, 0.25, 0.23, 0.21, 0.21, 0.21 ], "SAT": [ 0.419, 0.405000013, 0.37, 0.37, 0.33, 0.32, 0.3, 0.31, 0.31, 0.31 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.06, 0.12, 0.09, 0.08, 0.07, 0.08, 0.1, 0.1, 0.1, 0.1 ], "KL": [ 0.06, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.02, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2013-09-16", "Action": "[Irrigation].Apply(4.6);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-09-25", "Action": "[Irrigation].Apply(3.5);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-11-19", "Action": "[Irrigation].Apply(33,1);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-11-26", "Action": "[Irrigation].Apply(32,1);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-12-03", "Action": "[Irrigation].Apply(35,18);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-12-10", "Action": "[Irrigation].Apply(49,1);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-12-17", "Action": "[Irrigation].Apply(47,1);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-12-24", "Action": "[Irrigation].Apply(49,1);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-09-10", "Action": "[Irrigation].Apply(5);", "Enabled": true } ], "Name": "IrrigationEvents", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-20", "20-40", "40-60", "60-80", "80-100", "100-120", "120-140", "140-160" ], "Thickness": [ 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.32, 0.2865, 0.276, 0.2745, 0.29125, 0.22275, 0.20375, 0.18175 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Sample", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[IrrigationEvents]", "[Physical]", "[Sample]" ], "Paths": null, "Values": null, "Name": "Early", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-20", "20-40", "40-60", "60-80", "80-100", "100-120", "120-140", "140-160", "160-180", "180-200" ], "Thickness": [ 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0, 1.324, 1.35, 1.301, 1.301, 1.301, 1.301, 1.301, 1.3, 1.3 ], "AirDry": [ 0.05, 0.1, 0.1, 0.08, 0.07, 0.08, 0.08, 0.08, 0.08, 0.08 ], "LL15": [ 0.06, 0.1, 0.1, 0.08, 0.07, 0.08, 0.08, 0.08, 0.08, 0.08 ], "DUL": [ 0.32, 0.3, 0.3, 0.3, 0.32, 0.3, 0.21, 0.21, 0.21, 0.21 ], "SAT": [ 0.42, 0.405000013, 0.37, 0.37, 0.33, 0.32, 0.3, 0.31, 0.31, 0.31 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.06, 0.1, 0.1, 0.08, 0.07, 0.08, 0.08, 0.08, 0.08, 0.08 ], "KL": [ 0.06, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.02, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2013-05-14", "Action": "[Irrigation].Apply(25);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-05-29", "Action": "[Irrigation].Apply(9.2);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-06-11", "Action": "[Irrigation].Apply(12);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-09-16", "Action": "[Irrigation].Apply(34.6);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-09-25", "Action": "[Irrigation].Apply(46.5);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-12-10", "Action": "[Irrigation].Apply(49,1);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-12-17", "Action": "[Irrigation].Apply(47,1);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-12-24", "Action": "[Irrigation].Apply(49,1);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-12-31", "Action": "[Irrigation].Apply(20.3,1);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-12-24", "Action": "[Irrigation].Apply(49,1);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-12-31", "Action": "[Irrigation].Apply(20.3,1);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-09-10", "Action": "[Irrigation].Apply(5);", "Enabled": true } ], "Name": "IrrigationEvents", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-20", "20-40", "40-60", "60-80", "80-100", "100-120", "120-140", "140-160" ], "Thickness": [ 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.32, 0.278, 0.2695, 0.26975, 0.25725, 0.24425, 0.15075, 0.1605 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Sample", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[IrrigationEvents]", "[Physical]", "[Sample]" ], "Paths": null, "Values": null, "Name": "Middle", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-20", "20-40", "40-60", "60-80", "80-100", "100-120", "120-140", "140-160", "160-180", "180-200" ], "Thickness": [ 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0, 1.324, 1.35, 1.301, 1.301, 1.301, 1.301, 1.301, 1.3, 1.3 ], "AirDry": [ 0.06, 0.12, 0.09, 0.05, 0.05, 0.05, 0.12, 0.1, 0.1, 0.1 ], "LL15": [ 0.06, 0.12, 0.09, 0.05, 0.05, 0.05, 0.12, 0.1, 0.1, 0.1 ], "DUL": [ 0.32, 0.3, 0.29, 0.3, 0.25, 0.24, 0.26, 0.26, 0.26, 0.26 ], "SAT": [ 0.419, 0.405000013, 0.37, 0.37, 0.33, 0.32, 0.3, 0.31, 0.31, 0.31 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.06, 0.12, 0.09, 0.05, 0.05, 0.05, 0.12, 0.1, 0.1, 0.1 ], "KL": [ 0.06, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.02, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2013-05-14", "Action": "[Irrigation].Apply(25);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-05-29", "Action": "[Irrigation].Apply(9.2);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-06-11", "Action": "[Irrigation].Apply(12);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-09-16", "Action": "[Irrigation].Apply(34.6);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-09-25", "Action": "[Irrigation].Apply(46.3);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-10-01", "Action": "[Irrigation].Apply(19.3);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-12-17", "Action": "[Irrigation].Apply(47,1);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-12-24", "Action": "[Irrigation].Apply(49,1);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-12-31", "Action": "[Irrigation].Apply(20.3,1);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-09-10", "Action": "[Irrigation].Apply(5);", "Enabled": true } ], "Name": "IrrigationEvents", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-20", "20-40", "40-60", "60-80", "80-100", "100-120", "120-140", "140-160" ], "Thickness": [ 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.32, 0.27875, 0.271, 0.2795, 0.2275, 0.1905, 0.23175, 0.2385 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Sample", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[IrrigationEvents]", "[Physical]", "[Sample]" ], "Paths": null, "Values": null, "Name": "Late", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-20", "20-40", "40-60", "60-80", "80-100", "100-120", "120-140", "140-160", "160-180", "180-200" ], "Thickness": [ 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0, 1.324, 1.35, 1.301, 1.301, 1.301, 1.301, 1.301, 1.3, 1.3 ], "AirDry": [ 0.05, 0.12, 0.1, 0.05, 0.06, 0.06, 0.1, 0.1, 0.1, 0.1 ], "LL15": [ 0.05, 0.12, 0.1, 0.05, 0.06, 0.06, 0.1, 0.1, 0.1, 0.1 ], "DUL": [ 0.32, 0.3, 0.29, 0.32, 0.3, 0.3, 0.27, 0.26, 0.26, 0.26 ], "SAT": [ 0.419, 0.405000013, 0.37, 0.37, 0.33, 0.32, 0.3, 0.31, 0.31, 0.31 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.1, 0.12, 0.1, 0.08, 0.06, 0.08, 0.1, 0.1, 0.1, 0.1 ], "KL": [ 0.06, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.02, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2013-05-14", "Action": "[Irrigation].Apply(25);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-05-29", "Action": "[Irrigation].Apply(9.2);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-06-11", "Action": "[Irrigation].Apply(12);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-09-16", "Action": "[Irrigation].Apply(34.6);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-09-25", "Action": "[Irrigation].Apply(46.3);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-10-01", "Action": "[Irrigation].Apply(19.3);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-10-08", "Action": "[Irrigation].Apply(24.9);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-10-15", "Action": "[Irrigation].Apply(21);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-10-22", "Action": "[Irrigation].Apply(39);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-10-29", "Action": "[Irrigation].Apply(0);", "Enabled": true } ], "Name": "IrrigationEvents", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-20", "20-40", "40-60", "60-80", "80-100", "100-120", "120-140", "140-160" ], "Thickness": [ 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.32, 0.2785, 0.274, 0.27075, 0.2715, 0.23125, 0.199, 0.228 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Sample", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Rainshelter2013", "Children": [ { "$type": "Models.Clock, Models", "Start": "2013-03-22T00:00:00", "End": "2014-04-01T00:00:00", "Name": "clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "lincoln.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "NZ_sedementary", "LocalName": null, "Site": "-", "NearestTown": "-", "Region": "Plains", "State": "Canterbury", "Country": "New Zealand", "NaturalVegetation": null, "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": "Generic profile descriptions provided by Trevor Webb and data for functional horizions based on SWAMP project results", "Comments": "Bulk density values were measured on the fine earth fraction so values entered into apsim soil are adjusted down to account for stone content (assuming stones are inert from all soil process so their mass and volume is removed from model paramaters). SAT, DUL, LL15 and Air dry have been adjusted down to account for stone content. OC has not been adjusted so the model will get the correct carbon and N amounts using the adjusted BD.", "Name": "TempletonSiltLoam", "Children": [ { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-18", "18-33", "33-73", "73-100", "100-150" ], "Thickness": [ 180.0, 150.0, 400.0, 270.0, 500.0 ], "NO3N": [ 265.0, 40.242698892245727, 5.0181311777884545, 2.4197910439263204, 1.921598770176788 ], "NH4N": [ 1.5, 0.85458207452165125, 0.44226433183277919, 0.38431975403535718, 0.38431975403535718 ], "PH": [ 6.0, 6.0, 6.0, 6.0, 6.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-20", "20-40", "40-60", "60-80", "80-100", "100-120", "120-140", "140-160" ], "Thickness": [ 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0, 1.324, 1.35, 1.301, 1.301, 1.301, 1.301, 1.301 ], "AirDry": [ 0.05, 0.12, 0.1, 0.08, 0.06, 0.06, 0.1, 0.1 ], "LL15": [ 0.1, 0.15, 0.1, 0.08, 0.07, 0.08, 0.1, 0.1 ], "DUL": [ 0.32, 0.35, 0.3, 0.3, 0.28, 0.25, 0.23, 0.24 ], "SAT": [ 0.42, 0.41, 0.37, 0.37, 0.33, 0.32, 0.3, 0.31 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.1, 0.12, 0.1, 0.08, 0.06, 0.08, 0.1, 0.1 ], "KL": [ 0.06, 0.06, 0.1, 0.1, 0.05, 0.03, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-oct", "SummerU": 6.0, "SummerCona": 3.0, "WinterDate": "1-Apr", "WinterU": 2.0, "WinterCona": 1.0, "DiffusConst": 0.0, "DiffusSlope": 0.0, "Salb": 0.13, "CN2Bare": 0.0, "CNRed": 0.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "SWCON": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-18", "18-33", "33-73", "73-100", "100-150" ], "FOMCNRatio": 40.0, "Thickness": [ 180.0, 150.0, 400.0, 270.0, 500.0 ], "Carbon": [ 2.62509797633343, 1.24694031672971, 0.316004293710514, 0.207953620272232, 0.200365542475381 ], "SoilCNRatio": [ 11.0, 11.0, 11.0, 11.0, 11.0 ], "FBiom": [ 0.0333099300949596, 0.0186614266926403, 0.0116634262048469, 0.0102228802725968, 0.0100221233748059 ], "FInert": [ 0.437120879838036, 0.656885264024723, 0.849635116265262, 0.944959741045969, 0.982659151583417 ], "FOM": [ 427.52753771689794, 316.72018978386836, 142.31155479059541, 82.931809846844757, 30.508907861793567 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-20", "20-40", "40-60", "60-80", "80-100", "100-120", "120-140", "140-160" ], "Thickness": [ 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.35, 0.35, 0.25, 0.25, 0.25, 0.2, 0.18, 0.2 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Sample", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Manager folder", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2013-03-25", "Action": "[Wheat].Sow(population:165, cultivar:\"Wakanui\", depth:30, rowSpacing:130);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2014-01-26", "Action": "[Wheat].Harvest();", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2014-01-26", "Action": "[Wheat].EndCrop();", "Enabled": true } ], "Name": "SowingAndHarvest", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2013-05-14", "Action": "[Irrigation].Apply(25);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-05-29", "Action": "[Irrigation].Apply(9.2);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-06-11", "Action": "[Irrigation].Apply(12);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-09-16", "Action": "[Irrigation].Apply(34.6);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-09-25", "Action": "[Irrigation].Apply(43);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-10-01", "Action": "[Irrigation].Apply(19.3);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-10-08", "Action": "[Irrigation].Apply(24.9);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-10-15", "Action": "[Irrigation].Apply(21);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-10-22", "Action": "[Irrigation].Apply(39);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-10-29", "Action": "[Irrigation].Apply(44);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-11-05", "Action": "[Irrigation].Apply(40);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-11-12", "Action": "[Irrigation].Apply(35);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-11-19", "Action": "[Irrigation].Apply(33);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-11-26", "Action": "[Irrigation].Apply(32);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-12-03", "Action": "[Irrigation].Apply(35);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-12-10", "Action": "[Irrigation].Apply(49);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-12-17", "Action": "[Irrigation].Apply(47);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-12-24", "Action": "[Irrigation].Apply(0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-12-31", "Action": "[Irrigation].Apply(0);", "Enabled": true } ], "Name": "IrrigationEvents", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2013-09-26", "Action": "[Fertiliser].Apply(100, Fertiliser.Types.UreaN, 10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-11-13", "Action": "[Fertiliser].Apply(100, Fertiliser.Types.UreaN, 10);", "Enabled": true } ], "Name": "FertiliserEvents", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2013-06-18", "Action": "[Irrigation].Apply(120);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-04-12", "Action": "[Irrigation].Apply(5);", "Enabled": true } ], "Name": "Flood", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Climate;\r\nusing System;\r\nusing Models.Core;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Collections.Generic;\r\nusing System.Text;\r\nusing Models.PMF;\r\nusing Models;\r\nusing System.Xml.Serialization;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n [System.Xml.Serialization.XmlInclude(typeof(Model))]\r\n public class Script : Model\r\n {\r\n [Link] Weather Met;\r\n [Link] Clock Clock;\r\n \r\n [Description(\"Start Date\")]\r\n public DateTime StartDate { get; set; }\r\n \r\n [Description(\"End Date\")]\r\n public DateTime EndDate { get; set; }\r\n \r\n \r\n [EventSubscribe(\"PreparingNewWeatherData\")]\r\n private void OnPreparingNewWeatherData(object sender, EventArgs e)\r\n {\r\n if ((Clock.Today.Date >= StartDate) && (Clock.Today.Date <= EndDate))\r\n Met.Rain = 0; \r\n }\r\n }\r\n}\r\n", "Parameters": [ { "Key": "StartDate", "Value": "2013-04-15" }, { "Key": "EndDate", "Value": "2014-05-01" } ], "Name": "ClimateControl", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 80.0, "ResourceName": "SurfaceOrganicMatter", "Name": "Surface Organic Matter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Leaf].CohortSize", "[Wheat].Arbitrator.DM.Allocated", "[Wheat].Arbitrator.DM.TotalPlantDemand", "[Wheat].Arbitrator.DM.NutrientLimitation", "[Wheat].Arbitrator.DM.SinkLimitation", "[Wheat].Arbitrator.DM.TotalFixationSupply", "[Wheat].Arbitrator.FN", "[Wheat].Arbitrator.N.TotalPlantDemand", "[Wheat].Leaf.CohortMaxSize", "[Wheat].Leaf.CohortParameters.GrowthDuration", "[Wheat].Leaf.CohortParameters.LagDuration", "[Wheat].Leaf.CohortParameters.MaxArea", "[Wheat].Leaf.CohortParameters.SenescenceDuration", "[Wheat].Leaf.CohortParameters.SpecificLeafAreaMax", "[Wheat].Leaf.CohortParameters.SpecificLeafAreaMin", "[Wheat].Leaf.Photosynthesis.FT", "[Wheat].Leaf.Photosynthesis.FVPD", "[Wheat].Leaf.Photosynthesis.RueAct", "[Wheat].Leaf.NextExpandingLeafProportion", "[Wheat].Structure.MeanTillerGrowthRate", "sum([Soil].SoilWater.SWmm[1:8]) as ProfileWater" ], "EventNames": [ "[Clock].DoReport" ], "GroupByVariableName": null, "Name": "SupReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Interfaces;\r\nusing Models.Core;\r\nusing System.Xml.Serialization;\r\nusing System.Collections.Generic;\r\nusing System;\r\n\r\n\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n \r\n \r\n }\r\n}\r\n", "Parameters": null, "Name": "MaxLeafSize", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "MaxLeafSizeReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Graphs", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Above Ground Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "AboveGroundWt", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Volumetric soil water (mm)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 2, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "SoilWaterProfile", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "ProfileWater", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "ProfileWater", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "GrainBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Volumetric soil water (mm)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 2, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 2, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "ZadokScore", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 2, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.NextExpandingLeafProportion", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "SWCLayers", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Volumetric water content soil (mm3/mm3)", "Inverted": false, "Minimum": 0.0, "Maximum": 0.4, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 2, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SWC20cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(1)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(1)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Volumetric water content soil (mm3/mm3)", "Inverted": false, "Minimum": 0.0, "Maximum": 0.4, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SWC40cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(2)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(2)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Volumetric water content soil (mm3/mm3)", "Inverted": false, "Minimum": 0.0, "Maximum": 0.4, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SWC60cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(3)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(3)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Volumetric water content soil (mm3/mm3)", "Inverted": false, "Minimum": 0.0, "Maximum": 0.4, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SWC80cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(4)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(4)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Volumetric water content soil (mm3/mm3)", "Inverted": false, "Minimum": 0.0, "Maximum": 0.4, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SWC100cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(5)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(5)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Volumetric water content soil (mm3/mm3)", "Inverted": false, "Minimum": 0.0, "Maximum": 0.4, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SWC120cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(6)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(6)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Volumetric water content soil (mm3/mm3)", "Inverted": false, "Minimum": 0.0, "Maximum": 0.4, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SWC140cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(7)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(7)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Volumetric water content soil (mm3/mm3)", "Inverted": false, "Minimum": 0.0, "Maximum": 0.4, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SWC1600cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(8)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(8)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "OrganBiomass", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LeafBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16776961, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Stem Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "StemBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "GrainBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": "Caption can be written", "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Husk weight (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SpikeBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Spike.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Spike.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Canopy", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Tips (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LeafTips", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.LeafTipsAppeared", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Tips", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.LeafTipsAppeared", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.ExpandedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Liguals", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.ExpandedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16747854, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.AppearedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Liguals1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Tips (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": 600.0, "Maximum": 3500.0, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LeafTips1", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -3376729, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Wheat.Phenology.ThermalTime", "YFieldName": "Wheat.Phenology.HaunStage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": true, "Filter": null, "Name": "Tips", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Wheat.Phenology.ThermalTime", "YFieldName": "Wheat.Leaf.ExpandedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": true, "Filter": null, "Name": "Liguals", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16747854, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Wheat.Phenology.ThermalTime", "YFieldName": "Wheat.Leaf.AppearedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": true, "Filter": null, "Name": "Liguals1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -3376729, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Wheat.Phenology.ThermalTime", "YFieldName": "Wheat.Structure.LeafTipsAppeared", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": true, "Filter": null, "Name": "Tips1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Ligules (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LeafLigules", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.ExpandedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.ExpandedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Senesced leaves (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "FullySenesced", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.DeadCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.DeadCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Area Index (m2/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LAI", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Canopy cover (0-1)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Cover", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CoverGreen", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CoverTotal", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Tips (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Tillers", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Area Index (m2/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SLA", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.SpecificArea", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.SpecificArea", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 3, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CohortParameters.SpecificLeafAreaMin", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Min", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 2, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CohortParameters.SpecificLeafAreaMax", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Max", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LeafSize", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "Irrig", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Leaf.CohortSize(1)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "Irrig", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Leaf.CohortSize(2)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "2", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -11094807, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "Irrig", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Leaf.CohortSize(3)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "3", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "Irrig", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Leaf.CohortSize(4)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "4", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16747854, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "Irrig", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Leaf.CohortSize(5)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "5", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "Irrig", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Leaf.CohortSize(6)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "6", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -3376729, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "Irrig", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Leaf.CohortSize(7)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "7", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -990142, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "Irrig", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Leaf.CohortSize(8)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "8", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "Irrig", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Leaf.CohortSize(9)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "9", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "Irrig", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Leaf.CohortSize(10)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "10", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -11094807, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "Irrig", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Leaf.CohortSize(11)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "11", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "Irrig", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Leaf.CohortSize(12)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "12", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16747854, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "Irrig", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Leaf.CohortSize(13)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "13", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "Irrig", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Leaf.CohortSize(14)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "14", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -3376729, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "Irrig", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Leaf.CohortSize(15)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "15", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "Irrig", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Leaf.CohortSize(17)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "16", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -990142, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "Irrig", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Leaf.CohortSize(16)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "17", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "Irrig", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CohortMaxSize(1)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed 1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": null, "FactorToVaryMarkers": "Irrig", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CohortMaxSize(2)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed 2", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -11094807, "FactorToVaryColours": null, "FactorToVaryMarkers": "Irrig", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CohortMaxSize(3)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed 3", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": null, "FactorToVaryMarkers": "Irrig", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CohortMaxSize(4)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed 4", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16747854, "FactorToVaryColours": null, "FactorToVaryMarkers": "Irrig", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CohortMaxSize(5)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed 5", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": "Irrig", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CohortMaxSize(6)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed 6", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -3376729, "FactorToVaryColours": null, "FactorToVaryMarkers": "Irrig", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CohortMaxSize(7)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed 7", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -990142, "FactorToVaryColours": null, "FactorToVaryMarkers": "Irrig", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CohortMaxSize(8)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed 8", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "Irrig", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CohortMaxSize(9)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed 9", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": null, "FactorToVaryMarkers": "Irrig", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CohortMaxSize(10)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed 10", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -11094807, "FactorToVaryColours": null, "FactorToVaryMarkers": "Irrig", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CohortMaxSize(11)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed 11", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": null, "FactorToVaryMarkers": "Irrig", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CohortMaxSize(12)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed 12", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16747854, "FactorToVaryColours": null, "FactorToVaryMarkers": "Irrig", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CohortMaxSize(13)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed 13", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": "Irrig", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CohortMaxSize(14)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed 14", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -3376729, "FactorToVaryColours": null, "FactorToVaryMarkers": "Irrig", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CohortMaxSize(15)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed 15", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "Irrig", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CohortMaxSize(17)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed 16", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -990142, "FactorToVaryColours": null, "FactorToVaryMarkers": "Irrig", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CohortMaxSize(16)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed 17", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Leaf Size (mm^2)", "Inverted": false, "Minimum": 0.0, "Maximum": 4000.0, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Leaf Size (mm^2)", "Inverted": false, "Minimum": 0.0, "Maximum": 4000.0, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LeafSize2", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "Irrig", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 1, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(1)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(1)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": null, "FactorToVaryMarkers": "Irrig", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 1, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(2)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(2)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "2", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -11094807, "FactorToVaryColours": null, "FactorToVaryMarkers": "Irrig", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 1, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(3)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(3)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "3", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": null, "FactorToVaryMarkers": "Irrig", "FactorToVaryLines": null, "Marker": 10, "MarkerSize": 1, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(4)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(4)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "4", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16747854, "FactorToVaryColours": null, "FactorToVaryMarkers": "Irrig", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 1, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(5)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(5)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "5", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": "Irrig", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 1, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(6)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(6)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "6", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -3376729, "FactorToVaryColours": null, "FactorToVaryMarkers": "Irrig", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 1, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(7)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(7)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "7", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -990142, "FactorToVaryColours": null, "FactorToVaryMarkers": "Irrig", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 1, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(8)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(8)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "8", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "Irrig", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(9)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(9)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "9", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": null, "FactorToVaryMarkers": "Irrig", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(10)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(10)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "10", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -11094807, "FactorToVaryColours": null, "FactorToVaryMarkers": "Irrig", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(11)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(11)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "11", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": null, "FactorToVaryMarkers": "Irrig", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(12)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(12)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "12", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16747854, "FactorToVaryColours": null, "FactorToVaryMarkers": "Irrig", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(13)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(13)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "13", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": "Irrig", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(14)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(14)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "14", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -3376729, "FactorToVaryColours": null, "FactorToVaryMarkers": "Irrig", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(15)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(15)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "15", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Wheat.AboveGround.Wt", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "1to1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LeafSize3", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "MaxLeafSizeReport", "XFieldName": "MaxLeafSize.Script.LeafPosition", "YFieldName": "MaxLeafSize.Script.MaxLeafSize", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "MaxLeafSize", "XFieldName": "MaxLeafSize.Script.LeafPosition", "YFieldName": "MaxLeafSize.Script.MaxLeafSize", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Senesced leaves (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "MeanTillerGrowthRate", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.MeanTillerGrowthRate", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "YieldComponents", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain number (grains/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "GrainNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain number (grains/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Population", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16776961, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Population", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.MainStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain number (grains/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "GrainSize", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Size", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.GrainSize", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "SensibilityTest", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "RUEact", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Photosynthesis.RueAct", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "FW", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Fw", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Arbitrator", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Arbitrator.DM.TotalFixationSupply", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Supply", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Arbitrator.DM.TotalPlantDemand", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Demand", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": 0.0, "Maximum": 10.0, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "FN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Arbitrator.FN", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": 0.0, "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "RootDepth", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irrig", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Root.Depth", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Lincoln2015", "Children": [ { "$type": "Models.Memo, Models", "Text": "\r\n### Lincoln2012 (Rain-Shelter Trail)\r\n\r\nTesting of APSIM Maize under New Zealand conditions was undertaken using the data of [Teixeira_etal_2014]. This dataset includes the impact of three N (0 to 250 kg/ha N) and two water regimes (dryland and fully irrigated) using a rain-shelter structure. Observations include biomass growth and nitrogen content of individual organs, soil water contents, leaf area index, phenology and yield components. Total biomass ranged from 8000 kg/ha for dryland nil N crops to up to 28000kg/ha for fully irrigated and N fertilised crops. Dryland crops recovered 25 percent less N from applied fertilizer than irrigated crops.\r\n", "Name": "memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "", "Name": "Nit", "Children": [ { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[StateFactors].Script.Nit = 0", "[Fert]" ], "Paths": null, "Values": null, "Name": "0", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-10-09", "Action": "[Irrigation].Apply(5);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-11-01", "Action": "[Irrigation].Apply(5);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-11-01", "Action": "[Fertiliser].Apply(35, Fertiliser.Types.UreaN, 20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-11-19", "Action": "[Irrigation].Apply(30);", "Enabled": true } ], "Name": "0", "Children": [ { "$type": "Models.Memo, Models", "Text": "Uniques fertigation event", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[StateFactors].Script.Nit = 50", "[Fert]" ], "Paths": null, "Values": null, "Name": "50", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-10-09", "Action": "[Fertiliser].Apply(0, Fertiliser.Types.UreaN, 20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-10-09", "Action": "[Irrigation].Apply(5);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-11-01", "Action": "[Fertiliser].Apply(35, Fertiliser.Types.UreaN, 20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-11-01", "Action": "[Irrigation].Apply(5);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-11-19", "Action": "[Fertiliser].Apply(25, Fertiliser.Types.UreaN, 20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-11-19", "Action": "[Irrigation].Apply(30);", "Enabled": true } ], "Name": "50", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[StateFactors].Script.Nit = 250", "[Fert]" ], "Paths": null, "Values": null, "Name": "250", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-10-09", "Action": "[Fertiliser].Apply(50, Fertiliser.Types.UreaN, 20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-10-09", "Action": "[Irrigation].Apply(5);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-11-01", "Action": "[Fertiliser].Apply(100, Fertiliser.Types.UreaN, 20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-11-01", "Action": "[Irrigation].Apply(5);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-11-19", "Action": "[Fertiliser].Apply(100, Fertiliser.Types.UreaN, 20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-11-19", "Action": "[Irrigation].Apply(30);", "Enabled": true } ], "Name": "250", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "", "Name": "Irr", "Children": [ { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Irrig]", "[StateFactors].Script.Irr = Full" ], "Paths": null, "Values": null, "Name": "Full", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-09-30", "Action": "[Irrigation].Apply(10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-10-01", "Action": "[Irrigation].Apply(5);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-10-09", "Action": "[Irrigation].Apply(10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-10-16", "Action": "[Irrigation].Apply(15);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-10-22", "Action": "[Irrigation].Apply(15);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-10-30", "Action": "[Irrigation].Apply(30);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-11-06", "Action": "[Irrigation].Apply(12.2);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-11-12", "Action": "[Irrigation].Apply(13);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-11-12", "Action": "[Irrigation].Apply(13);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-11-26", "Action": "[Irrigation].Apply(39);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-12-03", "Action": "[Irrigation].Apply(40);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-12-24", "Action": "[Irrigation].Apply(35);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-12-31", "Action": "[Irrigation].Apply(30);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2016-01-07", "Action": "[Irrigation].Apply(30);", "Enabled": true } ], "Name": "Full", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Irrig]", "[StateFactors].Script.Irr = Nil" ], "Paths": null, "Values": null, "Name": "Nil", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-09-30", "Action": "[Irrigation].Apply(10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-10-01", "Action": "[Irrigation].Apply(5);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-10-09", "Action": "[Irrigation].Apply(10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-12-24", "Action": "[Irrigation].Apply(25);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2016-02-03", "Action": "[Irrigation].Apply(30);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2016-02-04", "Action": "[Irrigation].Apply(40);", "Enabled": true } ], "Name": "Nil", "Children": [ { "$type": "Models.Memo, Models", "Text": "Have added an extra irrigation, on 3 Nov, \r\n\r\nData indcates water applied but no notes of it RFZ", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Lincoln2015", "Children": [ { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "lincoln.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Clock, Models", "Start": "2015-09-07T00:00:00", "End": "2016-02-15T00:00:00", "Name": "clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "RainShelter", "Children": [ { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "NZ_sedementary", "LocalName": null, "Site": "-", "NearestTown": "-", "Region": "Plains", "State": "Canterbury", "Country": "New Zealand", "NaturalVegetation": null, "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": "Generic profile descriptions provided by Trevor Webb and data for functional horizions based on SWAMP project results", "Comments": "Bulk density values were measured on the fine earth fraction so values entered into apsim soil are adjusted down to account for stone content (assuming stones are inert from all soil process so their mass and volume is removed from model paramaters). SAT, DUL, LL15 and Air dry have been adjusted down to account for stone content. OC has not been adjusted so the model will get the correct carbon and N amounts using the adjusted BD.", "Name": "TempletonSiltLoam", "Children": [ { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-18", "18-33", "33-73", "73-100", "100-150", "150-180" ], "Thickness": [ 180.0, 150.0, 400.0, 270.0, 500.0, 300.0 ], "NO3N": [ 8.38, 0.74399999999999944, 2.68775, 2.7070370370370376, 2.136, 1.3618181818181818 ], "NH4N": [ 0.12000000000000001, 0.095999999999999988, 0.061750000000000006, 1.3381481481481481, 1.568, 0.36545454545454548 ], "PH": [ 6.0, 6.0, 6.0, 6.0, 6.0, 6.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-oct", "SummerU": 6.0, "SummerCona": 3.0, "WinterDate": "1-Apr", "WinterU": 2.0, "WinterCona": 3.0, "DiffusConst": 0.0, "DiffusSlope": 0.0, "Salb": 0.13, "CN2Bare": 77.0, "CNRed": 0.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "SWCON": [ 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-18", "18-33", "33-73", "73-100", "100-150", "150-200" ], "FOMCNRatio": 20.0, "Thickness": [ 180.0, 150.0, 400.0, 270.0, 500.0, 500.0 ], "Carbon": [ 3.0, 0.9, 0.316004293710514, 0.207953620272232, 0.200365542475381, 0.2 ], "SoilCNRatio": [ 11.0, 11.0, 11.0, 11.0, 11.0, 11.0 ], "FBiom": [ 0.03, 0.02, 0.0116634262048469, 0.0102228802725968, 0.0100221233748059, 0.01 ], "FInert": [ 0.5, 0.7, 0.85, 0.944959741045969, 0.982659151583417, 0.93 ], "FOM": [ 731.97538541456026, 584.49421698617232, 320.77722751167812, 213.95097220176237, 101.06328319453516, 47.7389146912915 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ 0.18, 0.18, 0.26, 0.26, 0.23, 0.28, 0.29 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Sample", "Children": [ { "$type": "Models.Memo, Models", "Text": "Using the retest sample values.", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0, 1.1, 1.4, 1.3, 1.4, 1.4, 1.4 ], "AirDry": [ 0.05, 0.1, 0.17, 0.17, 0.16, 0.16, 0.16 ], "LL15": [ 0.05, 0.1, 0.17, 0.17, 0.16, 0.16, 0.16 ], "DUL": [ 0.28, 0.28, 0.28, 0.28, 0.28, 0.28, 0.28 ], "SAT": [ 0.42, 0.42, 0.42, 0.42, 0.42, 0.42, 0.42 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.12, 0.1, 0.17, 0.17, 0.23, 0.23, 0.22 ], "KL": [ 0.06, 0.06, 0.04, 0.04, 0.03, 0.005, 0.0 ], "XF": [ 1.0, 0.4, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat", "InitialResidueType": "wheat", "InitialResidueMass": 0.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 80.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": null, "Name": "Irrig", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": null, "Name": "Fert", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-09-10", "Action": "[Wheat].Sow(population:200, cultivar:\"Discovery\", depth:80, rowSpacing:130);", "Enabled": true } ], "Name": "Sow", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Climate;\r\nusing System;\r\nusing Models.Core;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Collections.Generic;\r\nusing System.Text;\r\nusing Models.PMF;\r\nusing Models;\r\nusing System.Xml.Serialization;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n [System.Xml.Serialization.XmlInclude(typeof(Model))]\r\n public class Script : Model\r\n {\r\n [Link] Weather Met;\r\n [Link] Clock Clock;\r\n \r\n [Description(\"Start Date\")]\r\n public DateTime StartDate { get; set; }\r\n \r\n [Description(\"End Date\")]\r\n public DateTime EndDate { get; set; }\r\n \r\n \r\n [EventSubscribe(\"PreparingNewWeatherData\")]\r\n private void OnPreparingNewWeatherData(object sender, EventArgs e)\r\n {\r\n if ((Clock.Today.Date >= StartDate) && (Clock.Today.Date <= EndDate))\r\n Met.Rain = 0; \r\n }\r\n }\r\n}\r\n", "Parameters": [ { "Key": "StartDate", "Value": "10/01/2015 00:00:00" }, { "Key": "EndDate", "Value": "02/28/2016 00:00:00" } ], "Name": "ClimateControl", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Interfaces;\nusing APSIM.Shared.Utilities;\nusing System.Xml.Serialization;\nusing Models;\nusing Models.PMF;\nusing Models.Soils;\nusing System.Text;\nusing System.Collections.Generic;\nusing Models.Core;\nusing System;\nusing Models.Soils.Nutrients;\n\nnamespace Models\n{\n [Serializable] \n public class Script : Model\n {\n [Link] private Clock Clock;\n [Link] private Irrigation Irrigation;\n [Link] private Soil ThisSoil;\n [Link] private Zone MyZone;\n [Link]\n private IPhysical soilPhysical;\n [Link]\n private ISoilWater waterBalance;\n public string Irr { get; set; }\n public double Nit { get; set; }\n \n \n private void SetSoilLayers()\n {\n \n int i = 0;\n if ((Irr == \"Nil\") && (Nit == 0))\n {\n if (soilPhysical.Thickness.Length != 7)\n {\n throw new Exception(\"Soil layer exception\");\n }\n soilPhysical.DUL[0] = 0.31;\n soilPhysical.DUL[1] = 0.34;\n soilPhysical.DUL[2] = 0.32;\n soilPhysical.DUL[3] = 0.23;\n soilPhysical.DUL[4] = 0.29;\n soilPhysical.DUL[5] = 0.29;\n soilPhysical.DUL[6] = 0.29;\n \n double[] nSW = { 0.18, 0.18, 0.26, 0.23, 0.29, 0.29, 0.27 };\n waterBalance.Reset();\n waterBalance.SW = nSW; \n } \n if ((Irr == \"Nil\") && (Nit == 50))\n {\n if (soilPhysical.Thickness.Length != 7)\n {\n throw new Exception(\"Soil layer exception\");\n }\n soilPhysical.DUL[0] = 0.30;\n soilPhysical.DUL[1] = 0.31;\n soilPhysical.DUL[2] = 0.29;\n soilPhysical.DUL[3] = 0.30;\n soilPhysical.DUL[4] = 0.31;\n soilPhysical.DUL[5] = 0.34;\n soilPhysical.DUL[6] = 0.30;\n \n double[] nSW = { 0.18, 0.18, 0.30, 0.25, 0.29, 0.34, 0.30 };\n waterBalance.Reset();\n waterBalance.SW = nSW; \n } \n if ((Irr == \"Nil\") && (Nit == 250))\n {\n if (soilPhysical.Thickness.Length != 7)\n {\n throw new Exception(\"Soil layer exception\");\n }\n soilPhysical.DUL[0] = 0.28;\n soilPhysical.DUL[1] = 0.24;\n soilPhysical.DUL[2] = 0.30;\n soilPhysical.DUL[3] = 0.27;\n soilPhysical.DUL[4] = 0.28;\n soilPhysical.DUL[5] = 0.36;\n soilPhysical.DUL[6] = 0.27;\n \n double[] nSW = { 0.18, 0.18, 0.3, 0.27, 0.28, 0.35, 0.27 };\n waterBalance.Reset();\n waterBalance.SW = nSW; \n } \n if ((Irr == \"Full\") && (Nit == 0))\n {\n if (soilPhysical.Thickness.Length != 7)\n {\n throw new Exception(\"Soil layer exception\");\n }\n soilPhysical.DUL[0] = 0.31;\n soilPhysical.DUL[1] = 0.34;\n soilPhysical.DUL[2] = 0.32;\n soilPhysical.DUL[3] = 0.23;\n soilPhysical.DUL[4] = 0.30;\n soilPhysical.DUL[5] = 0.33;\n soilPhysical.DUL[6] = 0.25;\n \n double[] nSW = { 0.18, 0.18, 0.26, 0.20, 0.30, 0.33, 0.25 };\n waterBalance.Reset();\n waterBalance.SW = nSW; \n } \n if ((Irr == \"Full\") && (Nit == 50))\n {\n if (soilPhysical.Thickness.Length != 7)\n {\n throw new Exception(\"Soil layer exception\");\n }\n soilPhysical.DUL[0] = 0.31;\n soilPhysical.DUL[1] = 0.28;\n soilPhysical.DUL[2] = 0.30;\n soilPhysical.DUL[3] = 0.29;\n soilPhysical.DUL[4] = 0.31;\n soilPhysical.DUL[5] = 0.33;\n soilPhysical.DUL[6] = 0.30;\n\n double[] nSW = { 0.18, 0.18, 0.28, 0.27, 0.28, 0.33, 0.30 };\n \n waterBalance.Reset();\n \n waterBalance.SW = nSW; \n\n }\n if ((Irr == \"Full\") && (Nit == 250))\n {\n if (soilPhysical.Thickness.Length != 7)\n {\n throw new Exception(\"Soil layer exception\");\n }\n soilPhysical.DUL[0] = 0.26;\n soilPhysical.DUL[1] = 0.24;\n soilPhysical.DUL[2] = 0.26;\n soilPhysical.DUL[3] = 0.23;\n soilPhysical.DUL[4] = 0.27;\n soilPhysical.DUL[5] = 0.35;\n soilPhysical.DUL[6] = 0.22;\n \n double[] nSW = { 0.18, 0.18, 0.24, 0.23, 0.27, 0.35, 0.22 };\n waterBalance.Reset();\n waterBalance.SW = nSW; \n }\n }\n\n [EventSubscribe(\"StartOfSimulation\")]\n private void OnSimulationCommencing(object sender, EventArgs e)\n {\n SetSoilLayers();\n }\n \n [EventSubscribe(\"DoManagement\")]\n private void OnDoManagement(object sender, EventArgs e)\n {\n //Specify irrigations that were only applied to some of the N treatments\n if (Irr == \"Full\")\n {\n if (Nit == 250)\n {\n if ((DateUtilities.CompareDates(\"10-Dec\", Clock.Today) == 0))\n Irrigation.Apply(40);\n if ((DateUtilities.CompareDates(\"17-Dec\", Clock.Today) == 0))\n Irrigation.Apply(39.7);\n if ((DateUtilities.CompareDates(\"14-Jan\", Clock.Today) == 0))\n Irrigation.Apply(30);\n if ((DateUtilities.CompareDates(\"21-Jan\", Clock.Today) == 0))\n Irrigation.Apply(20.1);\n }\n if (Nit == 50)\n {\n if ((DateUtilities.CompareDates(\"10-Dec\", Clock.Today) == 0))\n Irrigation.Apply(40);\n if ((DateUtilities.CompareDates(\"14-Jan\", Clock.Today) == 0))\n Irrigation.Apply(30);\n }\n }\n \n }\n }\n}\n \n\n\n \n", "Parameters": [ { "Key": "Irr", "Value": "" }, { "Key": "Nit", "Value": "0" } ], "Name": "StateFactors", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Soil].SoilWater.SW", "[Soil].Physical.LL15", "[Soil].Physical.DUL", "[Soil].Physical.SAT", "", "[Soil].SoilWater.Eo", "[Soil].SoilWater.Es", "[Soil].SoilWater.Drainage", "[Soil].SoilWater.Runoff", "[Soil].SoilWater.pond", "", "sum([Soil].SoilWater.SWmm) as ProfileWater", "[Soil].Nutrient.NO3.kgha", "[Soil].SoilWater.SW", "[Soil].SoilWater.SWmm", "sum([Soil].Nutrient.NO3.kgha) as ProfileNitrate", "", "sum ([Soil].Nutrient.MineralisedN ) as MineralisedN", "", "[Wheat].Grain.Live.Wt", "[Wheat].Grain.Live.Wt*10 as Grain_DM", "[Wheat].Stem.Live.Wt", "[Wheat].Stem.Live.Wt*10 as Stem_DM", "[Wheat].Ear.Wt", "[Wheat].Leaf.Live.Wt", "[Wheat].Leaf.Live.Wt*10 as Leaf_DM ", "[Wheat].Root.Live.Wt", "[Wheat].Spike.Live.Wt", "[Wheat].Spike.Live.Wt*10 as Spike_DM", "[Wheat].Grain.Live.N", "[Wheat].Stem.Live.N", "[Wheat].Leaf.Live.N", "[Wheat].Root.Live.N", "[Wheat].Grain.Live.N*10 as Grain_Nup ", "[Wheat].Stem.Live.N*10 as Stem_Nup", "[Wheat].Leaf.Live.N*10 as Leaf_Nup", "[Wheat].Root.Live.N*10 as Root_N_kg ", "[Wheat].Grain.Size", "[Wheat].Root.WaterUptake", "[Wheat].Leaf.Transpiration", "[Wheat].Leaf.WaterDemand", "[Wheat].Root.Depth", "[Wheat].Leaf.CoverTotal", "[Wheat].Leaf.CoverDead", "[Wheat].Leaf.LAI", "[Wheat].Leaf.Height", "[Wheat].Leaf.CohortParameters.MaxArea", "[Wheat].Leaf.Fw", "[Wheat].Leaf.Photosynthesis.FVPD", "[Wheat].Leaf.Photosynthesis.FT", "[Wheat].Leaf.Fn", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.Stage", "[Wheat].AboveGroundLive.N", "[Wheat].AboveGroundLive.Wt", "[Wheat].Total.N", "[Wheat].Total.Wt", "[Wheat].Total.N*10 as TotalN_Kg", "[Wheat].Arbitrator.N.TotalPlantDemand", "[Wheat].Phenology.Stage", "[Wheat].Leaf.ExpandedCohortNo", "[Wheat].Leaf.AppearedCohortNo", "[Wheat].Leaf.DeadCohortNo", "[Wheat].Leaf.InitialisedCohortNo", "[Wheat].Structure.LeafTipsAppeared", "[Wheat].Leaf.CohortArea[1:30]", "[Wheat].Leaf.CohortSLA[1:30]", "[Wheat].Leaf.CohortParameters.SpecificLeafAreaMax", "[Wheat].Leaf.CohortParameters.SpecificLeafAreaMin", "[Wheat].Arbitrator.N.TotalPlantDemand", "[Wheat].Arbitrator.N.TotalPlantSupply", "[Wheat].Arbitrator.DM.TotalFixationSupply", "[Wheat].Arbitrator.DM.TotalPlantDemand", "[Wheat].Arbitrator.DM.Allocated", "[Wheat].Arbitrator.DM.SinkLimitation", "[Wheat].Arbitrator.DM.NutrientLimitation", "[Wheat].Leaf.CohortParameters.GrowthDuration", "[Wheat].Leaf.CohortParameters.SenescenceDuration", "[Wheat].Structure.Phyllochron", "[Wheat].Structure.Height", "[Wheat].Grain.NumberFunction", "[Wheat].Leaf.DeadCohortNo", "[Phenology].ThermalTime", "[Wheat].Leaf.SenescingCohortNo", "[Wheat].Stem.MaximumNConc", "[Wheat].Stem.MinimumNConc", "[Wheat].Stem.Live.NConc", "[Wheat].Leaf.Live.NConc", "[Wheat].Grain.Live.NConc", "[Wheat].Spike.Live.NConc", "[Wheat].Leaf.Dead.NConc", "[Wheat].Leaf.Photosynthesis.RueAct", "[Wheat].Stem.Live.StructuralWt", "[Wheat].Leaf.Fw", "[Wheat].Leaf.Fw", "[Wheat].Leaf.Fn", "[Root].WaterTensionFactor", "[Wheat].Arbitrator.FN", "[StateFactors].Script.Nit", "[StateFactors].Script.Irr", "[Wheat].Root.LengthDensity" ], "EventNames": [ "[Clock].DoReport" ], "GroupByVariableName": null, "Name": "SupReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Phen;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\nusing Models;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing System.Text;\r\nusing System.Collections.Generic;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Soils.Nutrients;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n\r\n [XmlIgnore] private RemovalFractions Remove { get; set; }\r\n [XmlIgnore] private bool Harvested {get; set;}\r\n \r\n [EventSubscribe(\"StartOfSimulation\")]\r\n private void OnSimulationCommencing(object sender, EventArgs e)\r\n {\r\n Remove = new RemovalFractions();\r\n Harvested = false;\r\n }\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if ((phenology.CurrentPhase.Name == \"Ripening\") & (Harvested == false))\r\n {\r\n Remove.SetFractionToRemove(\"Leaf\", 0.0,\"Live\");\r\n Remove.SetFractionToResidue(\"Leaf\", 0.0,\"Live\");\r\n Remove.SetFractionToRemove(\"Leaf\", 0.0,\"Dead\");\r\n Remove.SetFractionToResidue(\"Leaf\", 0.0,\"Dead\");\r\n Remove.SetFractionToRemove(\"Grain\", 0.0);\r\n Remove.SetFractionToResidue(\"Grain\", 0.0);\r\n Remove.SetFractionToRemove(\"Stem\", 0.0);\r\n Remove.SetFractionToResidue(\"Stem\", 0.0);\r\n Remove.SetFractionToRemove(\"Spike\", 0.0);\r\n Remove.SetFractionToResidue(\"Spike\", 0.0);\r\n Remove.SetFractionToRemove(\"Root\", 0.0);\r\n Remove.SetFractionToResidue(\"Root\", 0.0);\r\n Wheat.Harvest(Remove);\r\n Harvested = true;\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": null, "Name": "HarvestOnly", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Graphs", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Above Ground Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "AboveGroundWt", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Above Ground Nitrogen (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "AboveGroundN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "GrainBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "WaterProfile", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [ "0Full", "50Full", "0Nil", "50Nil" ], "LegendOutsideGraph": false, "Name": "250", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Nit", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "ProfileWater", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Obs", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Nit", "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "ProfileWater", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [ "0Full", "250Full", "0Nil", "250Nil" ], "LegendOutsideGraph": false, "Name": "50", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Nit", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "ProfileWater", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Obs", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Nit", "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "ProfileWater", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [ "50Full", "250Full", "50Nil", "250Nil" ], "LegendOutsideGraph": false, "Name": "0", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Nit", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "ProfileWater", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Obs", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Nit", "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "ProfileWater", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "OrganNConc", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "N concentration (fractional)", "Inverted": false, "Minimum": 0.0, "Maximum": 0.1, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 1, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Leaf", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.NConc", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Nconc", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "N concentration (fractional)", "Inverted": false, "Minimum": 0.0, "Maximum": 0.1, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 1, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Stem", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.NConc", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Nconc", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "N concentration (fractional)", "Inverted": false, "Minimum": 0.0, "Maximum": 0.1, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 1, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Grain", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.NConc", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Nconc", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Spike", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Spike.NConc", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Spike.Nconc", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "N concentration (fractional)", "Inverted": false, "Minimum": 0.0, "Maximum": 0.1, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 1, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Dead", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Dead.NConc", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Dead.Nconc", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "OrganNamount", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf N (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LeafNitrogen", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "GrainNitrogen", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Stem N (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "StemNitrogen", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Spike", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Spike.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Spike.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "N concentration (fractional)", "Inverted": false, "Minimum": 0.0, "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 1, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Dead", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Dead.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Dead.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "OrganBiomass", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LeafBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Stem Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "StemBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "GrainBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Spike Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Spike", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Spike.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Spike.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "N concentration (fractional)", "Inverted": false, "Minimum": 0.0, "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 1, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Dead", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Dead.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Dead.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Canopy", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Tips (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LeafTips", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.LeafTipsAppeared", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.LeafTipsAppeared", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Tips (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LeafLigules", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.ExpandedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.ExpandedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Senesced leaves (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "FullySenesced", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.DeadCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.DeadCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Area Index (m2/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LAI", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Canopy cover (0-1)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "TotalCover", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CoverTotal", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CoverTotal", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Canopy cover (0-1)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "GreenCover", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CoverGreen", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CoverGreen", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Ligules (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Height", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.Height", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "YieldComponents", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain number (grains/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "GrainNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.NumberFunction", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Stem Pop", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Obs", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Pred", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "GrainSize", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Size", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.GrainSize", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "SoilLayers250", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [ "0Full", "50Full", "0Nil", "50Nil" ], "LegendOutsideGraph": false, "Name": "Top_15", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Nit", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.today", "YFieldName": "Soil.SoilWater.SW(1)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Nit", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(1)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": 0.05, "Maximum": 0.34, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [ "0Full", "50Full", "0Nil", "50Nil" ], "LegendOutsideGraph": false, "Name": "15_30", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Nit", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.today", "YFieldName": "Soil.SoilWater.SW(2)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Nit", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(2)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": 0.05, "Maximum": 0.34, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [ "0Full", "50Full", "0Nil", "50Nil" ], "LegendOutsideGraph": false, "Name": "30_60", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Nit", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.today", "YFieldName": "Soil.SoilWater.SW(3)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Nit", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(3)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": 0.05, "Maximum": 0.34, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [ "0Full", "50Full", "0Nil", "50Nil" ], "LegendOutsideGraph": false, "Name": "60_90", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Nit", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.today", "YFieldName": "Soil.SoilWater.SW(4)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Nit", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(4)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": 0.05, "Maximum": 0.34, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [ "0Full", "50Full", "0Nil", "50Nil" ], "LegendOutsideGraph": false, "Name": "90_120", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Nit", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.today", "YFieldName": "Soil.SoilWater.SW(5)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Nit", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(5)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": 0.05, "Maximum": 0.4, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [ "0Full", "50Full", "0Nil", "50Nil" ], "LegendOutsideGraph": false, "Name": "120_50", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Nit", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.today", "YFieldName": "Soil.SoilWater.SW(6)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Nit", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(6)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": 0.05, "Maximum": 0.36, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [ "0Full", "50Full", "0Nil", "50Nil" ], "LegendOutsideGraph": false, "Name": "150_180", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Nit", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.today", "YFieldName": "Soil.SoilWater.SW(7)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Nit", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(7)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "SoilLayers50", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [ "0Full", "250Full", "0Nil", "250Nil" ], "LegendOutsideGraph": false, "Name": "Top_15", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Nit", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.today", "YFieldName": "Soil.SoilWater.SW(1)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Nit", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(1)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": 0.05, "Maximum": 0.34, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [ "0Full", "250Full", "0Nil", "250Nil" ], "LegendOutsideGraph": false, "Name": "15_30", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Nit", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.today", "YFieldName": "Soil.SoilWater.SW(2)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Nit", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(2)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": 0.05, "Maximum": 0.34, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [ "0Full", "250Full", "0Nil", "250Nil" ], "LegendOutsideGraph": false, "Name": "30_60", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Nit", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.today", "YFieldName": "Soil.SoilWater.SW(3)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Nit", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(3)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": 0.05, "Maximum": 0.34, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [ "0Full", "250Full", "0Nil", "250Nil" ], "LegendOutsideGraph": false, "Name": "60_90", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Nit", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.today", "YFieldName": "Soil.SoilWater.SW(4)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Nit", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(4)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": 0.05, "Maximum": 0.34, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [ "0Full", "250Full", "0Nil", "250Nil" ], "LegendOutsideGraph": false, "Name": "90_120", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Nit", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.today", "YFieldName": "Soil.SoilWater.SW(5)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Nit", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(5)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": 0.05, "Maximum": 0.4, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [ "0Full", "250Full", "0Nil", "250Nil" ], "LegendOutsideGraph": false, "Name": "120_50", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Nit", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.today", "YFieldName": "Soil.SoilWater.SW(6)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Nit", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(6)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": 0.05, "Maximum": 0.36, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [ "0Full", "250Full", "0Nil", "250Nil" ], "LegendOutsideGraph": false, "Name": "150_180", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Nit", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.today", "YFieldName": "Soil.SoilWater.SW(7)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Nit", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(7)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "SoilLayers0", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [ "50Full", "250Full", "50Nil", "250Nil" ], "LegendOutsideGraph": false, "Name": "Top_15", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Nit", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.today", "YFieldName": "Soil.SoilWater.SW(1)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Nit", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(1)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": 0.05, "Maximum": 0.34, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [ "50Full", "250Full", "50Nil", "250Nil" ], "LegendOutsideGraph": false, "Name": "15_30", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Nit", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.today", "YFieldName": "Soil.SoilWater.SW(2)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Nit", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(2)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": 0.05, "Maximum": 0.34, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [ "50Full", "250Full", "50Nil", "250Nil" ], "LegendOutsideGraph": false, "Name": "30_60", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Nit", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.today", "YFieldName": "Soil.SoilWater.SW(3)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Nit", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(3)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": 0.05, "Maximum": 0.34, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [ "50Full", "250Full", "50Nil", "250Nil" ], "LegendOutsideGraph": false, "Name": "60_90", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Nit", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.today", "YFieldName": "Soil.SoilWater.SW(4)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Nit", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(4)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": 0.05, "Maximum": 0.34, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [ "50Full", "250Full", "50Nil", "250Nil" ], "LegendOutsideGraph": false, "Name": "90_120", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Nit", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.today", "YFieldName": "Soil.SoilWater.SW(5)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Nit", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(5)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": 0.05, "Maximum": 0.4, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [ "50Full", "250Full", "50Nil", "250Nil" ], "LegendOutsideGraph": false, "Name": "120_50", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Nit", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.today", "YFieldName": "Soil.SoilWater.SW(6)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Nit", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(6)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": 0.05, "Maximum": 0.36, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [ "50Full", "250Full", "50Nil", "250Nil" ], "LegendOutsideGraph": false, "Name": "150_180", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Nit", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.today", "YFieldName": "Soil.SoilWater.SW(7)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "Nit", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(7)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "SensibilityTest", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "RUEact", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Photosynthesis.RueAct", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FW", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Fw", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Arbitration", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "DM Supply and Demand (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "DM", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Arbitrator.DM.TotalFixationSupply", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": true, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Supply", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Arbitrator.DM.TotalPlantDemand", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Demand", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "N Supply and Demand (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "N", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Arbitrator.N.TotalPlantSupply", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Supply", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "RootDepth", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Root.Depth", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Length", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Root.LengthDensity(1)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": true, "Cumulative": false, "CumulativeX": false, "Filter": "[Irr] = 'Full' and [NIt] = '250'", "Name": "150", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Root.LengthDensity(2)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": true, "Cumulative": false, "CumulativeX": false, "Filter": "[Irr] = 'Full' and [NIt] = '250'", "Name": "300", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -11094807, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Root.LengthDensity(3)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": true, "Cumulative": false, "CumulativeX": false, "Filter": "[Irr] = 'Full' and [NIt] = '250'", "Name": "600", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Root.LengthDensity(4)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": true, "Cumulative": false, "CumulativeX": false, "Filter": "[Irr] = 'Full' and [NIt] = '250'", "Name": "900", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16747854, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Root.LengthDensity(5)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": true, "Cumulative": false, "CumulativeX": false, "Filter": "[Irr] = 'Full' and [NIt] = '250'", "Name": "1200", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Root.LengthDensity(6)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": true, "Cumulative": false, "CumulativeX": false, "Filter": "[Irr] = 'Full' and [NIt] = '250'", "Name": "1500", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -3376729, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Root.LengthDensity(7)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": true, "Cumulative": false, "CumulativeX": false, "Filter": "[Irr] = 'Full' and [NIt] = '250'", "Name": "1800", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Soil Nitrates kg/ha", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "SoilNitrate", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.NO3N(1)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Above Ground Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Phenology", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Stress", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": 0.0, "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Fn", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Arbitrator.FN", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Fw", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Nit", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Fw", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [ "0Full", "50Full", "0Nil", "50Nil" ], "LegendOutsideGraph": false, "Name": "250", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Nit", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "ProfileWater", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Obs", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "Nit", "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "ProfileWater", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Leeston2013", "Children": [ { "$type": "Models.Memo, Models", "Text": "The design, management and yield results of this trial have been described in full by [Craigie_Wheat_2015]. In brief, this trial was conducted to assess the impact of earlier sowing on potential yields of 'Wakanui' wheat grown at Wakanui (the cultivar was named after the area) in Mid Canterbury, New Zealand. it was a 4 x 4 factorial with 4 replicates of the following treatments:\r\n\r\n1. Sowing date (20 February, 10 March, 28 March, 23 April) \r\n2. Sowing density (50,100,150 and 200 plants/m^2^ \r\n\r\nIn addition to yield, measurements of leaf appearance and senescence and canopy cover (measured with NDVI) were measured at 10 - 14 day intervals and biomass measurements were taken at growth stages 32 and 65.\r\n\r\nConsiderable canopy decay was observed during the winter for the early sown treatments and we have not introduced mechanisms into the model to capture this yet so there is a genral over prediction of canopy size and biomass in these first sowing dates. ", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.SowDate = 20-Feb,26-Mar,16-Apr", "Name": "Sow", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.Population = 50,100,150,200,250", "Name": "Popn", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Leeston2013Base", "Children": [ { "$type": "Models.Clock, Models", "Start": "2013-02-01T00:00:00", "End": "2014-02-15T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Leeston.met", "ExcelWorkSheetName": "", "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Manager folder", "Children": [ { "$type": "Models.Operations, Models", "Operation": [], "Name": "IrrigationEvents", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2013-10-17", "Action": "[Fertiliser].Apply(92, Fertiliser.Types.UreaN, 10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-10-30", "Action": "[Fertiliser].Apply(32, Fertiliser.Types.UreaN, 10);", "Enabled": true } ], "Name": "FertiliserEvents", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Soils.Nutrients;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing Models.Soils.Nutrients;\r\nusing Models.Utilities;\r\nusing APSIM.Shared.Utilities;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Summary Summary;\r\n [Link] Soil Soil;\r\n [Link] Plant Wheat;\r\n Accumulator accumulatedRain;\r\n \r\n [Description(\"Sowing date (d-mmm)\")]\r\n public string SowDate { get; set; }\r\n [Description(\"Cultivar to be sown\")]\r\n public string CultivarName { get; set; }\r\n [Description(\"Sowing depth (mm)\")]\r\n public double SowingDepth { get; set; }\r\n [Description(\"Row spacing (mm)\")]\r\n public double RowSpacing { get; set; }\r\n [Description(\"Plant population (/m2)\")]\r\n public double Population { get; set; }\r\n \r\n\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (DateUtilities.WithinDates(SowDate, Clock.Today, SowDate))\r\n {\r\n Wheat.Sow(population: Population, cultivar: CultivarName, depth: SowingDepth, rowSpacing: RowSpacing); \r\n if(SowDate == \"20-Feb\")\r\n {\r\n Wheat.SetEmergenceDate(\"27-Feb\");\r\n }\r\n if(SowDate == \"26-Mar\")\r\n {\r\n Wheat.SetEmergenceDate(\"3-Apr\");\r\n }\r\n if(SowDate == \"16-Apr\")\r\n {\r\n Wheat.SetEmergenceDate(\"28-Apr\");\r\n }\r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "SowDate", "Value": "" }, { "Key": "Population", "Value": "150" }, { "Key": "CultivarName", "Value": "Wakanui" }, { "Key": "SowingDepth", "Value": "50" }, { "Key": "RowSpacing", "Value": "150" } ], "Name": "Sowing", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-02-04", "Action": "[Wheat].Harvest();", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2014-02-04", "Action": "[Wheat].EndCrop();", "Enabled": true } ], "Name": "HarvestEvents", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "LincolnSoil", "LocalName": "Lincoln", "Site": "Lincoln", "NearestTown": "Unknown", "Region": "NZ", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150", "150-250" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 1000.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3 ], "AirDry": [ 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05 ], "LL15": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12, 0.12 ], "DUL": [ 0.31, 0.3, 0.28, 0.31, 0.3, 0.28, 0.3, 0.34, 0.34 ], "SAT": [ 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12, 0.12 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.03, 0.02, 0.02, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 7.0, "SummerCona": 3.0, "WinterDate": "1-Apr", "WinterU": 7.0, "WinterCona": 3.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.2, "CN2Bare": 75.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "SWCON": [ 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "FOMCNRatio": 15.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "Carbon": [ 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 0.9, 0.9 ], "SoilCNRatio": [ 11.0, 11.0, 11.0, 11.0, 11.0, 11.0, 11.0, 11.0 ], "FBiom": [ 0.04, 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.31, 0.4, 0.5, 0.6, 0.7, 0.9, 0.99, 0.99 ], "FOM": [ 1031.0684858280708, 691.14587488616928, 463.28893467103921, 310.55186001649332, 208.16913710270924, 139.53994556588736, 93.5364227355362, 62.699339194093646 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3N": [ 30.76923076923077, 11.538461538461538, 7.6923076923076952, 3.8461538461538476, 3.8461538461538476, 3.8461538461538476, 3.8461538461538476, 3.8461538461538476 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5, 0.5 ], "PH": [ 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.24, 0.27, 0.26, 0.23, 0.24, 0.23, 0.23, 0.18 ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "whiteclover", "InitialResidueMass": 1000.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 25.0, "ResourceName": "SurfaceOrganicMatter", "Name": "Surface Organic Matter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Leaf].CohortSize", "[Wheat].Arbitrator.DM.Allocated", "[Wheat].Arbitrator.DM.TotalPlantDemand", "[Wheat].Arbitrator.DM.NutrientLimitation", "[Wheat].Arbitrator.DM.SinkLimitation", "[Wheat].Arbitrator.DM.TotalFixationSupply", "[Wheat].Arbitrator.FN", "[Wheat].Arbitrator.N.TotalPlantDemand", "[Wheat].Leaf.CohortMaxSize", "[Wheat].Leaf.CohortParameters.GrowthDuration", "[Wheat].Leaf.CohortParameters.LagDuration", "[Wheat].Leaf.CohortParameters.MaxArea", "[Wheat].Leaf.CohortParameters.SenescenceDuration", "[Wheat].Leaf.CohortParameters.SpecificLeafAreaMax", "[Wheat].Leaf.CohortParameters.SpecificLeafAreaMin", "[Wheat].Leaf.Photosynthesis.FT", "[Wheat].Leaf.Photosynthesis.FVPD", "[Wheat].Leaf.Photosynthesis.RueAct" ], "EventNames": [ "[Clock].DoReport" ], "GroupByVariableName": null, "Name": "SupReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Interfaces;\r\nusing Models.Core;\r\nusing System.Xml.Serialization;\r\nusing System.Collections.Generic;\r\nusing System;\r\n\r\n\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n \r\n \r\n }\r\n}\r\n", "Parameters": null, "Name": "MaxLeafSize", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "MaxLeafSizeReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Graphs", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 2, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "ZadokScore", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "TotalBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "OrganBiomass", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LeafBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Stem Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "StemBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "GrainBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": "Caption can be written", "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Husk weight (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SpikeBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Spike.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Spike.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Canopy", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Tips (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LeafTips", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.LeafTipsAppeared", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.LeafTipsAppeared", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 2, "LineThickness": 1, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.ExpandedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted11", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 4, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.ExpandedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Ligules (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Leaf Ligules", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.ExpandedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.ExpandedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Senesced leaves (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FullySenesced", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.DeadCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.DeadCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Area Index (m2/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LAI", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Canopy cover (0-1)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Cover", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CoverTotal", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CoverTotal", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Tips (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Tillers", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "YieldComponents", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain number (grains/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "GrainNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain number (grains/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "PlantNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.MainStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain number (grains/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "GrainSize", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Size", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.GrainSize", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "SensibilityTest", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "RUEact", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Photosynthesis.RueAct", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "FW", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Fw", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Arbitrator", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Arbitrator.DM.TotalFixationSupply", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Supply", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 1, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Arbitrator.DM.TotalPlantDemand", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Demand", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Vrn", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.DailyVernalisation", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": true, "CumulativeX": false, "Filter": null, "Name": "Vrn", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "FN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Arbitrator.FN", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 5, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FLN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.FinalLeafNumber", "YFieldName": "Predicted.Wheat.Phenology.FinalLeafNumber", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": true, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Yield", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Yield", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Harvest Yield", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.Wt", "YFieldName": "Predicted.Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Leeston2014", "Children": [ { "$type": "Models.Memo, Models", "Text": "The design, management and yield results of this trial have been described in full by [Craigie_Wheat_2015]. In brief, this trial was conducted to assess the impact of earlier sowing on potential yields of 'Wakanui' wheat grown at Wakanui (the cultivar was named after the area) in Mid Canterbury, New Zealand. it was a 4 x 4 factorial with 4 replicates of the following treatments:\r\n\r\n1. Sowing date (20 February, 10 March, 28 March, 23 April) \r\n2. Sowing density (50,100,150 and 200 plants/m^2^ \r\n\r\nIn addition to yield, measurements of leaf appearance and senescence and canopy cover (measured with NDVI) were measured at 10 - 14 day intervals and biomass measurements were taken at growth stages 32 and 65.\r\n\r\nConsiderable canopy decay was observed during the winter for the early sown treatments and we have not introduced mechanisms into the model to capture this yet so there is a genral over prediction of canopy size and biomass in these first sowing dates. ", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.SowDate = 20-Feb,10-Mar,26-Mar,23-Apr", "Name": "Sow", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.Population = 50,200", "Name": "Popn", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Wakanui2014Base", "Children": [ { "$type": "Models.Clock, Models", "Start": "2014-02-01T00:00:00", "End": "2015-02-15T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Leeston.met", "ExcelWorkSheetName": "", "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Manager folder", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-11-05", "Action": "[Irrigation].Apply(50.0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2014-11-18", "Action": "[Irrigation].Apply(50.0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2014-12-05", "Action": "[Irrigation].Apply(50.0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2014-12-18", "Action": "[Irrigation].Apply(50.0);", "Enabled": true } ], "Name": "IrrigationEvents", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-09-10", "Action": "[Fertiliser].Apply(101, Fertiliser.Types.UreaN, 10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2014-10-10", "Action": "[Fertiliser].Apply(87, Fertiliser.Types.UreaN, 10);", "Enabled": true } ], "Name": "FertiliserEvents", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Soils.Nutrients;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing Models.Soils.Nutrients;\r\nusing Models.Utilities;\r\nusing APSIM.Shared.Utilities;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Summary Summary;\r\n [Link] Soil Soil;\r\n [Link] Plant Wheat;\r\n Accumulator accumulatedRain;\r\n \r\n [Description(\"Sowing date (d-mmm)\")]\r\n public string SowDate { get; set; }\r\n [Display(Type = DisplayType.CultivarName)]\r\n [Description(\"Cultivar to be sown\")]\r\n public string CultivarName { get; set; }\r\n [Description(\"Sowing depth (mm)\")]\r\n public double SowingDepth { get; set; }\r\n [Description(\"Row spacing (mm)\")]\r\n public double RowSpacing { get; set; }\r\n [Description(\"Plant population (/m2)\")]\r\n public double Population { get; set; }\r\n \r\n\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (DateUtilities.WithinDates(SowDate, Clock.Today, SowDate))\r\n {\r\n Wheat.Sow(population: Population, cultivar: CultivarName, depth: SowingDepth, rowSpacing: RowSpacing); \r\n if(SowDate == \"20-Feb\")\r\n {\r\n Wheat.SetEmergenceDate(\"26-Feb\");\r\n }\r\n if(SowDate == \"10-Mar\")\r\n {\r\n Wheat.SetEmergenceDate(\"17-Mar\");\r\n }\r\n if(SowDate == \"26-Mar\")\r\n {\r\n Wheat.SetEmergenceDate(\"6-Apr\");\r\n }\r\n if(SowDate == \"23-Apr\")\r\n {\r\n Wheat.SetEmergenceDate(\"8-May\");\r\n }\r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "SowDate", "Value": "" }, { "Key": "Population", "Value": "150" }, { "Key": "CultivarName", "Value": "Wakanui" }, { "Key": "SowingDepth", "Value": "50" }, { "Key": "RowSpacing", "Value": "150" } ], "Name": "Sowing", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-02-04", "Action": "[Wheat].Harvest();", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-02-04", "Action": "[Wheat].EndCrop();", "Enabled": true } ], "Name": "HarvestEvents", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "LincolnSoil", "LocalName": "Lincoln", "Site": "Lincoln", "NearestTown": "Unknown", "Region": "NZ", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3 ], "AirDry": [ 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05 ], "LL15": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "DUL": [ 0.31, 0.3, 0.28, 0.31, 0.3, 0.28, 0.3, 0.34 ], "SAT": [ 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.03, 0.02, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 7.0, "SummerCona": 3.0, "WinterDate": "1-Apr", "WinterU": 7.0, "WinterCona": 3.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.2, "CN2Bare": 75.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "SWCON": [ 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "FOMCNRatio": 15.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "Carbon": [ 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 0.9, 0.9 ], "SoilCNRatio": [ 11.0, 11.0, 11.0, 11.0, 11.0, 11.0, 11.0, 11.0 ], "FBiom": [ 0.04, 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.31, 0.4, 0.5, 0.6, 0.7, 0.9, 0.99, 0.99 ], "FOM": [ 1031.0684858280708, 691.14587488616928, 463.28893467103921, 310.55186001649332, 208.16913710270924, 139.53994556588736, 93.5364227355362, 62.699339194093646 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3N": [ 30.76923076923077, 11.538461538461538, 7.6923076923076952, 3.8461538461538476, 3.8461538461538476, 3.8461538461538476, 3.8461538461538476, 3.8461538461538476 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5, 0.5 ], "PH": [ 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.24, 0.27, 0.26, 0.23, 0.24, 0.23, 0.23, 0.18 ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 1000.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 80.0, "ResourceName": "SurfaceOrganicMatter", "Name": "Surface Organic Matter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Leaf].CohortSize", "[Wheat].Arbitrator.DM.Allocated", "[Wheat].Arbitrator.DM.TotalPlantDemand", "[Wheat].Arbitrator.DM.NutrientLimitation", "[Wheat].Arbitrator.DM.SinkLimitation", "[Wheat].Arbitrator.DM.TotalFixationSupply", "[Wheat].Arbitrator.FN", "[Wheat].Arbitrator.N.TotalPlantDemand", "[Wheat].Leaf.CohortMaxSize", "[Wheat].Leaf.CohortParameters.GrowthDuration", "[Wheat].Leaf.CohortParameters.LagDuration", "[Wheat].Leaf.CohortParameters.MaxArea", "[Wheat].Leaf.CohortParameters.SenescenceDuration", "[Wheat].Leaf.CohortParameters.SpecificLeafAreaMax", "[Wheat].Leaf.CohortParameters.SpecificLeafAreaMin", "[Wheat].Leaf.Photosynthesis.FT", "[Wheat].Leaf.Photosynthesis.FVPD", "[Wheat].Leaf.Photosynthesis.RueAct" ], "EventNames": [ "[Clock].DoReport" ], "GroupByVariableName": null, "Name": "SupReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Interfaces;\r\nusing Models.Core;\r\nusing System.Xml.Serialization;\r\nusing System.Collections.Generic;\r\nusing System;\r\n\r\n\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n \r\n \r\n }\r\n}\r\n", "Parameters": null, "Name": "MaxLeafSize", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "MaxLeafSizeReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Graphs", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 2, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "ZadokScore", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "TotalBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "OrganBiomass", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LeafBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Stem Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "StemBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "GrainBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": "Caption can be written", "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Husk weight (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SpikeBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Spike.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Spike.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Canopy", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Tips (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 2, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LeafTips", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.LeafTipsAppeared", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.LeafTipsAppeared", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 2, "LineThickness": 1, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.ExpandedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted11", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 4, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.ExpandedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.PTQ", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 2, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.Phyllochron", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted12", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Ligules (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Leaf Ligules", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.ExpandedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.ExpandedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Senesced leaves (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FullySenesced", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.DeadCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.DeadCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Area Index (m2/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LAI", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Canopy cover (0-1)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Cover", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CoverTotal", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CoverTotal", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Tips (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Tillers", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Leaf Size (mm^2)", "Inverted": false, "Minimum": 0.0, "Maximum": 4000.0, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Leaf Size (mm^2)", "Inverted": false, "Minimum": 0.0, "Maximum": 4000.0, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LeafSize2", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 1, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(1)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(1)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 1, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(2)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(2)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "2", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -11094807, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 1, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(3)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(3)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "3", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 10, "MarkerSize": 1, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(4)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(4)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "4", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16747854, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 1, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(5)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(5)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "5", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 1, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(6)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(6)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "6", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -3376729, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 1, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(7)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(7)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "7", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -990142, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 1, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(8)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(8)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "8", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(9)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(9)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "9", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(10)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(10)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "10", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -11094807, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(11)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(11)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "11", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(12)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(12)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "12", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16747854, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(13)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(13)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "13", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(14)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(14)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "14", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -3376729, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(15)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(15)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "15", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -990142, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(16)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(16)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "16", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(17)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(17)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "17", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(18)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(18)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "18", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Wheat.AboveGround.Wt", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "1to1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": 0.0, "Maximum": 3000.0, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LeafSize3", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "MaxLeafSizeReport", "XFieldName": "MaxLeafSize.Script.LeafPosition", "YFieldName": "MaxLeafSize.Script.MaxLeafSize", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Popn]='50'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "MaxLeafSize", "XFieldName": "MaxLeafSize.Script.LeafPosition", "YFieldName": "MaxLeafSize.Script.MaxLeafSize", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Memo, Models", "Text": "This graph shows different leaf size profiles measured for winter wheat sown on a range of different dates. Leaves that emerge during cooler conditions achieve a smallter maximum size than the equivelent leaf appearanign in warm conditions.", "Name": "Leaf Size Predictions", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Area Index (m2/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "SLA", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.SpecificArea", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.SpecificArea", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 3, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CohortParameters.SpecificLeafAreaMin", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Min", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 2, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CohortParameters.SpecificLeafAreaMax", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Max", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "YieldComponents", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain number (grains/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "GrainNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain number (grains/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "PlantNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.MainStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "SensibilityTest", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "RUEact", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Photosynthesis.RueAct", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FW", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Fw", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Arbitrator", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Arbitrator.DM.TotalFixationSupply", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Supply", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 1, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Arbitrator.DM.TotalPlantDemand", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Demand", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Vrn", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.DailyVernalisation", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": true, "CumulativeX": false, "Filter": null, "Name": "Vrn", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Arbitrator.FN", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Wakanui2015", "Children": [ { "$type": "Models.Memo, Models", "Text": "The design, management and yield results of this trial have been described in full by [Craigie_Wheat_2015]. In brief, this trial was conducted to assess the impact of earlier sowing on potential yields of 'Wakanui' wheat grown at Wakanui (the cultivar was named after the area) in Mid Canterbury, New Zealand. it was a 4 x 4 factorial with 4 replicates of the following treatments:\r\n\r\n1. Sowing date (20 February, 10 March, 28 March, 23 April) \r\n2. Sowing density (50,100,150 and 200 plants/m^2^ \r\n\r\nIn addition to yield, measurements of leaf appearance and senescence and canopy cover (measured with NDVI) were measured at 10 - 14 day intervals and biomass measurements were taken at growth stages 32 and 65.\r\n\r\nConsiderable canopy decay was observed during the winter for the early sown treatments and we have not introduced mechanisms into the model to capture this yet so there is a genral over prediction of canopy size and biomass in these first sowing dates. ", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.SowDate = 20-Feb,10-Mar,20-Mar,09-Apr", "Name": "Sow", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.PGRTreatment = Normal", "Name": "Cm", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Wakanui2015Base", "Children": [ { "$type": "Models.Clock, Models", "Start": "2015-02-01T00:00:00", "End": "2016-02-15T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Wakanui.met", "ExcelWorkSheetName": "", "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Manager folder", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-10-19", "Action": "[Irrigation].Apply(40.0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-11-08", "Action": "[Irrigation].Apply(40.0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-11-26", "Action": "[Irrigation].Apply(40.0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-12-12", "Action": "[Irrigation].Apply(45.0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-12-28", "Action": "[Irrigation].Apply(45.0);", "Enabled": true } ], "Name": "IrrigationEvents", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-09-18", "Action": "[Fertiliser].Apply(26, Fertiliser.Types.UreaN, 10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-09-26", "Action": "[Fertiliser].Apply(51, Fertiliser.Types.UreaN, 10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-10-10", "Action": "[Fertiliser].Apply(92, Fertiliser.Types.UreaN, 10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2015-10-29", "Action": "[Fertiliser].Apply(115, Fertiliser.Types.UreaN, 10);", "Enabled": true } ], "Name": "FertiliserEvents", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Soils.Nutrients;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing Models.Soils.Nutrients;\r\nusing Models.Utilities;\r\nusing APSIM.Shared.Utilities;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Summary Summary;\r\n [Link] Soil Soil;\r\n [Link] Plant Wheat;\r\n Accumulator accumulatedRain;\r\n \r\n [Description(\"Sowing date (d-mmm)\")]\r\n public string SowDate { get; set; }\r\n [Description(\"Cultivar to be sown\")]\r\n public string CultivarName { get; set; }\r\n [Description(\"Sowing depth (mm)\")]\r\n public double SowingDepth { get; set; }\r\n [Description(\"Row spacing (mm)\")]\r\n public double RowSpacing { get; set; }\r\n [Description(\"PGR treatment applied\")]\r\n public string PGRTreatment { get; set; }\r\n \r\n\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (DateUtilities.WithinDates(SowDate, Clock.Today, SowDate))\r\n {\r\n Wheat.Sow(population: 150, cultivar: CultivarName, depth: SowingDepth, rowSpacing: RowSpacing); \r\n if(SowDate == \"20-Feb\")\r\n {\r\n Wheat.SetEmergenceDate(\"27-Feb\");\r\n }\r\n if(SowDate == \"10-Mar\")\r\n {\r\n Wheat.SetEmergenceDate(\"17-Mar\");\r\n }\r\n if(SowDate == \"20-Mar\")\r\n {\r\n Wheat.SetEmergenceDate(\"29-Mar\");\r\n }\r\n if(SowDate == \"09-Apr\")\r\n {\r\n Wheat.SetEmergenceDate(\"22-Apr\");\r\n }\r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "SowDate", "Value": "24-Jul" }, { "Key": "CultivarName", "Value": "Wakanui" }, { "Key": "SowingDepth", "Value": "50" }, { "Key": "RowSpacing", "Value": "150" }, { "Key": "PGRTreatment", "Value": "0" } ], "Name": "Sowing", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2016-02-12", "Action": "[Wheat].Harvest();", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2016-02-12", "Action": "[Wheat].EndCrop();", "Enabled": true } ], "Name": "HarvestEvents", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "LincolnSoil", "LocalName": "Lincoln", "Site": "Lincoln", "NearestTown": "Unknown", "Region": "NZ", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3 ], "AirDry": [ 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05 ], "LL15": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "DUL": [ 0.31, 0.3, 0.28, 0.31, 0.3, 0.28, 0.3, 0.34 ], "SAT": [ 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.03, 0.02, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 7.0, "SummerCona": 3.0, "WinterDate": "1-Apr", "WinterU": 7.0, "WinterCona": 3.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.2, "CN2Bare": 75.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "SWCON": [ 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "FOMCNRatio": 15.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "Carbon": [ 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 0.9, 0.9 ], "SoilCNRatio": [ 11.0, 11.0, 11.0, 11.0, 11.0, 11.0, 11.0, 11.0 ], "FBiom": [ 0.04, 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.31, 0.4, 0.5, 0.6, 0.7, 0.9, 0.99, 0.99 ], "FOM": [ 1031.0684858280708, 691.14587488616928, 463.28893467103921, 310.55186001649332, 208.16913710270924, 139.53994556588736, 93.5364227355362, 62.699339194093646 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3N": [ 30.76923076923077, 3.8461538461538476, 7.6923076923076907, 3.8461538461538476, 3.8461538461538476, 3.8461538461538476, 3.8461538461538476, 3.8461538461538476 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5, 0.5 ], "PH": [ 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.24, 0.27, 0.26, 0.23, 0.24, 0.23, 0.23, 0.18 ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "whiteclover", "InitialResidueMass": 1000.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 80.0, "ResourceName": "SurfaceOrganicMatter", "Name": "Surface Organic Matter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Leaf].CohortSize", "[Wheat].Arbitrator.DM.Allocated", "[Wheat].Arbitrator.DM.TotalPlantDemand", "[Wheat].Arbitrator.DM.NutrientLimitation", "[Wheat].Arbitrator.DM.SinkLimitation", "[Wheat].Arbitrator.DM.TotalFixationSupply", "[Wheat].Arbitrator.FN", "[Wheat].Arbitrator.N.TotalPlantDemand", "[Wheat].Leaf.CohortMaxSize", "[Wheat].Leaf.CohortParameters.GrowthDuration", "[Wheat].Leaf.CohortParameters.LagDuration", "[Wheat].Leaf.CohortParameters.MaxArea", "[Wheat].Leaf.CohortParameters.SenescenceDuration", "[Wheat].Leaf.CohortParameters.SpecificLeafAreaMax", "[Wheat].Leaf.CohortParameters.SpecificLeafAreaMin", "[Wheat].Leaf.Photosynthesis.FT", "[Wheat].Leaf.Photosynthesis.FVPD", "[Wheat].Leaf.Photosynthesis.RueAct" ], "EventNames": [ "[Clock].DoReport" ], "GroupByVariableName": null, "Name": "SupReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Interfaces;\r\nusing Models.Core;\r\nusing System.Xml.Serialization;\r\nusing System.Collections.Generic;\r\nusing System;\r\n\r\n\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n \r\n \r\n }\r\n}\r\n", "Parameters": null, "Name": "MaxLeafSize", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "MaxLeafSizeReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Graphs", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 2, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "ZadokScore", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "TotalBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "OrganBiomass", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LeafBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Stem Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "StemBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "GrainBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": "Caption can be written", "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Husk weight (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SpikeBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Spike.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Spike.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Canopy", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Tips (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LeafTips", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.LeafTipsAppeared", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.LeafTipsAppeared", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 2, "LineThickness": 1, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.ExpandedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted11", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 4, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.ExpandedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Ligules (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Leaf Ligules", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.ExpandedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.ExpandedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Senesced leaves (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "FullySenesced", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.DeadCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.DeadCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Area Index (m2/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LAI", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Canopy cover (0-1)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Cover", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CoverTotal", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CoverTotal", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Tips (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Tillers", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Leaf Size (mm^2)", "Inverted": false, "Minimum": 0.0, "Maximum": 4000.0, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Leaf Size (mm^2)", "Inverted": false, "Minimum": 0.0, "Maximum": 4000.0, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LeafSize2", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 1, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(1)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(1)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 1, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(2)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(2)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "2", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -11094807, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 1, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(3)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(3)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "3", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 10, "MarkerSize": 1, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(4)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(4)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "4", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16747854, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 1, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(5)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(5)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "5", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 1, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(6)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(6)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "6", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -3376729, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 1, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(7)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(7)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "7", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -990142, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 1, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(8)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(8)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "8", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(9)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(9)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "9", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(10)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(10)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "10", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -11094807, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(11)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(11)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "11", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(12)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(12)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "12", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16747854, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(13)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(13)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "13", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(14)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(14)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "14", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -3376729, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(15)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(15)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "15", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -990142, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(16)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(16)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "16", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(17)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(17)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "17", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(18)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(18)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "18", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Wheat.AboveGround.Wt", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "1to1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": 0.0, "Maximum": 3000.0, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LeafSize3", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "MaxLeafSizeReport", "XFieldName": "MaxLeafSize.Script.LeafPosition", "YFieldName": "MaxLeafSize.Script.MaxLeafSize", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Popn]='50'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "MaxLeafSize", "XFieldName": "MaxLeafSize.Script.LeafPosition", "YFieldName": "MaxLeafSize.Script.MaxLeafSize", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Memo, Models", "Text": "This graph shows different leaf size profiles measured for winter wheat sown on a range of different dates. Leaves that emerge during cooler conditions achieve a smallter maximum size than the equivelent leaf appearanign in warm conditions.", "Name": "Leaf Size Predictions", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Area Index (m2/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "SLA", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.SpecificArea", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.SpecificArea", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 3, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CohortParameters.SpecificLeafAreaMin", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Min", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 2, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CohortParameters.SpecificLeafAreaMax", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Max", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "YieldComponents", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain number (grains/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "GrainNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Cm", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain number (grains/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "PlantNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.MainStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain number (grains/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "GrainSize", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Size", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.GrainSize", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "SensibilityTest", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "RUEact", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Photosynthesis.RueAct", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FW", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Fw", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Arbitrator", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Arbitrator.DM.TotalFixationSupply", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Supply", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 1, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Arbitrator.DM.TotalPlantDemand", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Demand", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Vrn", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.DailyVernalisation", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": true, "CumulativeX": false, "Filter": null, "Name": "Vrn", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Arbitrator.FN", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Yield", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Yield", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Harvest Yield", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.Wt", "YFieldName": "Predicted.Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Wakanui2016", "Children": [ { "$type": "Models.Memo, Models", "Text": "The design, management and yield results of this trial have been described in full by [Craigie_Wheat_2015]. In brief, this trial was conducted to assess the impact of earlier sowing on potential yields of 'Wakanui' wheat grown at Wakanui (the cultivar was named after the area) in Mid Canterbury, New Zealand. it was a 4 x 4 factorial with 4 replicates of the following treatments:\r\n\r\n1. Sowing date (20 February, 10 March, 28 March, 23 April) \r\n2. Sowing density (50,100,150 and 200 plants/m^2^ \r\n\r\nIn addition to yield, measurements of leaf appearance and senescence and canopy cover (measured with NDVI) were measured at 10 - 14 day intervals and biomass measurements were taken at growth stages 32 and 65.\r\n\r\nConsiderable canopy decay was observed during the winter for the early sown treatments and we have not introduced mechanisms into the model to capture this yet so there is a genral over prediction of canopy size and biomass in these first sowing dates. ", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.SowDate = 24-Feb,08-Mar,29-Mar,14-Apr", "Name": "Sow", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[Defoliation].Script.Defoliated = Normal", "Name": "Cm", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Wakanui2016Base", "Children": [ { "$type": "Models.Clock, Models", "Start": "2016-02-01T00:00:00", "End": "2017-02-15T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Wakanui.met", "ExcelWorkSheetName": "", "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Manager folder", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2016-11-20", "Action": "[Irrigation].Apply(25.0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2016-12-10", "Action": "[Irrigation].Apply(25.0);", "Enabled": true } ], "Name": "IrrigationEvents", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2016-09-11", "Action": "[Fertiliser].Apply(92, Fertiliser.Types.UreaN, 10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2016-10-28", "Action": "[Fertiliser].Apply(97, Fertiliser.Types.UreaN, 10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2016-11-02", "Action": "[Fertiliser].Apply(69, Fertiliser.Types.UreaN, 10);", "Enabled": true } ], "Name": "FertiliserEvents", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Soils.Nutrients;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing Models.Soils.Nutrients;\r\nusing Models.Utilities;\r\nusing APSIM.Shared.Utilities;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Summary Summary;\r\n [Link] Soil Soil;\r\n [Link] Plant Wheat;\r\n Accumulator accumulatedRain;\r\n \r\n [Description(\"Sowing date (d-mmm)\")]\r\n public string SowDate { get; set; }\r\n [Description(\"Cultivar to be sown\")]\r\n public string CultivarName { get; set; }\r\n [Description(\"Sowing depth (mm)\")]\r\n public double SowingDepth { get; set; }\r\n [Description(\"Row spacing (mm)\")]\r\n public double RowSpacing { get; set; }\r\n [Description(\"Plant population (/m2)\")]\r\n public double Population { get; set; }\r\n \r\n\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (DateUtilities.WithinDates(SowDate, Clock.Today, SowDate))\r\n {\r\n Wheat.Sow(population: Population, cultivar: CultivarName, depth: SowingDepth, rowSpacing: RowSpacing); \r\n if(SowDate == \"24-Feb\")\r\n {\r\n Wheat.SetEmergenceDate(\"2-Mar\");\r\n }\r\n if(SowDate == \"08-Mar\")\r\n {\r\n Wheat.SetEmergenceDate(\"17-Mar\");\r\n }\r\n if(SowDate == \"29-Mar\")\r\n {\r\n Wheat.SetEmergenceDate(\"11-Apr\");\r\n }\r\n if(SowDate == \"14-Apr\")\r\n {\r\n Wheat.SetEmergenceDate(\"26-Apr\");\r\n }\r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "SowDate", "Value": "" }, { "Key": "CultivarName", "Value": "Wakanui" }, { "Key": "SowingDepth", "Value": "50" }, { "Key": "RowSpacing", "Value": "150" }, { "Key": "Population", "Value": "150" } ], "Name": "Sowing", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-02-12", "Action": "[Wheat].Harvest();", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2017-02-12", "Action": "[Wheat].EndCrop();", "Enabled": true } ], "Name": "HarvestEvents", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "\r\nusing System.Xml.Serialization;\r\nusing Models.PMF.Interfaces;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System.Collections.Generic;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n [System.Xml.Serialization.XmlInclude(typeof(Model))]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n [Link] Clock Clock;\r\n\r\n [Description(\"Date that mouse damage event occurs\")]\r\n public DateTime NibblingDate { get; set; }\r\n [Description(\"Proportion of the crop removed by mice\")]\r\n public double ProportionNibbled { get; set; }\r\n [Description(\"Switch if crop is defoliated\")]\r\n public string Defoliated {get; set;}\r\n \r\n [XmlIgnore] private RemovalFractions Remove { get; set; }\r\n \r\n [EventSubscribe(\"StartOfSimulation\")]\r\n private void OnSimulationCommencing(object sender, EventArgs e)\r\n {\r\n Remove = new RemovalFractions();\r\n }\r\n \r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n //Set up array of remove fractions to send with Cut method. Each member in the array corresponds to an organ in the same order they are set up in.\r\n\r\n if (Clock.Today.Date == NibblingDate)\r\n {\r\n //Harvest with manager specified removal fractions\r\n Remove.SetFractionToRemove(\"Grain\", 0);\r\n Remove.SetFractionToRemove(\"Leaf\", 0, \"live\");\r\n Remove.SetFractionToRemove(\"Leaf\", 0, \"dead\");\r\n Remove.SetFractionToRemove(\"Stem\", 0);\r\n Remove.SetFractionToRemove(\"Spike\", 0);\r\n Remove.SetFractionToRemove(\"Root\", 0);\r\n Remove.SetFractionToResidue(\"Grain\", ProportionNibbled);\r\n Remove.SetFractionToResidue(\"Leaf\", ProportionNibbled, \"live\");\r\n Remove.SetFractionToResidue(\"Leaf\", ProportionNibbled, \"dead\");\r\n Remove.SetFractionToResidue(\"Stem\", ProportionNibbled);\r\n Remove.SetFractionToResidue(\"Spike\", ProportionNibbled);\r\n Remove.SetFractionToResidue(\"Root\", 0);\r\n Remove.SetThinningProportion = ProportionNibbled;\r\n Wheat.RemoveBiomass(\"Thin\", Remove);\r\n }\r\n }\r\n }\r\n}\r\n\r\n \r\n", "Parameters": [ { "Key": "NibblingDate", "Value": "10/31/2002 00:00:00" }, { "Key": "ProportionNibbled", "Value": "0.5" }, { "Key": "Defoliated", "Value": "False" } ], "Name": "Defoliation", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "LincolnSoil", "LocalName": "Lincoln", "Site": "Lincoln", "NearestTown": "Unknown", "Region": "NZ", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3 ], "AirDry": [ 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05 ], "LL15": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "DUL": [ 0.31, 0.3, 0.28, 0.31, 0.3, 0.28, 0.3, 0.34 ], "SAT": [ 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.03, 0.02, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 7.0, "SummerCona": 3.0, "WinterDate": "1-Apr", "WinterU": 7.0, "WinterCona": 3.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.2, "CN2Bare": 75.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "SWCON": [ 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "FOMCNRatio": 15.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "Carbon": [ 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 0.9, 0.9 ], "SoilCNRatio": [ 11.0, 11.0, 11.0, 11.0, 11.0, 11.0, 11.0, 11.0 ], "FBiom": [ 0.04, 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.31, 0.4, 0.5, 0.6, 0.7, 0.9, 0.99, 0.99 ], "FOM": [ 1031.0684858280708, 691.14587488616928, 463.28893467103921, 310.55186001649332, 208.16913710270924, 139.53994556588736, 93.5364227355362, 62.699339194093646 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3N": [ 30.76923076923077, 11.538461538461538, 7.6923076923076952, 3.8461538461538476, 3.8461538461538476, 3.8461538461538476, 3.8461538461538476, 3.8461538461538476 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5, 0.5 ], "PH": [ 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.24, 0.27, 0.26, 0.23, 0.24, 0.23, 0.23, 0.18 ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 1000.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 80.0, "ResourceName": "SurfaceOrganicMatter", "Name": "Surface Organic Matter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Leaf].CohortSize", "[Wheat].Arbitrator.DM.Allocated", "[Wheat].Arbitrator.DM.TotalPlantDemand", "[Wheat].Arbitrator.DM.NutrientLimitation", "[Wheat].Arbitrator.DM.SinkLimitation", "[Wheat].Arbitrator.DM.TotalFixationSupply", "[Wheat].Arbitrator.FN", "[Wheat].Arbitrator.N.TotalPlantDemand", "[Wheat].Leaf.CohortMaxSize", "[Wheat].Leaf.CohortParameters.GrowthDuration", "[Wheat].Leaf.CohortParameters.LagDuration", "[Wheat].Leaf.CohortParameters.MaxArea", "[Wheat].Leaf.CohortParameters.SenescenceDuration", "[Wheat].Leaf.CohortParameters.SpecificLeafAreaMax", "[Wheat].Leaf.CohortParameters.SpecificLeafAreaMin", "[Wheat].Leaf.Photosynthesis.FT", "[Wheat].Leaf.Photosynthesis.FVPD", "[Wheat].Leaf.Photosynthesis.RueAct" ], "EventNames": [ "[Clock].DoReport" ], "GroupByVariableName": null, "Name": "SupReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Interfaces;\r\nusing Models.Core;\r\nusing System.Xml.Serialization;\r\nusing System.Collections.Generic;\r\nusing System;\r\n\r\n\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n \r\n \r\n }\r\n}\r\n", "Parameters": null, "Name": "MaxLeafSize", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "MaxLeafSizeReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Graphs", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 2, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "ZadokScore", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "TotalBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "OrganBiomass", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LeafBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Stem Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "StemBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "GrainBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": "Caption can be written", "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Husk weight (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SpikeBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Spike.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Spike.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Canopy", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Tips (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LeafTips", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.LeafTipsAppeared", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.LeafTipsAppeared", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 2, "LineThickness": 1, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.ExpandedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted11", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 4, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.ExpandedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Ligules (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Leaf Ligules", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.ExpandedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.ExpandedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Senesced leaves (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "FullySenesced", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.DeadCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.DeadCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Area Index (m2/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LAI", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Canopy cover (0-1)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Cover", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CoverTotal", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CoverTotal", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Tips (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Tillers", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Leaf Size (mm^2)", "Inverted": false, "Minimum": 0.0, "Maximum": 4000.0, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Leaf Size (mm^2)", "Inverted": false, "Minimum": 0.0, "Maximum": 4000.0, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LeafSize2", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 1, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(1)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(1)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 1, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(2)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(2)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "2", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -11094807, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 1, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(3)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(3)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "3", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 10, "MarkerSize": 1, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(4)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(4)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "4", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16747854, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 1, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(5)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(5)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "5", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 1, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(6)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(6)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "6", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -3376729, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 1, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(7)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(7)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "7", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -990142, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 1, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(8)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(8)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "8", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(9)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(9)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "9", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(10)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(10)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "10", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -11094807, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(11)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(11)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "11", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(12)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(12)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "12", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16747854, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(13)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(13)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "13", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(14)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(14)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "14", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -3376729, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(15)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(15)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "15", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -990142, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(16)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(16)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "16", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(17)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(17)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "17", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": null, "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Leaf.CohortMaxSize(18)", "YFieldName": "Predicted.Wheat.Leaf.CohortMaxSize(18)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "18", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Wheat.AboveGround.Wt", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "1to1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": 0.0, "Maximum": 3000.0, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LeafSize3", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "MaxLeafSizeReport", "XFieldName": "MaxLeafSize.Script.LeafPosition", "YFieldName": "MaxLeafSize.Script.MaxLeafSize", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Popn]='50'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "MaxLeafSize", "XFieldName": "MaxLeafSize.Script.LeafPosition", "YFieldName": "MaxLeafSize.Script.MaxLeafSize", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Memo, Models", "Text": "This graph shows different leaf size profiles measured for winter wheat sown on a range of different dates. Leaves that emerge during cooler conditions achieve a smallter maximum size than the equivelent leaf appearanign in warm conditions.", "Name": "Leaf Size Predictions", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Area Index (m2/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SLA", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.SpecificArea", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.SpecificArea", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 3, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CohortParameters.SpecificLeafAreaMin", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Min", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 2, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CohortParameters.SpecificLeafAreaMax", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Max", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "YieldComponents", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain number (grains/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "GrainNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain number (grains/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "PlantNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.MainStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain number (grains/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "GrainSize", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Size", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.GrainSize", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "SensibilityTest", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "RUEact", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Photosynthesis.RueAct", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "FW", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Fw", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Arbitrator", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Arbitrator.DM.TotalFixationSupply", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Supply", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 1, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Arbitrator.DM.TotalPlantDemand", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Demand", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Vrn", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.DailyVernalisation", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": true, "CumulativeX": false, "Filter": null, "Name": "Vrn", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "FN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Arbitrator.FN", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Yield", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Yield", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Harvest Yield", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.Wt", "YFieldName": "Predicted.Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Wakanui2017", "Children": [ { "$type": "Models.Memo, Models", "Text": "The design, management and yield results of this trial have been described in full by [Craigie_Wheat_2015]. In brief, this trial was conducted to assess the impact of earlier sowing on potential yields of 'Wakanui' wheat grown at Wakanui (the cultivar was named after the area) in Mid Canterbury, New Zealand. it was a 4 x 4 factorial with 4 replicates of the following treatments:\r\n\r\n1. Sowing date (20 February, 10 March, 28 March, 23 April) \r\n2. Sowing density (50,100,150 and 200 plants/m^2^ \r\n\r\nIn addition to yield, measurements of leaf appearance and senescence and canopy cover (measured with NDVI) were measured at 10 - 14 day intervals and biomass measurements were taken at growth stages 32 and 65.\r\n\r\nConsiderable canopy decay was observed during the winter for the early sown treatments and we have not introduced mechanisms into the model to capture this yet so there is a genral over prediction of canopy size and biomass in these first sowing dates. ", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.SowDate = 09-Mar,30-Mar,19-Apr", "Name": "Sow", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[Defoliation].Script.Defoliated = Normal", "Name": "Cm", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Wakanui2017Base", "Children": [ { "$type": "Models.Clock, Models", "Start": "2017-02-01T00:00:00", "End": "2018-02-15T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Wakanui.met", "ExcelWorkSheetName": "", "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Manager folder", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-11-11", "Action": "[Irrigation].Apply(40.0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2017-12-02", "Action": "[Irrigation].Apply(40.0);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2017-12-24", "Action": "[Irrigation].Apply(45.0);", "Enabled": true } ], "Name": "IrrigationEvents", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-09-13", "Action": "[Fertiliser].Apply(100, Fertiliser.Types.UreaN, 10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2017-10-13", "Action": "[Fertiliser].Apply(100, Fertiliser.Types.UreaN, 10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2017-11-02", "Action": "[Fertiliser].Apply(70, Fertiliser.Types.UreaN, 10);", "Enabled": true } ], "Name": "FertiliserEvents", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Soils.Nutrients;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing Models.Soils.Nutrients;\r\nusing Models.Utilities;\r\nusing APSIM.Shared.Utilities;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Summary Summary;\r\n [Link] Soil Soil;\r\n [Link] Plant Wheat;\r\n Accumulator accumulatedRain;\r\n \r\n [Description(\"Sowing date (d-mmm)\")]\r\n public string SowDate { get; set; }\r\n [Description(\"Cultivar to be sown\")]\r\n public string CultivarName { get; set; }\r\n [Description(\"Sowing depth (mm)\")]\r\n public double SowingDepth { get; set; }\r\n [Description(\"Row spacing (mm)\")]\r\n public double RowSpacing { get; set; }\r\n [Description(\"Plant population (/m2)\")]\r\n public double Population { get; set; }\r\n \r\n\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (DateUtilities.WithinDates(SowDate, Clock.Today, SowDate))\r\n {\r\n Wheat.Sow(population: Population, cultivar: CultivarName, depth: SowingDepth, rowSpacing: RowSpacing); \r\n }\r\n if(SowDate == \"09-Mar\")\r\n {\r\n Wheat.SetEmergenceDate(\"16-Mar\");\r\n }\r\n if(SowDate == \"30-Mar\")\r\n {\r\n Wheat.SetEmergenceDate(\"11-Apr\");\r\n }\r\n if(SowDate == \"19-Apr\")\r\n {\r\n Wheat.SetEmergenceDate(\"30-Apr\");\r\n }\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "SowDate", "Value": "" }, { "Key": "CultivarName", "Value": "Wakanui" }, { "Key": "SowingDepth", "Value": "50" }, { "Key": "RowSpacing", "Value": "150" }, { "Key": "Population", "Value": "150" } ], "Name": "Sowing", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-02-04", "Action": "[Wheat].Harvest();", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2018-02-04", "Action": "[Wheat].EndCrop();", "Enabled": true } ], "Name": "HarvestEvents", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "\r\nusing System.Xml.Serialization;\r\nusing Models.PMF.Interfaces;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System.Collections.Generic;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n [System.Xml.Serialization.XmlInclude(typeof(Model))]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n [Link] Clock Clock;\r\n\r\n [Description(\"Date that mouse damage event occurs\")]\r\n public DateTime NibblingDate { get; set; }\r\n [Description(\"Proportion of the crop removed by mice\")]\r\n public double ProportionNibbled { get; set; }\r\n [Description(\"Switch if crop is defoliated\")]\r\n public string Defoliated {get; set;}\r\n \r\n [XmlIgnore] private RemovalFractions Remove { get; set; }\r\n \r\n [EventSubscribe(\"StartOfSimulation\")]\r\n private void OnSimulationCommencing(object sender, EventArgs e)\r\n {\r\n Remove = new RemovalFractions();\r\n }\r\n \r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n //Set up array of remove fractions to send with Cut method. Each member in the array corresponds to an organ in the same order they are set up in.\r\n\r\n if (Clock.Today.Date == NibblingDate)\r\n {\r\n //Harvest with manager specified removal fractions\r\n Remove.SetFractionToRemove(\"Grain\", 0);\r\n Remove.SetFractionToRemove(\"Leaf\", 0, \"live\");\r\n Remove.SetFractionToRemove(\"Leaf\", 0, \"dead\");\r\n Remove.SetFractionToRemove(\"Stem\", 0);\r\n Remove.SetFractionToRemove(\"Spike\", 0);\r\n Remove.SetFractionToRemove(\"Root\", 0);\r\n Remove.SetFractionToResidue(\"Grain\", ProportionNibbled);\r\n Remove.SetFractionToResidue(\"Leaf\", ProportionNibbled, \"live\");\r\n Remove.SetFractionToResidue(\"Leaf\", ProportionNibbled, \"dead\");\r\n Remove.SetFractionToResidue(\"Stem\", ProportionNibbled);\r\n Remove.SetFractionToResidue(\"Spike\", ProportionNibbled);\r\n Remove.SetFractionToResidue(\"Root\", 0);\r\n Remove.SetThinningProportion = ProportionNibbled;\r\n Wheat.RemoveBiomass(\"Thin\", Remove);\r\n }\r\n }\r\n }\r\n}\r\n\r\n \r\n", "Parameters": [ { "Key": "NibblingDate", "Value": "10/31/2002 00:00:00" }, { "Key": "ProportionNibbled", "Value": "0.5" }, { "Key": "Defoliated", "Value": "False" } ], "Name": "Defoliation", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "LincolnSoil", "LocalName": "Lincoln", "Site": "Lincoln", "NearestTown": "Unknown", "Region": "NZ", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3 ], "AirDry": [ 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05 ], "LL15": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "DUL": [ 0.31, 0.3, 0.28, 0.31, 0.3, 0.28, 0.3, 0.34 ], "SAT": [ 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.03, 0.02, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 7.0, "SummerCona": 3.0, "WinterDate": "1-Apr", "WinterU": 7.0, "WinterCona": 3.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.2, "CN2Bare": 75.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "SWCON": [ 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "FOMCNRatio": 15.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "Carbon": [ 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 0.9, 0.9 ], "SoilCNRatio": [ 11.0, 11.0, 11.0, 11.0, 11.0, 11.0, 11.0, 11.0 ], "FBiom": [ 0.04, 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.31, 0.4, 0.5, 0.6, 0.7, 0.9, 0.99, 0.99 ], "FOM": [ 1031.0684858280708, 691.14587488616928, 463.28893467103921, 310.55186001649332, 208.16913710270924, 139.53994556588736, 93.5364227355362, 62.699339194093646 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3N": [ 30.76923076923077, 11.538461538461538, 7.6923076923076952, 3.8461538461538476, 3.8461538461538476, 3.8461538461538476, 3.8461538461538476, 3.8461538461538476 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5, 0.5 ], "PH": [ 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.24, 0.27, 0.26, 0.23, 0.24, 0.23, 0.23, 0.18 ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 1000.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 80.0, "ResourceName": "SurfaceOrganicMatter", "Name": "Surface Organic Matter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Leaf].CohortSize", "[Wheat].Arbitrator.DM.Allocated", "[Wheat].Arbitrator.DM.TotalPlantDemand", "[Wheat].Arbitrator.DM.NutrientLimitation", "[Wheat].Arbitrator.DM.SinkLimitation", "[Wheat].Arbitrator.DM.TotalFixationSupply", "[Wheat].Arbitrator.FN", "[Wheat].Arbitrator.N.TotalPlantDemand", "[Wheat].Leaf.CohortMaxSize", "[Wheat].Leaf.CohortParameters.GrowthDuration", "[Wheat].Leaf.CohortParameters.LagDuration", "[Wheat].Leaf.CohortParameters.MaxArea", "[Wheat].Leaf.CohortParameters.SenescenceDuration", "[Wheat].Leaf.CohortParameters.SpecificLeafAreaMax", "[Wheat].Leaf.CohortParameters.SpecificLeafAreaMin", "[Wheat].Leaf.Photosynthesis.FT", "[Wheat].Leaf.Photosynthesis.FVPD", "[Wheat].Leaf.Photosynthesis.RueAct" ], "EventNames": [ "[Clock].DoReport" ], "GroupByVariableName": null, "Name": "SupReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Interfaces;\r\nusing Models.Core;\r\nusing System.Xml.Serialization;\r\nusing System.Collections.Generic;\r\nusing System;\r\n\r\n\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n \r\n \r\n }\r\n}\r\n", "Parameters": null, "Name": "MaxLeafSize", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "MaxLeafSizeReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Graphs", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 2, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "ZadokScore", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "TotalBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Cm", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "OrganBiomass", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LeafBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Stem Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "StemBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "GrainBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Cm", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": "Caption can be written", "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Husk weight (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "SpikeBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Spike.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Spike.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Canopy", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Tips (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LeafTips", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.LeafTipsAppeared", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.LeafTipsAppeared", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 2, "LineThickness": 1, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.ExpandedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted11", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 4, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.ExpandedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Ligules (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Leaf Ligules", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.ExpandedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.ExpandedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Senesced leaves (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FullySenesced", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.DeadCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.DeadCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Area Index (m2/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LAI", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Canopy cover (0-1)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Cover", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CoverTotal", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CoverTotal", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Tips (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Tillers", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "YieldComponents", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain number (grains/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "GrainNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain number (grains/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "PlantNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.MainStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain number (grains/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "GrainSize", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Size", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Size", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "SensibilityTest", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "RUEact", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Photosynthesis.RueAct", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "FW", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Fw", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Arbitrator", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Arbitrator.DM.TotalFixationSupply", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Supply", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 1, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Arbitrator.DM.TotalPlantDemand", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Demand", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Vrn", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.DailyVernalisation", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": true, "CumulativeX": false, "Filter": null, "Name": "Vrn", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "FN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Arbitrator.FN", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Yield", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Yield", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Harvest Yield", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.Wt", "YFieldName": "Predicted.Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "PalmerstonNorth1989", "Children": [ { "$type": "Models.Memo, Models", "Text": "The design, management and yield results of this trial have been described in full by [Craigie_Wheat_2015]. In brief, this trial was conducted to assess the impact of earlier sowing on potential yields of 'Wakanui' wheat grown at Wakanui (the cultivar was named after the area) in Mid Canterbury, New Zealand. it was a 4 x 4 factorial with 4 replicates of the following treatments:\r\n\r\n1. Sowing date (20 February, 10 March, 28 March, 23 April) \r\n2. Sowing density (50,100,150 and 200 plants/m^2^ \r\n\r\nIn addition to yield, measurements of leaf appearance and senescence and canopy cover (measured with NDVI) were measured at 10 - 14 day intervals and biomass measurements were taken at growth stages 32 and 65.\r\n\r\nConsiderable canopy decay was observed during the winter for the early sown treatments and we have not introduced mechanisms into the model to capture this yet so there is a genral over prediction of canopy size and biomass in these first sowing dates. ", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.SowDate = 2-Jun,24-Jul,18-Sep,25-Nov,21-Feb,5-Apr", "Name": "Sow", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.CultivarName = BattenSpring,Otane,Rongotea", "Name": "Cv", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "PalmerstonNorth1989Base", "Children": [ { "$type": "Models.Clock, Models", "Start": "1989-06-01T00:00:00", "End": "1991-06-01T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "PalmerstonNorth.met", "ExcelWorkSheetName": "", "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Manager folder", "Children": [ { "$type": "Models.Manager, Models", "Code": "using Models.Soils.Nutrients;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing Models.Soils.Nutrients;\r\nusing Models.Utilities;\r\nusing APSIM.Shared.Utilities;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Summary Summary;\r\n [Link] Soil Soil;\r\n [Link] Plant Wheat;\r\n Accumulator accumulatedRain;\r\n \r\n [Description(\"Sowing date (d-mmm)\")]\r\n public string SowDate { get; set; }\r\n [Description(\"Cultivar to be sown\")]\r\n public string CultivarName { get; set; }\r\n [Description(\"Sowing depth (mm)\")]\r\n public double SowingDepth { get; set; }\r\n [Description(\"Row spacing (mm)\")]\r\n public double RowSpacing { get; set; }\r\n [Description(\"Plant population (/m2)\")]\r\n public double Population { get; set; }\r\n\r\n public bool IsSown {get;set;}\r\n\r\n [EventSubscribe(\"StartOfSimulation\")]\r\n private void OnStartOfSimulation(object sender, EventArgs e)\r\n {\r\n IsSown = false;\r\n }\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if ((DateUtilities.WithinDates(SowDate, Clock.Today, SowDate))&&IsSown==false)\r\n {\r\n \tIsSown=true;\r\n Wheat.Sow(population: Population, cultivar: CultivarName, depth: SowingDepth, rowSpacing: RowSpacing); \r\n }\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "SowDate", "Value": "" }, { "Key": "CultivarName", "Value": "Wakanui" }, { "Key": "SowingDepth", "Value": "50" }, { "Key": "RowSpacing", "Value": "150" }, { "Key": "Population", "Value": "150" }, { "Key": "IsSown", "Value": "False" } ], "Name": "Sowing", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1991-02-04", "Action": "[Wheat].Harvest();", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-02-04", "Action": "[Wheat].EndCrop();", "Enabled": true } ], "Name": "HarvestEvents", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "LincolnSoil", "LocalName": "Lincoln", "Site": "Lincoln", "NearestTown": "Unknown", "Region": "NZ", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150", "150-250" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 1000.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3 ], "AirDry": [ 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05 ], "LL15": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12, 0.12 ], "DUL": [ 0.31, 0.3, 0.28, 0.31, 0.3, 0.28, 0.3, 0.34, 0.34 ], "SAT": [ 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12, 0.12 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.03, 0.02, 0.02, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 7.0, "SummerCona": 3.0, "WinterDate": "1-Apr", "WinterU": 7.0, "WinterCona": 3.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.2, "CN2Bare": 75.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "SWCON": [ 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "FOMCNRatio": 15.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "Carbon": [ 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 0.9, 0.9 ], "SoilCNRatio": [ 11.0, 11.0, 11.0, 11.0, 11.0, 11.0, 11.0, 11.0 ], "FBiom": [ 0.04, 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.31, 0.4, 0.5, 0.6, 0.7, 0.9, 0.99, 0.99 ], "FOM": [ 1031.0684858280708, 691.14587488616928, 463.28893467103921, 310.55186001649332, 208.16913710270924, 139.53994556588736, 93.5364227355362, 62.699339194093646 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3N": [ 30.76923076923077, 11.538461538461538, 7.6923076923076952, 3.8461538461538476, 3.8461538461538476, 3.8461538461538476, 3.8461538461538476, 3.8461538461538476 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5, 0.5 ], "PH": [ 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.24, 0.27, 0.26, 0.23, 0.24, 0.23, 0.23, 0.18 ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "whiteclover", "InitialResidueMass": 1000.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 25.0, "ResourceName": "SurfaceOrganicMatter", "Name": "Surface Organic Matter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Leaf].CohortSize", "[Wheat].Arbitrator.DM.Allocated", "[Wheat].Arbitrator.DM.TotalPlantDemand", "[Wheat].Arbitrator.DM.NutrientLimitation", "[Wheat].Arbitrator.DM.SinkLimitation", "[Wheat].Arbitrator.DM.TotalFixationSupply", "[Wheat].Arbitrator.FN", "[Wheat].Arbitrator.N.TotalPlantDemand", "[Wheat].Leaf.CohortMaxSize", "[Wheat].Leaf.CohortParameters.GrowthDuration", "[Wheat].Leaf.CohortParameters.LagDuration", "[Wheat].Leaf.CohortParameters.MaxArea", "[Wheat].Leaf.CohortParameters.SenescenceDuration", "[Wheat].Leaf.CohortParameters.SpecificLeafAreaMax", "[Wheat].Leaf.CohortParameters.SpecificLeafAreaMin", "[Wheat].Leaf.Photosynthesis.FT", "[Wheat].Leaf.Photosynthesis.FVPD", "[Wheat].Leaf.Photosynthesis.RueAct", "[Wheat].Phenology.CAMP.Vrn1", "[Wheat].Phenology.CAMP.BaseVrn1", "[Wheat].Phenology.CAMP.MethColdVrn1", "[Wheat].Phenology.CAMP.ColdVrn1", "[Wheat].Phenology.CAMP.Vrn2", "[Wheat].Phenology.CAMP.Vrn3", "[Wheat].Phenology.CAMP.VrnX", "[IWeather].MinT", "[IWeather].MaxT" ], "EventNames": [ "[Clock].DoReport" ], "GroupByVariableName": null, "Name": "SupReport", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "", "Parameters": [ { "Key": "LN", "Value": "0" }, { "Key": "SN", "Value": "0" }, { "Key": "LV", "Value": "0" }, { "Key": "SV", "Value": "0" } ], "Name": "SetCropParams", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Graphs", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 2, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "ZadokScore", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": "Leeston2013Sow20-FebPopn50", "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "TotalBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "OrganBiomass", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LeafBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Stem Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "StemBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "GrainBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": "Caption can be written", "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Husk weight (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "SpikeBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Spike.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Spike.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Canopy", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Tips (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LeafTips", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Cv", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.HaunStage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.LeafTipsAppeared", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 2, "LineThickness": 1, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.ExpandedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted11", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 4, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.ExpandedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Ligules (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Leaf Ligules", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.ExpandedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.ExpandedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Senesced leaves (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FullySenesced", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.DeadCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.DeadCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Area Index (m2/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LAI", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Canopy cover (0-1)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Cover", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CoverTotal", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CoverTotal", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Tips (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Tillers", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "YieldComponents", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain number (grains/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "GrainNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain number (grains/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "PlantNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.MainStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain number (grains/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "GrainSize", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Size", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.GrainSize", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "SensibilityTest", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "RUEact", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Photosynthesis.RueAct", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FW", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Fw", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Arbitrator", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Arbitrator.DM.TotalFixationSupply", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Supply", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 1, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Arbitrator.DM.TotalPlantDemand", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Demand", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Vrn", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.DailyVernalisation", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": true, "CumulativeX": false, "Filter": null, "Name": "Vrn", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Arbitrator.FN", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 2, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Vrn1", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -11094807, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.CAMP.Vrn1", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Vrn1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.CAMP.BaseVrn1", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "BaseVrn1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16747854, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.CAMP.ColdVrn1", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "ColdVrn1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -3376729, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.CAMP.MethVrn1", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "MethVrn1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -990142, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.CAMP.Vrn2", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Vrn2", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.CAMP.Vrn3", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Vrn3", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.CAMP.VrnX", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "VrnX", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 2, "ColourArgb": -16736653, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 1, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.HaunStage", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "HS", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Temperatures", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16747854, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "IWeather.MinT", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "MinT", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "IWeather.MaxT", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "MaxT", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Photoperiod", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "MaxT1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 2, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Vrn3", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": "Cultivar", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.CAMP.Vrn3", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Vrn3", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 2, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Photoperiod", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "MaxT1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Liguals", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Liguals", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FLN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.FinalLeafNumber", "YFieldName": "Predicted.Wheat.Phenology.FinalLeafNumber", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Lincoln1994", "Children": [ { "$type": "Models.Memo, Models", "Text": "The design, management and yield results of this trial have been described in full by [Craigie_Wheat_2015]. In brief, this trial was conducted to assess the impact of earlier sowing on potential yields of 'Wakanui' wheat grown at Wakanui (the cultivar was named after the area) in Mid Canterbury, New Zealand. it was a 4 x 4 factorial with 4 replicates of the following treatments:\r\n\r\n1. Sowing date (20 February, 10 March, 28 March, 23 April) \r\n2. Sowing density (50,100,150 and 200 plants/m^2^ \r\n\r\nIn addition to yield, measurements of leaf appearance and senescence and canopy cover (measured with NDVI) were measured at 10 - 14 day intervals and biomass measurements were taken at growth stages 32 and 65.\r\n\r\nConsiderable canopy decay was observed during the winter for the early sown treatments and we have not introduced mechanisms into the model to capture this yet so there is a genral over prediction of canopy size and biomass in these first sowing dates. ", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.SowDate = 5-Apr,20-Jun,1-Sep,27-Oct,22-Dec", "Name": "Sow", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.CultivarName = BattenSpring,BattenWinter", "Name": "Cultivar", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Lincoln1994Base", "Children": [ { "$type": "Models.Clock, Models", "Start": "1994-04-01T00:00:00", "End": "1995-12-01T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "lincoln.met", "ExcelWorkSheetName": "", "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Manager folder", "Children": [ { "$type": "Models.Manager, Models", "Code": "using Models.Soils.Nutrients;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing Models.Soils.Nutrients;\r\nusing Models.Utilities;\r\nusing APSIM.Shared.Utilities;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Summary Summary;\r\n [Link] Soil Soil;\r\n [Link] Plant Wheat;\r\n Accumulator accumulatedRain;\r\n \r\n [Description(\"Sowing date (d-mmm)\")]\r\n public string SowDate { get; set; }\r\n [Description(\"Cultivar to be sown\")]\r\n public string CultivarName { get; set; }\r\n [Description(\"Sowing depth (mm)\")]\r\n public double SowingDepth { get; set; }\r\n [Description(\"Row spacing (mm)\")]\r\n public double RowSpacing { get; set; }\r\n [Description(\"Plant population (/m2)\")]\r\n public double Population { get; set; }\r\n\r\n public bool IsSown {get;set;}\r\n\r\n [EventSubscribe(\"StartOfSimulation\")]\r\n private void OnStartOfSimulation(object sender, EventArgs e)\r\n {\r\n IsSown = false;\r\n }\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if ((DateUtilities.WithinDates(SowDate, Clock.Today, SowDate))&&IsSown==false)\r\n {\r\n \tIsSown=true;\r\n Wheat.Sow(population: Population, cultivar: CultivarName, depth: SowingDepth, rowSpacing: RowSpacing); \r\n if(SowDate == \"05-Apr\")\r\n {\r\n Wheat.SetEmergenceDate(\"13-Apr\");\r\n }\r\n if(SowDate == \"20-Jun\")\r\n {\r\n Wheat.SetEmergenceDate(\"22-Jul\");\r\n }\r\n if(SowDate == \"1-Sep\")\r\n {\r\n Wheat.SetEmergenceDate(\"19-Sep\");\r\n }\r\n if(SowDate == \"27-Oct\")\r\n {\r\n Wheat.SetEmergenceDate(\"5-Nov\");\r\n }\r\n if(SowDate == \"22-Dec\")\r\n {\r\n Wheat.SetEmergenceDate(\"30-Dec\");\r\n }\r\n \r\n }\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "SowDate", "Value": "" }, { "Key": "CultivarName", "Value": "Wakanui" }, { "Key": "SowingDepth", "Value": "50" }, { "Key": "RowSpacing", "Value": "150" }, { "Key": "Population", "Value": "150" }, { "Key": "IsSown", "Value": "False" } ], "Name": "Sowing", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1995-12-01", "Action": "[Wheat].Harvest();", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1995-12-01", "Action": "[Wheat].EndCrop();", "Enabled": true } ], "Name": "HarvestEvents", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "LincolnSoil", "LocalName": "Lincoln", "Site": "Lincoln", "NearestTown": "Unknown", "Region": "NZ", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150", "150-250" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 1000.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3 ], "AirDry": [ 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05 ], "LL15": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12, 0.12 ], "DUL": [ 0.31, 0.3, 0.28, 0.31, 0.3, 0.28, 0.3, 0.34, 0.34 ], "SAT": [ 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12, 0.12 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.03, 0.02, 0.02, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 7.0, "SummerCona": 3.0, "WinterDate": "1-Apr", "WinterU": 7.0, "WinterCona": 3.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.2, "CN2Bare": 75.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "SWCON": [ 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "FOMCNRatio": 15.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "Carbon": [ 4.0, 3.0, 2.0, 1.0, 1.0, 1.0, 0.9, 0.9 ], "SoilCNRatio": [ 11.0, 11.0, 11.0, 11.0, 11.0, 11.0, 11.0, 11.0 ], "FBiom": [ 0.04, 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.31, 0.4, 0.5, 0.6, 0.7, 0.9, 0.99, 0.99 ], "FOM": [ 1031.0684858280708, 691.14587488616928, 463.28893467103921, 310.55186001649332, 208.16913710270924, 139.53994556588736, 93.5364227355362, 62.699339194093646 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3N": [ 30.76923076923077, 11.538461538461538, 7.6923076923076952, 3.8461538461538476, 3.8461538461538476, 3.8461538461538476, 3.8461538461538476, 3.8461538461538476 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5, 0.5 ], "PH": [ 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.24, 0.27, 0.26, 0.23, 0.24, 0.23, 0.23, 0.18 ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "whiteclover", "InitialResidueMass": 1000.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 25.0, "ResourceName": "SurfaceOrganicMatter", "Name": "Surface Organic Matter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Leaf].CohortSize", "[Wheat].Arbitrator.DM.Allocated", "[Wheat].Arbitrator.DM.TotalPlantDemand", "[Wheat].Arbitrator.DM.NutrientLimitation", "[Wheat].Arbitrator.DM.SinkLimitation", "[Wheat].Arbitrator.DM.TotalFixationSupply", "[Wheat].Arbitrator.FN", "[Wheat].Arbitrator.N.TotalPlantDemand", "[Wheat].Leaf.CohortMaxSize", "[Wheat].Leaf.CohortParameters.GrowthDuration", "[Wheat].Leaf.CohortParameters.LagDuration", "[Wheat].Leaf.CohortParameters.MaxArea", "[Wheat].Leaf.CohortParameters.SenescenceDuration", "[Wheat].Leaf.CohortParameters.SpecificLeafAreaMax", "[Wheat].Leaf.CohortParameters.SpecificLeafAreaMin", "[Wheat].Leaf.Photosynthesis.FT", "[Wheat].Leaf.Photosynthesis.FVPD", "[Wheat].Leaf.Photosynthesis.RueAct", "[Wheat].Phenology.CAMP.Vrn1", "[Wheat].Phenology.CAMP.BaseVrn1", "[Wheat].Phenology.CAMP.MethColdVrn1", "[Wheat].Phenology.CAMP.ColdVrn1", "[Wheat].Phenology.CAMP.Vrn2", "[Wheat].Phenology.CAMP.Vrn3", "[Wheat].Phenology.CAMP.VrnX", "[IWeather].MinT", "[IWeather].MaxT" ], "EventNames": [ "[Clock].DoReport" ], "GroupByVariableName": null, "Name": "SupReport", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "", "Parameters": [ { "Key": "LN", "Value": "0" }, { "Key": "SN", "Value": "0" }, { "Key": "LV", "Value": "0" }, { "Key": "SV", "Value": "0" } ], "Name": "SetCropParams", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Graphs", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 2, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "ZadokScore", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": "Leeston2013Sow20-FebPopn50", "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "TotalBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "OrganBiomass", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LeafBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Stem Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "StemBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain Biomass (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "GrainBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": "Caption can be written", "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Husk weight (g/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SpikeBiomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Spike.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Spike.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Canopy", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Tips (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LeafTips", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Cultivar", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.HaunStage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.LeafTipsAppeared", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Ligules (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Leaf Ligules", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.ExpandedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.ExpandedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Senesced leaves (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FullySenesced", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.DeadCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.DeadCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Area Index (m2/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LAI", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Canopy cover (0-1)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Cover", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CoverTotal", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.CoverTotal", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Tips (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Tillers", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "YieldComponents", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain number (grains/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "GrainNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain number (grains/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "PlantNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.MainStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain number (grains/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "GrainSize", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Size", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.GrainSize", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "SensibilityTest", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "RUEact", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Photosynthesis.RueAct", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "FW", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Fw", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Arbitrator", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Arbitrator.DM.TotalFixationSupply", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Supply", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -8388608, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 1, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Arbitrator.DM.TotalPlantDemand", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Demand", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Vrn", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Popn", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.DailyVernalisation", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": true, "CumulativeX": false, "Filter": null, "Name": "Vrn", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "FN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Arbitrator.FN", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 2, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Vrn1", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -11094807, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.CAMP.Vrn1", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Vrn1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.CAMP.BaseVrn1", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "BaseVrn1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16747854, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.CAMP.ColdVrn1", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "ColdVrn1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -3376729, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.CAMP.MethVrn1", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "MethVrn1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -990142, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.CAMP.Vrn2", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Vrn2", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.CAMP.Vrn3", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Vrn3", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.CAMP.VrnX", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "VrnX", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 2, "ColourArgb": -16736653, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 1, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.HaunStage", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "HS", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Temperatures", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16747854, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "IWeather.MinT", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "MinT", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "IWeather.MaxT", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "MaxT", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Photoperiod", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "MaxT1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Actual Radiation Use Efficiency (g/MJ)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 2, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Vrn3", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": "Cultivar", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.CAMP.Vrn3", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Vrn3", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 2, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Photoperiod", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "MaxT1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Tips (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LeafTips", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Cultivar", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.HaunStage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Popn", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.LeafTipsAppeared", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Liguals", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Liguals", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FLN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Cultivar", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.FinalLeafNumber", "YFieldName": "Predicted.Wheat.Phenology.FinalLeafNumber", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Tips (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LeafTips", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": "Cultivar", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.HaunStage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": "Cultivar", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.HaunStage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": false, "Name": "CPTPhenology", "Children": [ { "$type": "Models.Memo, Models", "Text": "A range of soon to be released cultivars have their phenology assesed each year at Plant and Food Research in Lincoln, New Zealand. Each cultivar is planted on 4 sowing dates representing Autumn, Winter, Early Spring and Late Spring sowings. (approx April, June, Aug, Nov). Each cultivar is observed for 3 years but a number of standards are included each year or for more than 3 years bacause of the value of the data they provided.\r\n\r\n", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "CPTCultOtane", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Clock].StartDate = 2000-03-03,2000-05-15,2001-04-09,2001-06-15,2001-08-09,2002-05-15,2002-09-09,2003-05-21,2003-09-02,2004-05-28,2004-09-06,2005-04-04,2005-05-27,2005-09-05,2005-12-05,2006-05-10,2006-12-14,2007-04-24,2007-06-28,2007-09-13,2007-11-29,2008-04-11,2008-06-06,2008-09-11,2008-12-05,2009-03-20,2009-06-05,2009-08-24,2009-12-07,2010-03-30,2010-07-06,2010-10-04,2010-11-30,2011-03-30,2011-05-11,2011-09-09,2011-12-09,2012-04-05,2012-06-28,2012-09-25", "Name": "Sow", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "LincolnCPTOtane", "Children": [ { "$type": "Models.Clock, Models", "Start": "1991-06-08T00:00:00", "End": "2013-07-01T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "lincoln.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "LincolnSoil", "LocalName": "Lincoln", "Site": "Lincoln", "NearestTown": "Unknown", "Region": "NZ", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3 ], "AirDry": [ 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05 ], "LL15": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "DUL": [ 0.31, 0.3, 0.28, 0.31, 0.3, 0.28, 0.3, 0.34 ], "SAT": [ 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.03, 0.02, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 0.6, 0.4, 0.4, 0.4 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 7.0, "SummerCona": 3.0, "WinterDate": "1-Apr", "WinterU": 7.0, "WinterCona": 3.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.2, "CN2Bare": 75.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "SWCON": [ 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "FOMCNRatio": 0.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "Carbon": [ 0.35, 0.27, 0.24, 0.16, 0.16, 0.3, 0.1, 0.1 ], "SoilCNRatio": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "FBiom": [ 0.04, 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.31, 0.31, 0.31, 0.31, 0.31, 0.25, 0.2, 0.2 ], "FOM": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3N": [ 24.9, 16.0, 9.8, 9.8, 2.1, 2.1, 2.1, 2.1 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5, 0.5 ], "PH": [ 8.5, 8.5, 8.6, 8.6, 8.6, 8.6, 8.6, 8.6 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.27, 0.3, 0.28, 0.25, 0.24, 0.27, 0.27, 0.21 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 1000.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 80.0, "ResourceName": "SurfaceOrganicMatter", "Name": "Surface Organic Matter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "\r\nusing Models.PMF.Phen;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\n \r\nnamespace Models\r\n{\r\n [Serializable] \r\n [System.Xml.Serialization.XmlInclude(typeof(Model))]\r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link] private Clock Clock;\r\n [Link] private Simulation sim;\r\n [Link] private Summary Summary;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n \r\n [Description(\"Cultivar\")]\r\n public string Cultivar { get; set; }\r\n \r\n [XmlIgnore] public bool Sown { get; set; }\r\n [XmlIgnore] public bool Harvested { get; set; }\r\n [XmlIgnore] public bool EndSet { get; set; }\r\n \r\n [EventSubscribe(\"StartOfSimulation\")]\r\n private void OnSimulationCommencing(object sender, EventArgs e)\r\n {\r\n Sown = false;\r\n Harvested = false;\r\n EndSet = false;\r\n }\r\n \r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Sown == false)\r\n {\r\n Wheat.Sow(population: 200, cultivar: Cultivar, depth: 15, rowSpacing: 150, budNumber: 1);\r\n Sown = true;\r\n }\r\n \r\n if (phenology.CurrentPhase.Name == \"ReadyForHarvesting\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n Harvested = true;\r\n Summary.WriteMessage(this, \"Flowering reached so setting end date to stop simulation\");\r\n }\r\n \r\n if ((Harvested == true) && (EndSet == false))\r\n {\r\n sim.Set(\"Clock.EndDate\", Clock.Today.AddDays(1));\r\n EndSet = true;\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": [ { "Key": "Cultivar", "Value": "Otane" } ], "Name": "SowAndHarvest", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": 0.0, "Maximum": 20.0, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Graph1", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.FinalLeafNumber.ValueToHold.PhotoPLeaves", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Liguals", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Liguals", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FLN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Cultivar", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.SowingDate.DayOfYear", "YFieldName": "Pred-Obs.Wheat.Phenology.FlagLeafDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "CPTCultAmarok", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Clock].StartDate = 2001-04-09,2001-06-15,2002-03-07,2002-05-15,2003-03-14,2003-05-21,2004-03-23,2004-05-28,2005-04-04,2005-05-27,2005-12-05,2006-03-13,2006-05-10,2007-04-24,2007-06-28,2008-04-11,2008-06-06,2009-03-20,2009-06-05,2009-08-24,2010-03-30,2010-07-06,2011-03-30,2011-05-11,2012-04-05,2012-06-28", "Name": "Sow", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "LincolnCPTAmarok", "Children": [ { "$type": "Models.Clock, Models", "Start": "1991-06-08T00:00:00", "End": "2013-07-01T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "lincoln.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "LincolnSoil", "LocalName": "Lincoln", "Site": "Lincoln", "NearestTown": "Unknown", "Region": "NZ", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3 ], "AirDry": [ 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05 ], "LL15": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "DUL": [ 0.31, 0.3, 0.28, 0.31, 0.3, 0.28, 0.3, 0.34 ], "SAT": [ 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.03, 0.02, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 0.6, 0.4, 0.4, 0.4 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 7.0, "SummerCona": 3.0, "WinterDate": "1-Apr", "WinterU": 7.0, "WinterCona": 3.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.2, "CN2Bare": 75.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "SWCON": [ 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "FOMCNRatio": 0.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "Carbon": [ 0.35, 0.27, 0.24, 0.16, 0.16, 0.3, 0.1, 0.1 ], "SoilCNRatio": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "FBiom": [ 0.04, 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.31, 0.31, 0.31, 0.31, 0.31, 0.25, 0.2, 0.2 ], "FOM": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3N": [ 24.9, 16.0, 9.8, 9.8, 2.1, 2.1, 2.1, 2.1 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5, 0.5 ], "PH": [ 8.5, 8.5, 8.6, 8.6, 8.6, 8.6, 8.6, 8.6 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.27, 0.3, 0.28, 0.25, 0.24, 0.27, 0.27, 0.21 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 1000.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 80.0, "ResourceName": "SurfaceOrganicMatter", "Name": "Surface Organic Matter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "\r\nusing Models.PMF.Phen;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\n \r\nnamespace Models\r\n{\r\n [Serializable] \r\n [System.Xml.Serialization.XmlInclude(typeof(Model))]\r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link] private Clock Clock;\r\n [Link] private Simulation sim;\r\n [Link] private Summary Summary;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n \r\n [Description(\"Cultivar\")]\r\n public string Cultivar { get; set; }\r\n \r\n [XmlIgnore] public bool Sown { get; set; }\r\n [XmlIgnore] public bool Harvested { get; set; }\r\n [XmlIgnore] public bool EndSet { get; set; }\r\n \r\n [EventSubscribe(\"StartOfSimulation\")]\r\n private void OnSimulationCommencing(object sender, EventArgs e)\r\n {\r\n Sown = false;\r\n Harvested = false;\r\n EndSet = false;\r\n }\r\n \r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Sown == false)\r\n {\r\n Wheat.Sow(population: 200, cultivar: Cultivar, depth: 15, rowSpacing: 150, budNumber: 1);\r\n Sown = true;\r\n }\r\n \r\n if (phenology.CurrentPhase.Name == \"ReadyForHarvesting\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n Harvested = true;\r\n Summary.WriteMessage(this, \"Flowering reached so setting end date to stop simulation\");\r\n }\r\n \r\n if ((Harvested == true) && (EndSet == false))\r\n {\r\n sim.Set(\"Clock.EndDate\", Clock.Today.AddDays(1));\r\n EndSet = true;\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": [ { "Key": "Cultivar", "Value": "Amarok" } ], "Name": "SowAndHarvest", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "CPTCultClaire", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Clock].StartDate = 2000-03-03,2000-05-15,2001-04-09,2001-06-15,2001-08-09,2002-03-07,2002-05-15,2002-09-09,2003-03-14,2003-05-21,2003-09-02,2004-03-23,2004-05-28,2004-09-06,2005-04-04,2005-05-27,2005-09-05,2005-12-05,2006-03-13,2006-05-10,2006-12-14,2007-04-24,2007-06-28,2007-09-13,2007-11-29,2008-04-11,2008-06-06,2008-09-11,2008-12-05,2009-03-20,2009-06-05,2009-08-24,2009-12-07,2010-03-30,2010-07-06,2010-10-04,2010-11-30,2011-03-30,2011-05-11,2011-09-09,2011-12-09,2012-04-05,2012-06-28", "Name": "Sow", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "LincolnCPTClaire", "Children": [ { "$type": "Models.Clock, Models", "Start": "1991-06-08T00:00:00", "End": "2013-07-01T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "lincoln.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "LincolnSoil", "LocalName": "Lincoln", "Site": "Lincoln", "NearestTown": "Unknown", "Region": "NZ", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3 ], "AirDry": [ 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05 ], "LL15": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "DUL": [ 0.31, 0.3, 0.28, 0.31, 0.3, 0.28, 0.3, 0.34 ], "SAT": [ 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.03, 0.02, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 0.6, 0.4, 0.4, 0.4 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 7.0, "SummerCona": 3.0, "WinterDate": "1-Apr", "WinterU": 7.0, "WinterCona": 3.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.2, "CN2Bare": 75.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "SWCON": [ 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "FOMCNRatio": 0.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "Carbon": [ 0.35, 0.27, 0.24, 0.16, 0.16, 0.3, 0.1, 0.1 ], "SoilCNRatio": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "FBiom": [ 0.04, 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.31, 0.31, 0.31, 0.31, 0.31, 0.25, 0.2, 0.2 ], "FOM": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3N": [ 24.9, 16.0, 9.8, 9.8, 2.1, 2.1, 2.1, 2.1 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5, 0.5 ], "PH": [ 8.5, 8.5, 8.6, 8.6, 8.6, 8.6, 8.6, 8.6 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.27, 0.3, 0.28, 0.25, 0.24, 0.27, 0.27, 0.21 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial water", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": false, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 1000.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 80.0, "ResourceName": "SurfaceOrganicMatter", "Name": "Surface Organic Matter", "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "\r\nusing Models.PMF.Phen;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\n \r\nnamespace Models\r\n{\r\n [Serializable] \r\n [System.Xml.Serialization.XmlInclude(typeof(Model))]\r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link] private Clock Clock;\r\n [Link] private Simulation sim;\r\n [Link] private Summary Summary;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n \r\n [Description(\"Cultivar\")]\r\n public string Cultivar { get; set; }\r\n \r\n [XmlIgnore] public bool Sown { get; set; }\r\n [XmlIgnore] public bool Harvested { get; set; }\r\n [XmlIgnore] public bool EndSet { get; set; }\r\n \r\n [EventSubscribe(\"StartOfSimulation\")]\r\n private void OnSimulationCommencing(object sender, EventArgs e)\r\n {\r\n Sown = false;\r\n Harvested = false;\r\n EndSet = false;\r\n }\r\n \r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Sown == false)\r\n {\r\n Wheat.Sow(population: 200, cultivar: Cultivar, depth: 15, rowSpacing: 150, budNumber: 1);\r\n Sown = true;\r\n }\r\n \r\n if (phenology.CurrentPhase.Name == \"ReadyForHarvesting\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n Harvested = true;\r\n Summary.WriteMessage(this, \"Flowering reached so setting end date to stop simulation\");\r\n }\r\n \r\n if ((Harvested == true) && (EndSet == false))\r\n {\r\n sim.Set(\"Clock.EndDate\", Clock.Today.AddDays(1));\r\n EndSet = true;\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": [ { "Key": "Cultivar", "Value": "Claire" } ], "Name": "SowAndHarvest", "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": false, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": 0.0, "Maximum": 20.0, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "FLNdynamics", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.FinalLeafNumber", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.LeafTipsAppeared", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series1", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.AppearedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series11", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -11094807, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.ExpandedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series111", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.InitialisedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series1111", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": 0.0, "Maximum": 20.0, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Graph1", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "HarvestReport", "XFieldName": "Wheat.SowingDate.DayOfYear", "YFieldName": "Wheat.Phenology.FinalLeafNumber", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": 0.0, "Maximum": 20.0, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "HSTSDynamics", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.HaunStageTerminalSpikelet", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": 0.0, "Maximum": 20.0, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "FLNdynamics1", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.FinalLeafNumber", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": 0.0, "Maximum": 2.0, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Graph11", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Wheat.Phenology.MeanTemp", "YFieldName": "Wheat.Phenology.FinalLeafNumber.ValueToHold.VernalLeaves.RelativeVernalisation.RelativeVernalisation.AccumVern.DailyVrn.Vrn1Expression", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Graph111", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Vrn4", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Vrn1", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series1", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "CPTCultWakanui", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Clock].StartDate = 2005-04-04,2005-05-27,2006-03-13,2006-05-10,2008-04-11,2008-06-06", "Name": "Sow", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "LincolnCPTWakanui", "Children": [ { "$type": "Models.Clock, Models", "Start": "1991-06-08T00:00:00", "End": "2013-07-01T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "lincoln.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "LincolnSoil", "LocalName": "Lincoln", "Site": "Lincoln", "NearestTown": "Unknown", "Region": "NZ", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3 ], "AirDry": [ 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05 ], "LL15": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "DUL": [ 0.31, 0.3, 0.28, 0.31, 0.3, 0.28, 0.3, 0.34 ], "SAT": [ 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.03, 0.02, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 0.6, 0.4, 0.4, 0.4 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 7.0, "SummerCona": 3.0, "WinterDate": "1-Apr", "WinterU": 7.0, "WinterCona": 3.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.2, "CN2Bare": 75.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "SWCON": [ 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "FOMCNRatio": 0.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "Carbon": [ 0.35, 0.27, 0.24, 0.16, 0.16, 0.3, 0.1, 0.1 ], "SoilCNRatio": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "FBiom": [ 0.04, 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.31, 0.31, 0.31, 0.31, 0.31, 0.25, 0.2, 0.2 ], "FOM": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3N": [ 24.9, 16.0, 9.8, 9.8, 2.1, 2.1, 2.1, 2.1 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5, 0.5 ], "PH": [ 8.5, 8.5, 8.6, 8.6, 8.6, 8.6, 8.6, 8.6 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.27, 0.3, 0.28, 0.25, 0.24, 0.27, 0.27, 0.21 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 1000.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 80.0, "ResourceName": "SurfaceOrganicMatter", "Name": "Surface Organic Matter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "\r\nusing Models.PMF.Phen;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\n \r\nnamespace Models\r\n{\r\n [Serializable] \r\n [System.Xml.Serialization.XmlInclude(typeof(Model))]\r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link] private Clock Clock;\r\n [Link] private Simulation sim;\r\n [Link] private Summary Summary;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n \r\n [Description(\"Cultivar\")]\r\n public string Cultivar { get; set; }\r\n \r\n [XmlIgnore] public bool Sown { get; set; }\r\n [XmlIgnore] public bool Harvested { get; set; }\r\n [XmlIgnore] public bool EndSet { get; set; }\r\n \r\n [EventSubscribe(\"StartOfSimulation\")]\r\n private void OnSimulationCommencing(object sender, EventArgs e)\r\n {\r\n Sown = false;\r\n Harvested = false;\r\n EndSet = false;\r\n }\r\n \r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Sown == false)\r\n {\r\n Wheat.Sow(population: 200, cultivar: Cultivar, depth: 15, rowSpacing: 150, budNumber: 1);\r\n Sown = true;\r\n }\r\n \r\n if (phenology.CurrentPhase.Name == \"ReadyForHarvesting\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n Harvested = true;\r\n Summary.WriteMessage(this, \"Flowering reached so setting end date to stop simulation\");\r\n }\r\n \r\n if ((Harvested == true) && (EndSet == false))\r\n {\r\n sim.Set(\"Clock.EndDate\", Clock.Today.AddDays(1));\r\n EndSet = true;\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": [ { "Key": "Cultivar", "Value": "Wakanui" } ], "Name": "SowAndHarvest", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "CPTCultBattenSpring", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Clock].StartDate = 2009-03-20,2009-06-05,2009-08-24,2010-03-30,2010-07-06,2010-10-04,2010-11-30,2011-03-30,2011-05-11,2011-09-09,2012-04-05,2012-06-28,2012-09-25", "Name": "Sow", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "LincolnCPTBattenSpring", "Children": [ { "$type": "Models.Clock, Models", "Start": "1991-06-08T00:00:00", "End": "2013-07-01T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "lincoln.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "LincolnSoil", "LocalName": "Lincoln", "Site": "Lincoln", "NearestTown": "Unknown", "Region": "NZ", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3 ], "AirDry": [ 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05 ], "LL15": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "DUL": [ 0.31, 0.3, 0.28, 0.31, 0.3, 0.28, 0.3, 0.34 ], "SAT": [ 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.03, 0.02, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 0.6, 0.4, 0.4, 0.4 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 7.0, "SummerCona": 3.0, "WinterDate": "1-Apr", "WinterU": 7.0, "WinterCona": 3.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.2, "CN2Bare": 75.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "SWCON": [ 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "FOMCNRatio": 0.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "Carbon": [ 0.35, 0.27, 0.24, 0.16, 0.16, 0.3, 0.1, 0.1 ], "SoilCNRatio": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "FBiom": [ 0.04, 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.31, 0.31, 0.31, 0.31, 0.31, 0.25, 0.2, 0.2 ], "FOM": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3N": [ 24.9, 16.0, 9.8, 9.8, 2.1, 2.1, 2.1, 2.1 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5, 0.5 ], "PH": [ 8.5, 8.5, 8.6, 8.6, 8.6, 8.6, 8.6, 8.6 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.27, 0.3, 0.28, 0.25, 0.24, 0.27, 0.27, 0.21 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 1000.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 80.0, "ResourceName": "SurfaceOrganicMatter", "Name": "Surface Organic Matter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "\r\nusing Models.PMF.Phen;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\n \r\nnamespace Models\r\n{\r\n [Serializable] \r\n [System.Xml.Serialization.XmlInclude(typeof(Model))]\r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link] private Clock Clock;\r\n [Link] private Simulation sim;\r\n [Link] private Summary Summary;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n \r\n [Description(\"Cultivar\")]\r\n public string Cultivar { get; set; }\r\n \r\n [XmlIgnore] public bool Sown { get; set; }\r\n [XmlIgnore] public bool Harvested { get; set; }\r\n [XmlIgnore] public bool EndSet { get; set; }\r\n \r\n [EventSubscribe(\"StartOfSimulation\")]\r\n private void OnSimulationCommencing(object sender, EventArgs e)\r\n {\r\n Sown = false;\r\n Harvested = false;\r\n EndSet = false;\r\n }\r\n \r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Sown == false)\r\n {\r\n Wheat.Sow(population: 200, cultivar: Cultivar, depth: 15, rowSpacing: 150, budNumber: 1);\r\n Sown = true;\r\n }\r\n \r\n if (phenology.CurrentPhase.Name == \"ReadyForHarvesting\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n Harvested = true;\r\n Summary.WriteMessage(this, \"Flowering reached so setting end date to stop simulation\");\r\n }\r\n \r\n if ((Harvested == true) && (EndSet == false))\r\n {\r\n sim.Set(\"Clock.EndDate\", Clock.Today.AddDays(1));\r\n EndSet = true;\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": [ { "Key": "Cultivar", "Value": "BattenSpring" } ], "Name": "SowAndHarvest", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": 0.0, "Maximum": 20.0, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Graph1", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "HarvestReport", "XFieldName": "Wheat.SowingDate.DayOfYear", "YFieldName": "Wheat.Phenology.FinalLeafNumber", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "HarvestReport", "XFieldName": "Wheat.SowingDate.DayOfYear", "YFieldName": "Wheat.Phenology.FinalLeafNumber", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": 0.0, "Maximum": 20.0, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FLNdynamics1", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Sow", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.FinalLeafNumber", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Liguals", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Liguals", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FLN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Cultivar", "FactorToVaryMarkers": "Sow", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.SowingDate.DayOfYear", "YFieldName": "Pred-Obs.Wheat.Phenology.FlagLeafDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "CPTCultBattenWinter", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Clock].StartDate = 2009-03-20,2009-06-05,2009-08-24,2010-03-30,2010-07-06,2010-11-30,2011-03-30,2011-05-11,2011-09-09,2012-04-05,2012-06-28,2012-09-25", "Name": "Sow", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "LincolnCPTBattenWinter", "Children": [ { "$type": "Models.Clock, Models", "Start": "1991-06-08T00:00:00", "End": "2013-07-01T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "lincoln.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "LincolnSoil", "LocalName": "Lincoln", "Site": "Lincoln", "NearestTown": "Unknown", "Region": "NZ", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3 ], "AirDry": [ 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05 ], "LL15": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "DUL": [ 0.31, 0.3, 0.28, 0.31, 0.3, 0.28, 0.3, 0.34 ], "SAT": [ 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.03, 0.02, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 0.6, 0.4, 0.4, 0.4 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 7.0, "SummerCona": 3.0, "WinterDate": "1-Apr", "WinterU": 7.0, "WinterCona": 3.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.2, "CN2Bare": 75.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "SWCON": [ 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "FOMCNRatio": 0.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "Carbon": [ 0.35, 0.27, 0.24, 0.16, 0.16, 0.3, 0.1, 0.1 ], "SoilCNRatio": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "FBiom": [ 0.04, 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.31, 0.31, 0.31, 0.31, 0.31, 0.25, 0.2, 0.2 ], "FOM": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3N": [ 24.9, 16.0, 9.8, 9.8, 2.1, 2.1, 2.1, 2.1 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5, 0.5 ], "PH": [ 8.5, 8.5, 8.6, 8.6, 8.6, 8.6, 8.6, 8.6 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.27, 0.3, 0.28, 0.25, 0.24, 0.27, 0.27, 0.21 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 1000.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 80.0, "ResourceName": "SurfaceOrganicMatter", "Name": "Surface Organic Matter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "\r\nusing Models.PMF.Phen;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\n \r\nnamespace Models\r\n{\r\n [Serializable] \r\n [System.Xml.Serialization.XmlInclude(typeof(Model))]\r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link] private Clock Clock;\r\n [Link] private Simulation sim;\r\n [Link] private Summary Summary;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n \r\n [Description(\"Cultivar\")]\r\n public string Cultivar { get; set; }\r\n \r\n [XmlIgnore] public bool Sown { get; set; }\r\n [XmlIgnore] public bool Harvested { get; set; }\r\n [XmlIgnore] public bool EndSet { get; set; }\r\n \r\n [EventSubscribe(\"StartOfSimulation\")]\r\n private void OnSimulationCommencing(object sender, EventArgs e)\r\n {\r\n Sown = false;\r\n Harvested = false;\r\n EndSet = false;\r\n }\r\n \r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Sown == false)\r\n {\r\n Wheat.Sow(population: 200, cultivar: Cultivar, depth: 15, rowSpacing: 150, budNumber: 1);\r\n Sown = true;\r\n }\r\n \r\n if (phenology.CurrentPhase.Name == \"ReadyForHarvesting\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n Harvested = true;\r\n Summary.WriteMessage(this, \"Flowering reached so setting end date to stop simulation\");\r\n }\r\n \r\n if ((Harvested == true) && (EndSet == false))\r\n {\r\n sim.Set(\"Clock.EndDate\", Clock.Today.AddDays(1));\r\n EndSet = true;\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": [ { "Key": "Cultivar", "Value": "BattenWinter" } ], "Name": "SowAndHarvest", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "CPTCultYitpi", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Clock].StartDate = 2009-03-20,2009-06-05,2009-08-24,2010-03-30,2010-07-06,2010-10-04,2010-11-30,2011-03-30,2011-05-11,2011-09-09,2012-04-05,2012-06-28,2012-09-25", "Name": "Sow", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[SowAndHarvest].Script.Cultivar = Yitpi", "Name": "Cv", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "LincolnCPTYitpi", "Children": [ { "$type": "Models.Clock, Models", "Start": "1991-06-08T00:00:00", "End": "2013-07-01T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "lincoln.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "LincolnSoil", "LocalName": "Lincoln", "Site": "Lincoln", "NearestTown": "Unknown", "Region": "NZ", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3 ], "AirDry": [ 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05 ], "LL15": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "DUL": [ 0.31, 0.3, 0.28, 0.31, 0.3, 0.28, 0.3, 0.34 ], "SAT": [ 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.03, 0.02, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 0.6, 0.4, 0.4, 0.4 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 7.0, "SummerCona": 3.0, "WinterDate": "1-Apr", "WinterU": 7.0, "WinterCona": 3.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.2, "CN2Bare": 75.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "SWCON": [ 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "FOMCNRatio": 0.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "Carbon": [ 0.35, 0.27, 0.24, 0.16, 0.16, 0.3, 0.1, 0.1 ], "SoilCNRatio": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "FBiom": [ 0.04, 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.31, 0.31, 0.31, 0.31, 0.31, 0.25, 0.2, 0.2 ], "FOM": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3N": [ 24.9, 16.0, 9.8, 9.8, 2.1, 2.1, 2.1, 2.1 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5, 0.5 ], "PH": [ 8.5, 8.5, 8.6, 8.6, 8.6, 8.6, 8.6, 8.6 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.27, 0.3, 0.28, 0.25, 0.24, 0.27, 0.27, 0.21 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 1000.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 80.0, "ResourceName": "SurfaceOrganicMatter", "Name": "Surface Organic Matter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "\r\nusing Models.PMF.Phen;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\n \r\nnamespace Models\r\n{\r\n [Serializable] \r\n [System.Xml.Serialization.XmlInclude(typeof(Model))]\r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link] private Clock Clock;\r\n [Link] private Simulation sim;\r\n [Link] private Summary Summary;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n \r\n [Description(\"Cultivar\")]\r\n public string Cultivar { get; set; }\r\n \r\n [XmlIgnore] public bool Sown { get; set; }\r\n [XmlIgnore] public bool Harvested { get; set; }\r\n [XmlIgnore] public bool EndSet { get; set; }\r\n \r\n [EventSubscribe(\"StartOfSimulation\")]\r\n private void OnSimulationCommencing(object sender, EventArgs e)\r\n {\r\n Sown = false;\r\n Harvested = false;\r\n EndSet = false;\r\n }\r\n \r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Sown == false)\r\n {\r\n Wheat.Sow(population: 200, cultivar: Cultivar, depth: 15, rowSpacing: 150, budNumber: 1);\r\n Sown = true;\r\n }\r\n \r\n if (phenology.CurrentPhase.Name == \"ReadyForHarvesting\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n Harvested = true;\r\n Summary.WriteMessage(this, \"Flowering reached so setting end date to stop simulation\");\r\n }\r\n \r\n if ((Harvested == true) && (EndSet == false))\r\n {\r\n sim.Set(\"Clock.EndDate\", Clock.Today.AddDays(1));\r\n EndSet = true;\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": [ { "Key": "Cultivar", "Value": "Yitpi" }, { "Key": "Sown", "Value": "False" }, { "Key": "Harvested", "Value": "False" }, { "Key": "EndSet", "Value": "False" } ], "Name": "SowAndHarvest", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "CPTCultSunco", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Clock].StartDate = 2009-03-20,2009-06-05,2009-08-24,2010-03-30,2010-07-06,2010-10-04,2010-11-30,2011-03-30,2011-05-11,2011-09-09,2012-04-05,2012-06-28,2012-09-25", "Name": "Sow", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "LincolnCPTSunco", "Children": [ { "$type": "Models.Clock, Models", "Start": "1991-06-08T00:00:00", "End": "2013-07-01T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "lincoln.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "LincolnSoil", "LocalName": "Lincoln", "Site": "Lincoln", "NearestTown": "Unknown", "Region": "NZ", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3 ], "AirDry": [ 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05 ], "LL15": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "DUL": [ 0.31, 0.3, 0.28, 0.31, 0.3, 0.28, 0.3, 0.34 ], "SAT": [ 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.03, 0.02, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 0.6, 0.4, 0.4, 0.4 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 7.0, "SummerCona": 3.0, "WinterDate": "1-Apr", "WinterU": 7.0, "WinterCona": 3.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.2, "CN2Bare": 75.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "SWCON": [ 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "FOMCNRatio": 0.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "Carbon": [ 0.35, 0.27, 0.24, 0.16, 0.16, 0.3, 0.1, 0.1 ], "SoilCNRatio": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "FBiom": [ 0.04, 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.31, 0.31, 0.31, 0.31, 0.31, 0.25, 0.2, 0.2 ], "FOM": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3N": [ 24.9, 16.0, 9.8, 9.8, 2.1, 2.1, 2.1, 2.1 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5, 0.5 ], "PH": [ 8.5, 8.5, 8.6, 8.6, 8.6, 8.6, 8.6, 8.6 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.27, 0.3, 0.28, 0.25, 0.24, 0.27, 0.27, 0.21 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 1000.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 80.0, "ResourceName": "SurfaceOrganicMatter", "Name": "Surface Organic Matter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "\r\nusing Models.PMF.Phen;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\n \r\nnamespace Models\r\n{\r\n [Serializable] \r\n [System.Xml.Serialization.XmlInclude(typeof(Model))]\r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link] private Clock Clock;\r\n [Link] private Simulation sim;\r\n [Link] private Summary Summary;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n \r\n [Description(\"Cultivar\")]\r\n public string Cultivar { get; set; }\r\n \r\n [XmlIgnore] public bool Sown { get; set; }\r\n [XmlIgnore] public bool Harvested { get; set; }\r\n [XmlIgnore] public bool EndSet { get; set; }\r\n \r\n [EventSubscribe(\"StartOfSimulation\")]\r\n private void OnSimulationCommencing(object sender, EventArgs e)\r\n {\r\n Sown = false;\r\n Harvested = false;\r\n EndSet = false;\r\n }\r\n \r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Sown == false)\r\n {\r\n Wheat.Sow(population: 200, cultivar: Cultivar, depth: 15, rowSpacing: 150, budNumber: 1);\r\n Sown = true;\r\n }\r\n \r\n if (phenology.CurrentPhase.Name == \"ReadyForHarvesting\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n Harvested = true;\r\n Summary.WriteMessage(this, \"Flowering reached so setting end date to stop simulation\");\r\n }\r\n \r\n if ((Harvested == true) && (EndSet == false))\r\n {\r\n sim.Set(\"Clock.EndDate\", Clock.Today.AddDays(1));\r\n EndSet = true;\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": [ { "Key": "Cultivar", "Value": "Sunco" } ], "Name": "SowAndHarvest", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "CPTCultMcCubbin", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Clock].StartDate = 2009-03-20,2009-06-05,2009-08-24,2010-03-30,2010-07-06,2010-10-04,2010-11-30,2011-03-30,2011-05-11,2011-09-09,2012-04-05,2012-06-28,2012-09-25", "Name": "Sow", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "LincolnCPTMcCubbin", "Children": [ { "$type": "Models.Clock, Models", "Start": "1991-06-08T00:00:00", "End": "2013-07-01T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "lincoln.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "LincolnSoil", "LocalName": "Lincoln", "Site": "Lincoln", "NearestTown": "Unknown", "Region": "NZ", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3 ], "AirDry": [ 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05 ], "LL15": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "DUL": [ 0.31, 0.3, 0.28, 0.31, 0.3, 0.28, 0.3, 0.34 ], "SAT": [ 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.03, 0.02, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 0.6, 0.4, 0.4, 0.4 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 7.0, "SummerCona": 3.0, "WinterDate": "1-Apr", "WinterU": 7.0, "WinterCona": 3.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.2, "CN2Bare": 75.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "SWCON": [ 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "FOMCNRatio": 0.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "Carbon": [ 0.35, 0.27, 0.24, 0.16, 0.16, 0.3, 0.1, 0.1 ], "SoilCNRatio": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "FBiom": [ 0.04, 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.31, 0.31, 0.31, 0.31, 0.31, 0.25, 0.2, 0.2 ], "FOM": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3N": [ 24.9, 16.0, 9.8, 9.8, 2.1, 2.1, 2.1, 2.1 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5, 0.5 ], "PH": [ 8.5, 8.5, 8.6, 8.6, 8.6, 8.6, 8.6, 8.6 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.27, 0.3, 0.28, 0.25, 0.24, 0.27, 0.27, 0.21 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial water", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": false, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 1000.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 80.0, "ResourceName": "SurfaceOrganicMatter", "Name": "Surface Organic Matter", "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "\r\nusing Models.PMF.Phen;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\n \r\nnamespace Models\r\n{\r\n [Serializable] \r\n [System.Xml.Serialization.XmlInclude(typeof(Model))]\r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link] private Clock Clock;\r\n [Link] private Simulation sim;\r\n [Link] private Summary Summary;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n \r\n [Description(\"Cultivar\")]\r\n public string Cultivar { get; set; }\r\n \r\n [XmlIgnore] public bool Sown { get; set; }\r\n [XmlIgnore] public bool Harvested { get; set; }\r\n [XmlIgnore] public bool EndSet { get; set; }\r\n \r\n [EventSubscribe(\"StartOfSimulation\")]\r\n private void OnSimulationCommencing(object sender, EventArgs e)\r\n {\r\n Sown = false;\r\n Harvested = false;\r\n EndSet = false;\r\n }\r\n \r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Sown == false)\r\n {\r\n Wheat.Sow(population: 200, cultivar: Cultivar, depth: 15, rowSpacing: 150, budNumber: 1);\r\n Sown = true;\r\n }\r\n \r\n if (phenology.CurrentPhase.Name == \"ReadyForHarvesting\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n Harvested = true;\r\n Summary.WriteMessage(this, \"Flowering reached so setting end date to stop simulation\");\r\n }\r\n \r\n if ((Harvested == true) && (EndSet == false))\r\n {\r\n sim.Set(\"Clock.EndDate\", Clock.Today.AddDays(1));\r\n EndSet = true;\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": [ { "Key": "Cultivar", "Value": "McCubbin" } ], "Name": "SowAndHarvest", "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": false, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "CPTCultMacKellar", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Clock].StartDate = 2009-03-20,2009-06-05,2009-08-24,2010-03-30,2010-07-06,2010-10-04,2010-11-30,2011-03-30,2011-05-11,2011-09-09,2012-04-05,2012-06-28,2012-09-25", "Name": "Sow", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "LincolnCPTMacKellar", "Children": [ { "$type": "Models.Clock, Models", "Start": "1991-06-08T00:00:00", "End": "2013-07-01T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "lincoln.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "LincolnSoil", "LocalName": "Lincoln", "Site": "Lincoln", "NearestTown": "Unknown", "Region": "NZ", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3 ], "AirDry": [ 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05 ], "LL15": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "DUL": [ 0.31, 0.3, 0.28, 0.31, 0.3, 0.28, 0.3, 0.34 ], "SAT": [ 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.03, 0.02, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 0.6, 0.4, 0.4, 0.4 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 7.0, "SummerCona": 3.0, "WinterDate": "1-Apr", "WinterU": 7.0, "WinterCona": 3.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.2, "CN2Bare": 75.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "SWCON": [ 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "FOMCNRatio": 0.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "Carbon": [ 0.35, 0.27, 0.24, 0.16, 0.16, 0.3, 0.1, 0.1 ], "SoilCNRatio": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "FBiom": [ 0.04, 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.31, 0.31, 0.31, 0.31, 0.31, 0.25, 0.2, 0.2 ], "FOM": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3N": [ 24.9, 16.0, 9.8, 9.8, 2.1, 2.1, 2.1, 2.1 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5, 0.5 ], "PH": [ 8.5, 8.5, 8.6, 8.6, 8.6, 8.6, 8.6, 8.6 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.27, 0.3, 0.28, 0.25, 0.24, 0.27, 0.27, 0.21 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial water", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": false, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 1000.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 80.0, "ResourceName": "SurfaceOrganicMatter", "Name": "Surface Organic Matter", "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "\r\nusing Models.PMF.Phen;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\n \r\nnamespace Models\r\n{\r\n [Serializable] \r\n [System.Xml.Serialization.XmlInclude(typeof(Model))]\r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link] private Clock Clock;\r\n [Link] private Simulation sim;\r\n [Link] private Summary Summary;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n \r\n [Description(\"Cultivar\")]\r\n public string Cultivar { get; set; }\r\n \r\n [XmlIgnore] public bool Sown { get; set; }\r\n [XmlIgnore] public bool Harvested { get; set; }\r\n [XmlIgnore] public bool EndSet { get; set; }\r\n \r\n [EventSubscribe(\"StartOfSimulation\")]\r\n private void OnSimulationCommencing(object sender, EventArgs e)\r\n {\r\n Sown = false;\r\n Harvested = false;\r\n EndSet = false;\r\n }\r\n \r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Sown == false)\r\n {\r\n Wheat.Sow(population: 200, cultivar: Cultivar, depth: 15, rowSpacing: 150, budNumber: 1);\r\n Sown = true;\r\n }\r\n \r\n if (phenology.CurrentPhase.Name == \"ReadyForHarvesting\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n Harvested = true;\r\n Summary.WriteMessage(this, \"Flowering reached so setting end date to stop simulation\");\r\n }\r\n \r\n if ((Harvested == true) && (EndSet == false))\r\n {\r\n sim.Set(\"Clock.EndDate\", Clock.Today.AddDays(1));\r\n EndSet = true;\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": [ { "Key": "Cultivar", "Value": "MacKellar" } ], "Name": "SowAndHarvest", "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": false, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "CPTCultJanz", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Clock].StartDate = 2009-03-20,2009-06-05,2009-08-24,2010-03-30,2010-07-06,2010-10-04,2010-11-30,2011-03-30,2011-05-11,2011-09-09,2012-04-05,2012-06-28,2012-09-25", "Name": "Sow", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[SowAndHarvest].Script.Cultivar = Janz", "Name": "Cv", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "LincolnCPTJanz", "Children": [ { "$type": "Models.Clock, Models", "Start": "1991-06-08T00:00:00", "End": "2013-07-01T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "lincoln.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "LincolnSoil", "LocalName": "Lincoln", "Site": "Lincoln", "NearestTown": "Unknown", "Region": "NZ", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3 ], "AirDry": [ 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05 ], "LL15": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "DUL": [ 0.31, 0.3, 0.28, 0.31, 0.3, 0.28, 0.3, 0.34 ], "SAT": [ 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.03, 0.02, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 0.6, 0.4, 0.4, 0.4 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 7.0, "SummerCona": 3.0, "WinterDate": "1-Apr", "WinterU": 7.0, "WinterCona": 3.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.2, "CN2Bare": 75.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "SWCON": [ 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "FOMCNRatio": 0.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "Carbon": [ 0.35, 0.27, 0.24, 0.16, 0.16, 0.3, 0.1, 0.1 ], "SoilCNRatio": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "FBiom": [ 0.04, 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.31, 0.31, 0.31, 0.31, 0.31, 0.25, 0.2, 0.2 ], "FOM": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3N": [ 24.9, 16.0, 9.8, 9.8, 2.1, 2.1, 2.1, 2.1 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5, 0.5 ], "PH": [ 8.5, 8.5, 8.6, 8.6, 8.6, 8.6, 8.6, 8.6 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.27, 0.3, 0.28, 0.25, 0.24, 0.27, 0.27, 0.21 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 1000.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 80.0, "ResourceName": "SurfaceOrganicMatter", "Name": "Surface Organic Matter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "\r\nusing Models.PMF.Phen;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\n \r\nnamespace Models\r\n{\r\n [Serializable] \r\n [System.Xml.Serialization.XmlInclude(typeof(Model))]\r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link] private Clock Clock;\r\n [Link] private Simulation sim;\r\n [Link] private Summary Summary;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n \r\n [Description(\"Cultivar\")]\r\n public string Cultivar { get; set; }\r\n \r\n [XmlIgnore] public bool Sown { get; set; }\r\n [XmlIgnore] public bool Harvested { get; set; }\r\n [XmlIgnore] public bool EndSet { get; set; }\r\n \r\n [EventSubscribe(\"StartOfSimulation\")]\r\n private void OnSimulationCommencing(object sender, EventArgs e)\r\n {\r\n Sown = false;\r\n Harvested = false;\r\n EndSet = false;\r\n }\r\n \r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Sown == false)\r\n {\r\n Wheat.Sow(population: 200, cultivar: Cultivar, depth: 15, rowSpacing: 150, budNumber: 1);\r\n Sown = true;\r\n }\r\n \r\n if (phenology.CurrentPhase.Name == \"ReadyForHarvesting\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n Harvested = true;\r\n Summary.WriteMessage(this, \"Flowering reached so setting end date to stop simulation\");\r\n }\r\n \r\n if ((Harvested == true) && (EndSet == false))\r\n {\r\n sim.Set(\"Clock.EndDate\", Clock.Today.AddDays(1));\r\n EndSet = true;\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": [ { "Key": "Cultivar", "Value": "Janz" }, { "Key": "Sown", "Value": "False" }, { "Key": "Harvested", "Value": "False" }, { "Key": "EndSet", "Value": "False" } ], "Name": "SowAndHarvest", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "CPTCultLang", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Clock].StartDate = 2009-03-20,2009-06-05,2009-08-24,2010-03-30,2010-07-06,2010-10-04,2010-11-30,2011-03-30,2011-05-11,2011-09-09,2012-04-05,2012-06-28,2012-09-25", "Name": "Sow", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "LincolnCPTLang", "Children": [ { "$type": "Models.Clock, Models", "Start": "1991-06-08T00:00:00", "End": "2013-07-01T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "lincoln.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "LincolnSoil", "LocalName": "Lincoln", "Site": "Lincoln", "NearestTown": "Unknown", "Region": "NZ", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3 ], "AirDry": [ 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05 ], "LL15": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "DUL": [ 0.31, 0.3, 0.28, 0.31, 0.3, 0.28, 0.3, 0.34 ], "SAT": [ 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.03, 0.02, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 0.6, 0.4, 0.4, 0.4 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 7.0, "SummerCona": 3.0, "WinterDate": "1-Apr", "WinterU": 7.0, "WinterCona": 3.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.2, "CN2Bare": 75.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "SWCON": [ 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "FOMCNRatio": 0.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "Carbon": [ 0.35, 0.27, 0.24, 0.16, 0.16, 0.3, 0.1, 0.1 ], "SoilCNRatio": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "FBiom": [ 0.04, 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.31, 0.31, 0.31, 0.31, 0.31, 0.25, 0.2, 0.2 ], "FOM": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3N": [ 24.9, 16.0, 9.8, 9.8, 2.1, 2.1, 2.1, 2.1 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5, 0.5 ], "PH": [ 8.5, 8.5, 8.6, 8.6, 8.6, 8.6, 8.6, 8.6 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.27, 0.3, 0.28, 0.25, 0.24, 0.27, 0.27, 0.21 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial water", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": false, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 1000.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 80.0, "ResourceName": "SurfaceOrganicMatter", "Name": "Surface Organic Matter", "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "\r\nusing Models.PMF.Phen;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\n \r\nnamespace Models\r\n{\r\n [Serializable] \r\n [System.Xml.Serialization.XmlInclude(typeof(Model))]\r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link] private Clock Clock;\r\n [Link] private Simulation sim;\r\n [Link] private Summary Summary;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n \r\n [Description(\"Cultivar\")]\r\n public string Cultivar { get; set; }\r\n \r\n [XmlIgnore] public bool Sown { get; set; }\r\n [XmlIgnore] public bool Harvested { get; set; }\r\n [XmlIgnore] public bool EndSet { get; set; }\r\n \r\n [EventSubscribe(\"StartOfSimulation\")]\r\n private void OnSimulationCommencing(object sender, EventArgs e)\r\n {\r\n Sown = false;\r\n Harvested = false;\r\n EndSet = false;\r\n }\r\n \r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Sown == false)\r\n {\r\n Wheat.Sow(population: 200, cultivar: Cultivar, depth: 15, rowSpacing: 150, budNumber: 1);\r\n Sown = true;\r\n }\r\n \r\n if (phenology.CurrentPhase.Name == \"ReadyForHarvesting\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n Harvested = true;\r\n Summary.WriteMessage(this, \"Flowering reached so setting end date to stop simulation\");\r\n }\r\n \r\n if ((Harvested == true) && (EndSet == false))\r\n {\r\n sim.Set(\"Clock.EndDate\", Clock.Today.AddDays(1));\r\n EndSet = true;\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": [ { "Key": "Cultivar", "Value": "Lang" } ], "Name": "SowAndHarvest", "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": false, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "CPTCultH45", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Clock].StartDate = 2009-03-20,2009-06-05,2009-08-24,2010-03-30,2010-07-06,2010-10-04,2010-11-30,2011-03-30,2011-05-11,2011-09-09,2012-04-05,2012-06-28,2012-09-25", "Name": "Sow", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "LincolnCPTH45", "Children": [ { "$type": "Models.Clock, Models", "Start": "1991-06-08T00:00:00", "End": "2013-07-01T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "lincoln.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "LincolnSoil", "LocalName": "Lincoln", "Site": "Lincoln", "NearestTown": "Unknown", "Region": "NZ", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3, 1.3 ], "AirDry": [ 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05 ], "LL15": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "DUL": [ 0.31, 0.3, 0.28, 0.31, 0.3, 0.28, 0.3, 0.34 ], "SAT": [ 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44, 0.44 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.08, 0.07, 0.07, 0.09, 0.11, 0.16, 0.15, 0.12 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.03, 0.02, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 0.6, 0.4, 0.4, 0.4 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 7.0, "SummerCona": 3.0, "WinterDate": "1-Apr", "WinterU": 7.0, "WinterCona": 3.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.2, "CN2Bare": 75.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "SWCON": [ 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "FOMCNRatio": 0.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "Carbon": [ 0.35, 0.27, 0.24, 0.16, 0.16, 0.3, 0.1, 0.1 ], "SoilCNRatio": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "FBiom": [ 0.04, 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.31, 0.31, 0.31, 0.31, 0.31, 0.25, 0.2, 0.2 ], "FOM": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3N": [ 24.9, 16.0, 9.8, 9.8, 2.1, 2.1, 2.1, 2.1 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5, 0.5 ], "PH": [ 8.5, 8.5, 8.6, 8.6, 8.6, 8.6, 8.6, 8.6 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.27, 0.3, 0.28, 0.25, 0.24, 0.27, 0.27, 0.21 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 1000.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 80.0, "ResourceName": "SurfaceOrganicMatter", "Name": "Surface Organic Matter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "\r\nusing Models.PMF.Phen;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\n \r\nnamespace Models\r\n{\r\n [Serializable] \r\n [System.Xml.Serialization.XmlInclude(typeof(Model))]\r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link] private Clock Clock;\r\n [Link] private Simulation sim;\r\n [Link] private Summary Summary;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n \r\n [Description(\"Cultivar\")]\r\n public string Cultivar { get; set; }\r\n \r\n [XmlIgnore] public bool Sown { get; set; }\r\n [XmlIgnore] public bool Harvested { get; set; }\r\n [XmlIgnore] public bool EndSet { get; set; }\r\n \r\n [EventSubscribe(\"StartOfSimulation\")]\r\n private void OnSimulationCommencing(object sender, EventArgs e)\r\n {\r\n Sown = false;\r\n Harvested = false;\r\n EndSet = false;\r\n }\r\n \r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Sown == false)\r\n {\r\n Wheat.Sow(population: 200, cultivar: Cultivar, depth: 15, rowSpacing: 150, budNumber: 1);\r\n Sown = true;\r\n }\r\n \r\n if (phenology.CurrentPhase.Name == \"ReadyForHarvesting\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n Harvested = true;\r\n Summary.WriteMessage(this, \"Flowering reached so setting end date to stop simulation\");\r\n }\r\n \r\n if ((Harvested == true) && (EndSet == false))\r\n {\r\n sim.Set(\"Clock.EndDate\", Clock.Today.AddDays(1));\r\n EndSet = true;\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": [ { "Key": "Cultivar", "Value": "H45" } ], "Name": "SowAndHarvest", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Liguals", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Liguals", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 2, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FLN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.SowingDate.DayOfYear", "YFieldName": "Pred-Obs.Wheat.Phenology.FlagLeafDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Liguals", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Liguals", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Leaf Appearance", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "DailyObsPred", "XFieldName": "Observed.Wheat.Leaf.ExpandedCohortNo", "YFieldName": "Predicted.Wheat.Leaf.ExpandedCohortNo", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Yield", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Yield", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Harvest Yield", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.Wt", "YFieldName": "Predicted.Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Yield", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Yield", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Harvest Biomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.AboveGround.Wt", "YFieldName": "Predicted.Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "GrainNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.Number", "YFieldName": "Predicted.Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FlagLeafDate", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.FlagLeafDAS", "YFieldName": "Predicted.Wheat.Phenology.FlagLeafDAS", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Yield", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Yield", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Harvest N", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.AboveGround.N", "YFieldName": "Predicted.Wheat.AboveGround.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PostSimulationTools.PredictedObserved, Models", "PredictedTableName": "HarvestReport", "ObservedTableName": "Observed", "FieldNameUsedForMatch": "Wheat.Phenology.CurrentStageName", "FieldName2UsedForMatch": null, "FieldName3UsedForMatch": null, "AllColumns": false, "Name": "NZObsPred", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Yield", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Yield", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Grain Size", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.Size", "YFieldName": "Predicted.Wheat.Grain.Size", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FLN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 4, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.FinalLeafNumber", "YFieldName": "Predicted.Wheat.Phenology.FinalLeafNumber", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Southern Australia", "Children": [ { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "van Herwaarden et al 1998", "Children": [ { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Wagga1991", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[NSchedule]", "Name": "N", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1991-05-26", "Action": "[Fertiliser].Apply(Amount: 0, Type: Fertiliser.Types.Urea);", "Enabled": true } ], "Name": "0", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1991-05-26", "Action": "[Fertiliser].Apply(Amount: 40, Type: Fertiliser.Types.Urea);", "Enabled": true } ], "Name": "40", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1991-05-26", "Action": "[Fertiliser].Apply(Amount: 80, Type: Fertiliser.Types.Urea);", "Enabled": true } ], "Name": "80", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1991-05-26", "Action": "[Fertiliser].Apply(Amount: 120, Type: Fertiliser.Types.Urea);", "Enabled": true } ], "Name": "120", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1991-05-26", "Action": "[Fertiliser].Apply(Amount: 160, Type: Fertiliser.Types.Urea);", "Enabled": true } ], "Name": "160", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1991-05-26", "Action": "[Fertiliser].Apply(Amount: 200, Type: Fertiliser.Types.Urea);", "Enabled": true } ], "Name": "200", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Wagga91Base", "Children": [ { "$type": "Models.Clock, Models", "Start": "1991-05-24T00:00:00", "End": "1991-12-12T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Wagga1991.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "canola", "InitialResidueType": "canola", "InitialResidueMass": 1000.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 80.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1991-05-26", "Action": "[Wheat].Sow(population:138, cultivar:\"Matong\", depth:30, rowSpacing:200);", "Enabled": true } ], "Name": "CropSchedule", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": null, "Name": "NSchedule", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 265, "ASCOrder": "Kandasol", "ASCSubOrder": "Red", "SoilType": "?", "LocalName": null, "Site": "Generic", "NearestTown": "Wagga Wagga", "Region": "Riverina", "State": "New South Wales", "Country": "Australia", "NaturalVegetation": null, "ApsoilNumber": "498-GENERIC", "Latitude": -35.115549, "Longitude": 147.369477, "LocationAccuracy": "Regional Soil Type", "YearOfSampling": null, "DataSource": "Generic soil", "Comments": "Generic soil developed for CSU.", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-25", "25-40", "40-55", "55-70", "70-100", "100-130", "130-160" ], "Thickness": [ 100.0, 150.0, 150.0, 150.0, 150.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.48, 1.5, 1.45, 1.37, 1.43, 1.55, 1.67, 1.62 ], "AirDry": [ 0.055, 0.104, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15 ], "LL15": [ 0.11, 0.13, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15 ], "DUL": [ 0.29, 0.27, 0.25, 0.28, 0.29, 0.31, 0.31, 0.32 ], "SAT": [ 0.35, 0.34, 0.32, 0.36, 0.35, 0.34, 0.34, 0.35 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.11, 0.13, 0.15, 0.17, 0.19, 0.22, 0.23, 0.25 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06 ], "XF": [ 1.0, 1.0, 1.0, 0.9, 0.9, 0.9, 0.9, 0.8 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 3.5, "WinterDate": "1-Apr", "WinterU": 2.0, "WinterCona": 2.0, "DiffusConst": 44.0, "DiffusSlope": 16.0, "Salb": 0.13, "CN2Bare": 75.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 100.0, 150.0, 150.0, 150.0, 150.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.5, 0.4, 0.3, 0.3, 0.2, 0.1, 0.1, 0.1 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-25", "25-40", "40-55", "55-70", "70-100", "100-130", "130-160" ], "FOMCNRatio": 45.0, "Thickness": [ 100.0, 150.0, 150.0, 150.0, 150.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.0, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5 ], "SoilCNRatio": [ 12.5, 12.5, 12.5, 12.5, 12.5, 12.5, 12.5, 12.5 ], "FBiom": [ 0.03, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.7, 0.8, 0.9, 0.9, 1.0, 1.0 ], "FOM": [ 437.34266980894296, 330.12356681139238, 249.19034177910285, 188.09873840804269, 141.98437683456135, 80.900259300456213, 46.095578265678064, 26.26446879182339 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-25", "25-40", "40-55", "55-70", "70-100", "100-130", "130-160" ], "Thickness": [ 100.0, 150.0, 150.0, 150.0, 150.0, 300.0, 300.0, 300.0 ], "NO3N": [ 7.1723538361225829, 7.1723538361225838, 7.172353836122582, 7.1723538361225838, 7.1723538361225811, 7.1723538361225838, 7.1723538361225811, 5.1149025574150562 ], "NH4N": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.066666666666666666 ], "PH": [ 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 0, "FractionFull": 0.59, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-150" ], "Thickness": [ 1500.0 ], "NO3": null, "NH4": null, "SW": [ 0.0 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial nitrogen", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Phen;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\nusing Models;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing System.Text;\r\nusing System.Collections.Generic;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Soils.Nutrients;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (phenology.CurrentPhase.Name == \"Ripening\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": null, "Name": "Harvesting", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Yield", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Yield", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Yield", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.Wt", "YFieldName": "Predicted.Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Biomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.AboveGround.Wt", "YFieldName": "Predicted.Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Biomass Timeseries", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 01", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 02", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 011", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "N Uptake Timeseries", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 01", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "StemWt Timeseries", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 01", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 1, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Live.StorageWt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 02", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 4, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.NonStructural.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 011", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Stem Number Timeseries", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 01", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "SpikeWt Timeseries", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Spike.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Spike.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 01", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 1, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Spike.Live.StorageWt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 02", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 4, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Spike.Storage.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 011", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Water Stress", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Fw", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "N Stress", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Fn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LeafWt Timeseries", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 01", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LeafDeadWt Timeseries", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Dead.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 01", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LAI", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Ginninderra1991", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[NSchedule]", "Name": "N", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1991-06-21", "Action": "[Fertiliser].Apply(Amount: 0, Type: Fertiliser.Types.UreaN);", "Enabled": true } ], "Name": "0", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1991-06-21", "Action": "[Fertiliser].Apply(Amount: 40, Type: Fertiliser.Types.UreaN);", "Enabled": true } ], "Name": "40", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1991-06-21", "Action": "[Fertiliser].Apply(Amount: 80, Type: Fertiliser.Types.UreaN);", "Enabled": true } ], "Name": "80", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1991-06-21", "Action": "[Fertiliser].Apply(Amount: 120, Type: Fertiliser.Types.UreaN);", "Enabled": true } ], "Name": "120", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1991-06-21", "Action": "[Fertiliser].Apply(Amount: 160, Type: Fertiliser.Types.UreaN);", "Enabled": true } ], "Name": "160", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1991-06-21", "Action": "[Fertiliser].Apply(Amount: 200, Type: Fertiliser.Types.UreaN);", "Enabled": true } ], "Name": "200", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1991-06-21", "Action": "[Fertiliser].Apply(Amount: 240, Type: Fertiliser.Types.UreaN);", "Enabled": true } ], "Name": "240", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[CropSchedule]", "Name": "Cv", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1991-06-21", "Action": "[Wheat].Sow(population:180, cultivar:\"Janz\", depth:30, rowSpacing:200);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-11-10", "Action": "[Irrigation].Apply(amount:27);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-11-20", "Action": "[Irrigation].Apply(amount:28);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-12-21", "Action": "[Wheat].Harvest();", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-12-21", "Action": "[Wheat].EndCrop();", "Enabled": true } ], "Name": "Janz", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Ginninderra91Base", "Children": [ { "$type": "Models.Clock, Models", "Start": "1991-06-20T00:00:00", "End": "1991-12-31T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Ginninderra.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "canola", "InitialResidueType": "canola", "InitialResidueMass": 1000.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 80.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1991-06-21", "Action": "[Wheat].Sow(population:180, cultivar:\"Janz\", depth:30, rowSpacing:200);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-11-10", "Action": "[Irrigation].Apply(amount:27);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-11-20", "Action": "[Irrigation].Apply(amount:28);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-12-21", "Action": "[Wheat].Harvest();", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1991-12-21", "Action": "[Wheat].EndCrop();", "Enabled": true } ], "Name": "CropSchedule", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": null, "Name": "NSchedule", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "unknown\r\n\t\t\t\t\t\t\t\t", "LocalName": "Ginninderra", "Site": "Ginninderra", "NearestTown": "Ginninderra", "Region": "ACT", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 0, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-80", "80-90", "90-100", "100-110", "110-120", "120-130", "130-140", "140-150", "150-160", "160-170", "170-180", "180-190", "190-200" ], "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.45, 1.5, 1.55, 1.5, 1.52, 1.55, 1.57, 1.6, 1.62, 1.65, 1.62, 1.6, 1.58, 1.55, 1.55, 1.55, 1.55, 1.55, 1.55, 1.55 ], "AirDry": [ 0.04, 0.04, 0.06, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "LL15": [ 0.073, 0.075, 0.074, 0.12, 0.16, 0.25, 0.25, 0.24, 0.259, 0.281, 0.295, 0.272, 0.269, 0.264, 0.256, 0.256, 0.256, 0.256, 0.256, 0.256 ], "DUL": [ 0.3, 0.32, 0.32, 0.33, 0.35, 0.37, 0.36, 0.35, 0.34, 0.33, 0.34, 0.35, 0.36, 0.37, 0.37, 0.355, 0.35, 0.33, 0.33, 0.33 ], "SAT": [ 0.414, 0.394, 0.375, 0.394, 0.386, 0.375, 0.367, 0.355, 0.347, 0.335, 0.347, 0.355, 0.363, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.073, 0.075, 0.074, 0.12, 0.16, 0.25, 0.25, 0.24, 0.259, 0.281, 0.295, 0.272, 0.269, 0.264, 0.256, 0.256, 0.256, 0.256, 0.256, 0.256 ], "KL": [ 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.07, 0.07, 0.06, 0.06, 0.05, 0.05, 0.04, 0.04, 0.03, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "wheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 2.0, "SummerCona": 2.0, "WinterDate": "1-Apr", "WinterU": 2.0, "WinterCona": 2.0, "DiffusConst": 88.0, "DiffusSlope": 35.4, "Salb": 0.13, "CN2Bare": 72.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0 ], "SWCON": [ 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-80", "80-90", "90-100", "100-110", "110-120", "120-130", "130-140", "140-150", "150-160", "160-170", "170-180", "180-190", "190-200" ], "FOMCNRatio": 40.0, "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0 ], "Carbon": [ 0.83, 0.35, 0.33, 0.22, 0.22, 0.22, 0.19, 0.17, 0.15, 0.12, 0.11, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "SoilCNRatio": [ 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5 ], "FBiom": [ 0.04, 0.03, 0.03, 0.02, 0.02, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.36, 0.35, 0.45, 0.45, 0.59, 0.6, 0.84, 0.8, 0.8, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99 ], "FOM": [ 293.18065233165549, 252.34292599535758, 217.19356919864236, 186.94023743749921, 160.90095347724977, 138.48873407226606, 119.19835806100808, 102.59497755987969, 88.3043155269383, 76.004228726790856, 65.4174459071834, 56.305317489667523, 48.462435878502127, 41.712005117614716, 35.9018555174138, 30.90101341229802, 26.596748723582614, 22.892033773360524, 19.703356065323224, 16.958835727766736 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-80", "80-90", "90-100", "100-110", "110-120", "120-130", "130-140", "140-150", "150-160", "160-170", "170-180", "180-190", "190-200" ], "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0 ], "NO3N": [ 12.894906511927788, 12.894906511927788, 12.894906511927788, 12.894906511927788, 12.894906511927784, 12.894906511927793, 12.894906511927793, 12.894906511927784, 12.894906511927784, 12.894906511927784, 6.3291139240506347, 6.3291139240506347, 6.329113924050616, 6.3291139240506347, 6.3291139240506347, 1.2903225806451519, 1.2903225806451701, 1.2903225806451701, 1.2903225806451519, 1.2903225806451519 ], "NH4N": [ 0.064474532559638947, 0.064474532559638947, 0.064474532559638933, 0.064474532559638961, 0.064474532559638933, 0.064474532559638933, 0.064474532559639, 0.064474532559638933, 0.064474532559638933, 0.064474532559638933, 0.012658227848101262, 0.012658227848101262, 0.012658227848101262, 0.012658227848101262, 0.012658227848101262, 0.012903225806451672, 0.01290322580645153, 0.012903225806451672, 0.01290322580645153, 0.012903225806451672 ], "PH": [ 5.8, 5.9, 6.6, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.4, 7.6, 7.8, 8.0, 8.2, 8.3, 8.4, 8.4, 8.5, 8.5, 8.5 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Yield", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Yield", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Yield", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.Wt", "YFieldName": "Predicted.Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Biomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.AboveGround.Wt", "YFieldName": "Predicted.Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Biomass Timeseries", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 01", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "N Uptake Timeseries", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 01", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Stem Number Timeseries", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 01", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Water Stress", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Fw", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "N Stress", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Fn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "ET", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "ET", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": true, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Profile Water", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "ProfileWater", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LeafWt Timeseries", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 01", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "StemWt Timeseries", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 01", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 1, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Live.StorageWt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 02", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 4, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Storage.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 011", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SpikeWt Timeseries", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Spike.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Spike.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 01", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 1, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Spike.Live.StorageWt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 02", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 4, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Spike.Storage.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 011", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "RootDepth", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Root.Depth", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 1, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SoilNO3", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "N", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "TotalNO3", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Wagga1314", "Children": [ { "$type": "Models.Memo, Models", "Text": "The dataset of [Zeleke2016] includes plantings of two wheat varieties (Gregory, Livingston) under two water regimes (dry and irrigated) for 2013 and 2014 at the Wagga Wagga Agricultural Research Institute. Yields ranged from 1.63 t/ha to 6.01 t/ha.", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Wagga2013", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[CropSchedule]", "Name": "Cv", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2013-06-24", "Action": "[Wheat].Sow(population:120, cultivar:\"Gregory\", depth:30, rowSpacing:200);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-06-24", "Action": "[Fertiliser].Apply(Amount: 100, Type: Fertiliser.Types.UreaN);", "Enabled": true } ], "Name": "Gregory", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2013-06-24", "Action": "[Wheat].Sow(population:120, cultivar:\"Livingston\", depth:30, rowSpacing:200);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-06-24", "Action": "[Fertiliser].Apply(Amount: 100, Type: Fertiliser.Types.UreaN);", "Enabled": true } ], "Name": "Livingston", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[IrrigationSchedule]", "Name": "Water", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2013-09-10", "Action": "[Irrigation].Apply(amount:26);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-09-11", "Action": "[Irrigation].Apply(amount:26);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-09-26", "Action": "[Irrigation].Apply(amount:26);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-10-01", "Action": "[Irrigation].Apply(amount:26);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-10-04", "Action": "[Irrigation].Apply(amount:26);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-10-09", "Action": "[Irrigation].Apply(amount:26);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-10-10", "Action": "[Irrigation].Apply(amount:26);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-10-14", "Action": "[Irrigation].Apply(amount:26);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-10-15", "Action": "[Irrigation].Apply(amount:26);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2013-10-16", "Action": "[Irrigation].Apply(amount:26);", "Enabled": true } ], "Name": "Wet", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": null, "Name": "Dry", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Ketema2013", "Children": [ { "$type": "Models.Clock, Models", "Start": "2013-06-24T00:00:00", "End": "2013-12-30T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Wagga1314.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "canola", "InitialResidueType": "canola", "InitialResidueMass": 1000.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 80.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": null, "Name": "CropSchedule", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": null, "Name": "IrrigationSchedule", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 265, "ASCOrder": "Kandasol", "ASCSubOrder": "Red", "SoilType": "?", "LocalName": null, "Site": "Generic", "NearestTown": "Wagga Wagga", "Region": "Riverina", "State": "New South Wales", "Country": "Australia", "NaturalVegetation": null, "ApsoilNumber": "498-GENERIC", "Latitude": -35.115549, "Longitude": 147.369477, "LocationAccuracy": "Regional Soil Type", "YearOfSampling": null, "DataSource": "Generic soil", "Comments": "Generic soil developed for CSU.", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-25", "25-40", "40-55", "55-70", "70-100", "100-130", "130-160" ], "Thickness": [ 100.0, 150.0, 150.0, 150.0, 150.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.48, 1.5, 1.45, 1.37, 1.43, 1.55, 1.67, 1.62 ], "AirDry": [ 0.055, 0.104, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15 ], "LL15": [ 0.11, 0.13, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15 ], "DUL": [ 0.29, 0.27, 0.25, 0.28, 0.29, 0.31, 0.31, 0.32 ], "SAT": [ 0.35, 0.34, 0.32, 0.36, 0.35, 0.34, 0.34, 0.35 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.11, 0.13, 0.15, 0.17, 0.19, 0.22, 0.26, 0.28 ], "KL": [ 0.06, 0.06, 0.04, 0.04, 0.04, 0.04, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 0.9, 0.9, 0.9, 0.9, 0.8 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 3.5, "WinterDate": "1-Apr", "WinterU": 2.0, "WinterCona": 2.0, "DiffusConst": 44.0, "DiffusSlope": 16.0, "Salb": 0.13, "CN2Bare": 84.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 100.0, 150.0, 150.0, 150.0, 150.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.5, 0.4, 0.3, 0.3, 0.2, 0.1, 0.1, 0.1 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-25", "25-40", "40-55", "55-70", "70-100", "100-130", "130-160" ], "FOMCNRatio": 45.0, "Thickness": [ 100.0, 150.0, 150.0, 150.0, 150.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.0, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5 ], "SoilCNRatio": [ 12.5, 12.5, 12.5, 12.5, 12.5, 12.5, 12.5, 12.5 ], "FBiom": [ 0.03, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.7, 0.8, 0.9, 0.9, 1.0, 1.0 ], "FOM": [ 437.34266980894296, 330.12356681139238, 249.19034177910285, 188.09873840804269, 141.98437683456135, 80.900259300456213, 46.095578265678064, 26.26446879182339 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-25", "25-40", "40-55", "55-70", "70-100", "100-130", "130-160" ], "Thickness": [ 100.0, 150.0, 150.0, 150.0, 150.0, 300.0, 300.0, 300.0 ], "NO3N": [ 0.542, 0.54199999999999993, 0.542, 0.542, 0.542, 0.54199999999999993, 0.694666666666667, 1.0 ], "NH4N": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.066666666666666666, 0.2 ], "PH": [ 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 0.9, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-120" ], "Thickness": [ 1200.0 ], "NO3": null, "NH4": null, "SW": [ 0.0 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial nitrogen", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Phen;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\nusing Models;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing System.Text;\r\nusing System.Collections.Generic;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Soils.Nutrients;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (phenology.CurrentPhase.Name == \"Ripening\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": null, "Name": "Harvesting", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Biomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16747854, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": "Water", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LeafAreaIndex", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Wagga2014", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[CropSchedule]", "Name": "Cv", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-04-30", "Action": "[Wheat].Sow(population:120, cultivar:\"Gregory\", depth:30, rowSpacing:200);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2014-04-30", "Action": "[Fertiliser].Apply(Amount: 100, Type: Fertiliser.Types.UreaN);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2014-07-01", "Action": "[Fertiliser].Apply(Amount: 50, Type: Fertiliser.Types.UreaN);", "Enabled": true } ], "Name": "Gregory", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-04-30", "Action": "[Wheat].Sow(population:120, cultivar:\"Livingston\", depth:30, rowSpacing:200);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2014-04-30", "Action": "[Fertiliser].Apply(Amount: 100, Type: Fertiliser.Types.UreaN);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2014-07-01", "Action": "[Fertiliser].Apply(Amount: 50, Type: Fertiliser.Types.UreaN);", "Enabled": true } ], "Name": "Livingston", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[IrrigationSchedule]", "Name": "Water", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-05-16", "Action": "[Irrigation].Apply(amount:26);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2014-08-11", "Action": "[Irrigation].Apply(amount:26);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2014-08-12", "Action": "[Irrigation].Apply(amount:26);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2014-08-18", "Action": "[Irrigation].Apply(amount:26);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2014-08-25", "Action": "[Irrigation].Apply(amount:26);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2014-09-01", "Action": "[Irrigation].Apply(amount:21);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2014-09-05", "Action": "[Irrigation].Apply(amount:26);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2014-09-22", "Action": "[Irrigation].Apply(amount:26);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2014-10-10", "Action": "[Irrigation].Apply(amount:26);", "Enabled": true } ], "Name": "Wet", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": null, "Name": "Dry", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Ketema2014", "Children": [ { "$type": "Models.Clock, Models", "Start": "2014-04-30T00:00:00", "End": "2014-12-30T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Wagga1314.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat", "InitialResidueType": "wheat", "InitialResidueMass": 1000.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 80.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": null, "Name": "CropSchedule", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": null, "Name": "IrrigationSchedule", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 265, "ASCOrder": "Kandasol", "ASCSubOrder": "Red", "SoilType": "?", "LocalName": null, "Site": "Generic", "NearestTown": "Wagga Wagga", "Region": "Riverina", "State": "New South Wales", "Country": "Australia", "NaturalVegetation": null, "ApsoilNumber": "498-GENERIC", "Latitude": -35.115549, "Longitude": 147.369477, "LocationAccuracy": "Regional Soil Type", "YearOfSampling": null, "DataSource": "Generic soil", "Comments": "Generic soil developed for CSU.", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-25", "25-40", "40-55", "55-70", "70-100", "100-130", "130-160" ], "Thickness": [ 100.0, 150.0, 150.0, 150.0, 150.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.48, 1.5, 1.45, 1.37, 1.43, 1.55, 1.67, 1.62 ], "AirDry": [ 0.055, 0.104, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15 ], "LL15": [ 0.11, 0.13, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15 ], "DUL": [ 0.29, 0.27, 0.25, 0.28, 0.29, 0.31, 0.31, 0.32 ], "SAT": [ 0.35, 0.34, 0.32, 0.36, 0.35, 0.34, 0.34, 0.35 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.11, 0.13, 0.15, 0.17, 0.19, 0.22, 0.26, 0.28 ], "KL": [ 0.06, 0.06, 0.04, 0.04, 0.04, 0.04, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 0.9, 0.9, 0.9, 0.9, 0.8 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 3.5, "WinterDate": "1-Apr", "WinterU": 2.0, "WinterCona": 2.0, "DiffusConst": 44.0, "DiffusSlope": 16.0, "Salb": 0.13, "CN2Bare": 84.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 100.0, 150.0, 150.0, 150.0, 150.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.5, 0.4, 0.3, 0.3, 0.2, 0.1, 0.1, 0.1 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-25", "25-40", "40-55", "55-70", "70-100", "100-130", "130-160" ], "FOMCNRatio": 45.0, "Thickness": [ 100.0, 150.0, 150.0, 150.0, 150.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.0, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5 ], "SoilCNRatio": [ 12.5, 12.5, 12.5, 12.5, 12.5, 12.5, 12.5, 12.5 ], "FBiom": [ 0.03, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.7, 0.8, 0.9, 0.9, 1.0, 1.0 ], "FOM": [ 437.34266980894296, 330.12356681139238, 249.19034177910285, 188.09873840804269, 141.98437683456135, 80.900259300456213, 46.095578265678064, 26.26446879182339 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-25", "25-40", "40-55", "55-70", "70-100", "100-130", "130-160" ], "Thickness": [ 100.0, 150.0, 150.0, 150.0, 150.0, 300.0, 300.0, 300.0 ], "NO3N": [ 0.542, 0.54199999999999993, 0.542, 0.542, 0.542, 0.54199999999999993, 0.694666666666667, 1.0 ], "NH4N": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.066666666666666666, 0.2 ], "PH": [ 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 0.9, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-120" ], "Thickness": [ 1200.0 ], "NO3": null, "NH4": null, "SW": [ 0.0 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial nitrogen", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Phen;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\nusing Models;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing System.Text;\r\nusing System.Collections.Generic;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Soils.Nutrients;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (phenology.CurrentPhase.Name == \"Ripening\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": null, "Name": "Harvesting", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Biomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16747854, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": "Water", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Stress", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Fn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16747854, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Fw", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LeafAreaIndex", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": "Water", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Yield", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Yield", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Harvest Yield", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": "Experiment", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.Wt", "YFieldName": "Predicted.Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Harvest Biomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.AboveGround.Wt", "YFieldName": "Predicted.Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Grain Number", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Grain Number", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "GrainNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": "Experiment", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.Number", "YFieldName": "Predicted.Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "YarrabahCreek", "Children": [ { "$type": "Models.Memo, Models", "Text": "This trial was conducted on a Vertosol soil on the Liverpool Plains, central-eastern Australia in 2001. Hybrid Mercury was sown on 19th of June and biomass, leaf area, phenology, soil water (Neutron Moisture Meter) and water use (Bowen Ratio method) were monitored. More information can be found in [Young2008].", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "YarrabahCreek", "Children": [ { "$type": "Models.Clock, Models", "Start": "2001-06-19T00:00:00", "End": "2001-12-04T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Ycreek.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2001-06-19", "Action": "[Wheat].Sow(population:70, cultivar:\"Mercury\", depth:30, rowSpacing:250);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2001-06-19", "Action": "[Fertiliser].Apply(Amount: 120, Type: Fertiliser.Types.UreaN);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2001-12-04", "Action": "[Wheat].Harvest();", "Enabled": true } ], "Name": "CropManagement", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "APS6Soil", "LocalName": "APS6Site", "Site": "APS6Site", "NearestTown": "Unknown", "Region": "Lawes", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150", "150-170", "170-190" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0, 1.1, 1.1, 1.1, 1.1, 1.2, 1.2, 1.2, 1.2, 1.2 ], "AirDry": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "LL15": [ 0.27, 0.27, 0.3, 0.32, 0.34, 0.38, 0.42, 0.42, 0.42, 0.42 ], "DUL": [ 0.47, 0.49, 0.55, 0.55, 0.53, 0.53, 0.53, 0.5, 0.48, 0.48 ], "SAT": [ 0.51, 0.51, 0.57, 0.55, 0.54, 0.54, 0.54, 0.51, 0.51, 0.51 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.27, 0.27, 0.3, 0.32, 0.34, 0.38, 0.42, 0.42, 0.42, 0.42 ], "KL": [ 0.12, 0.12, 0.08, 0.06, 0.06, 0.06, 0.06, 0.06, 0.0, 0.0 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 9.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 9.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.13, "CN2Bare": 78.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150", "150-170", "170-190" ], "FOMCNRatio": 60.0, "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "Carbon": [ 1.83, 1.35, 1.19, 1.11, 0.97, 0.8, 0.64, 0.5, 0.38, 0.27 ], "SoilCNRatio": [ 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5 ], "FBiom": [ 0.03, 0.03, 0.02, 0.015, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.45, 0.45, 0.6, 0.7, 0.85, 0.9, 0.99, 0.99, 0.99, 0.99 ], "FOM": [ 2.8281079140403405, 2.06229292205734, 1.5038507106653276, 1.0966274168814367, 0.799674916484234, 0.583133306909839, 0.42522836044752771, 0.31008202821940667, 0.22611583132288673, 0.16488659297166028 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 19.454545454545453, 10.0, 5.3030303030303036, 2.549019607843138, 2.5490196078431353, 2.5490196078431353, 2.5490196078431411 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 7.5, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-10", "10-30", "30-50", "50-70", "70-90", "90-110", "110-130", "130-150", "150-170", "170-190" ], "Thickness": [ 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.42, 0.46, 0.54, 0.55, 0.53, 0.51, 0.54, 0.5, 0.466, 0.43 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial Water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 2000.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LAI", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Biomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "PredictedGrain", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "ObservedGrain", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "GrainNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "GrainSize", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Size", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.GrainSize", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Zadok Code", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "ZadokCode", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "ET (mm)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "ET", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "ET", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "ET", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "PreVsObs ET", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "DailyObsPred", "XFieldName": "Observed.ET", "YFieldName": "Predicted.ET", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Number", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "TotalSoilWater", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "ProfileWater", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "ProfileWater", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Number", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "SW 20cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(2)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(2)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Number", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SW 40cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(3)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(3)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Number", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SW 60cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(4)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(4)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Number", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SW 80cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(5)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(5)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Number", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SW 100cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(6)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(6)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Number", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SW 120cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(7)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(7)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Number", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SW 140cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(8)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(8)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Number", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SW 160cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(9)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(9)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Number", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SW 180cm", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(10)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Soil.SoilWater.SW(10)", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": 0.0, "Maximum": 1.0, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Stress", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Fn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": true, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "NStress", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16747854, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Fw", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": true, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "WaterStress", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Photosynthesis.FVPD", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": true, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "VPD", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 2, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "StemNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 2, "ColourArgb": -2793984, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.LeafTipsAppeared", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Mouse", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[MouseActivity].Script.ProportionNibbled = 0.00, 0.05,0.10,0.25,0.50", "Name": "Removal", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[MouseActivity].Script.NibblingDate = 2002-09-10, 2002-10-11, 2002-10-31, 2002-12-13", "Name": "Date", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "MouseBase", "Children": [ { "$type": "Models.Clock, Models", "Start": "2002-07-10T00:00:00", "End": "2002-12-31T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "hall2002.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "paddock", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "unknown\r\n\t\t\t\t\t\t\t", "LocalName": "Ginninderra", "Site": "Ginninderra", "NearestTown": "Ginninderra", "Region": "ACT", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 0, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-80", "80-90", "90-100", "100-110", "110-120", "120-130", "130-140", "140-150", "150-160", "160-170", "170-180", "180-190", "190-200" ], "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.45, 1.5, 1.55, 1.5, 1.52, 1.55, 1.57, 1.6, 1.62, 1.65, 1.62, 1.6, 1.58, 1.55, 1.55, 1.55, 1.55, 1.55, 1.55, 1.55 ], "AirDry": [ 0.04, 0.04, 0.06, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "LL15": [ 0.073, 0.075, 0.074, 0.12, 0.16, 0.25, 0.25, 0.24, 0.259, 0.281, 0.295, 0.272, 0.269, 0.264, 0.256, 0.256, 0.256, 0.256, 0.256, 0.256 ], "DUL": [ 0.21, 0.234, 0.22, 0.29, 0.293, 0.37, 0.36, 0.35, 0.34, 0.33, 0.34, 0.35, 0.36, 0.37, 0.37, 0.355, 0.35, 0.33, 0.33, 0.33 ], "SAT": [ 0.414, 0.394, 0.375, 0.394, 0.386, 0.375, 0.367, 0.355, 0.347, 0.335, 0.347, 0.355, 0.363, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375, 0.375 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.073, 0.075, 0.074, 0.12, 0.16, 0.25, 0.25, 0.24, 0.259, 0.281, 0.295, 0.272, 0.269, 0.264, 0.256, 0.256, 0.256, 0.256, 0.256, 0.256 ], "KL": [ 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.08, 0.07, 0.07, 0.06, 0.06, 0.05, 0.05, 0.04, 0.04, 0.03, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "wheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 2.0, "SummerCona": 2.0, "WinterDate": "1-Apr", "WinterU": 2.0, "WinterCona": 2.0, "DiffusConst": 88.0, "DiffusSlope": 35.4, "Salb": 0.13, "CN2Bare": 72.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0 ], "SWCON": [ 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-80", "80-90", "90-100", "100-110", "110-120", "120-130", "130-140", "140-150", "150-160", "160-170", "170-180", "180-190", "190-200" ], "FOMCNRatio": 40.0, "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0 ], "Carbon": [ 0.83, 0.35, 0.33, 0.22, 0.22, 0.22, 0.19, 0.17, 0.15, 0.12, 0.11, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "SoilCNRatio": [ 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5 ], "FBiom": [ 0.04, 0.03, 0.03, 0.02, 0.02, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.36, 0.35, 0.45, 0.45, 0.59, 0.6, 0.84, 0.8, 0.8, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99 ], "FOM": [ 293.18065233165549, 252.34292599535758, 217.19356919864236, 186.94023743749921, 160.90095347724977, 138.48873407226606, 119.19835806100808, 102.59497755987969, 88.3043155269383, 76.004228726790856, 65.4174459071834, 56.305317489667523, 48.462435878502127, 41.712005117614716, 35.9018555174138, 30.90101341229802, 26.596748723582614, 22.892033773360524, 19.703356065323224, 16.958835727766736 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-80", "80-90", "90-100", "100-110", "110-120", "120-130", "130-140", "140-150", "150-160", "160-170", "170-180", "180-190", "190-200" ], "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0 ], "NO3N": [ 10.0, 15.0, 10.0, 8.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "NH4N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "PH": [ 5.8, 5.9, 6.6, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.4, 7.6, 7.8, 8.0, 8.2, 8.3, 8.4, 8.4, 8.5, 8.5, 8.5 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "canola_stubble", "InitialResidueType": "canola", "InitialResidueMass": 1000.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 20.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2002-11-08", "Action": "[Irrigation].Apply(amount:35);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2002-11-22", "Action": "[Irrigation].Apply(amount:35);", "Enabled": true } ], "Name": "IrrigationSchedule", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2002-08-15", "Action": "[Wheat].Sow(population:100, cultivar:\"H45\", depth:30, rowSpacing:250);", "Enabled": true } ], "Name": "SowingSchedule", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n [Description(\"Amount of fertiliser to be applied\")]\r\n public double Amount { get; set; }\r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "100" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "\r\nusing System.Xml.Serialization;\r\nusing Models.PMF.Interfaces;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System.Collections.Generic;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n [System.Xml.Serialization.XmlInclude(typeof(Model))]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n [Link] Clock Clock;\r\n\r\n [Description(\"Date that mouse damage event occurs\")]\r\n public DateTime NibblingDate { get; set; }\r\n [Description(\"Proportion of the crop removed by mice\")]\r\n public double ProportionNibbled { get; set; }\r\n \r\n [XmlIgnore] private RemovalFractions Remove { get; set; }\r\n \r\n [EventSubscribe(\"StartOfSimulation\")]\r\n private void OnSimulationCommencing(object sender, EventArgs e)\r\n {\r\n Remove = new RemovalFractions();\r\n }\r\n \r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n //Set up array of remove fractions to send with Cut method. Each member in the array corresponds to an organ in the same order they are set up in.\r\n\r\n if (Clock.Today.Date == NibblingDate)\r\n {\r\n //Harvest with manager specified removal fractions\r\n Remove.SetFractionToRemove(\"Grain\", 0);\r\n Remove.SetFractionToRemove(\"Leaf\", 0, \"live\");\r\n Remove.SetFractionToRemove(\"Leaf\", 0, \"dead\");\r\n Remove.SetFractionToRemove(\"Stem\", 0);\r\n Remove.SetFractionToRemove(\"Spike\", 0);\r\n Remove.SetFractionToRemove(\"Root\", 0);\r\n Remove.SetFractionToResidue(\"Grain\", ProportionNibbled);\r\n Remove.SetFractionToResidue(\"Leaf\", ProportionNibbled, \"live\");\r\n Remove.SetFractionToResidue(\"Leaf\", ProportionNibbled, \"dead\");\r\n Remove.SetFractionToResidue(\"Stem\", ProportionNibbled);\r\n Remove.SetFractionToResidue(\"Spike\", ProportionNibbled);\r\n Remove.SetFractionToResidue(\"Root\", 0);\r\n Remove.SetThinningProportion = ProportionNibbled;\r\n Wheat.RemoveBiomass(\"Thin\", Remove);\r\n }\r\n }\r\n }\r\n}\r\n\r\n \r\n", "Parameters": [ { "Key": "NibblingDate", "Value": "2002-10-31" }, { "Key": "ProportionNibbled", "Value": "0.5" } ], "Name": "MouseActivity", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Phen;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\nusing Models;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing System.Text;\r\nusing System.Collections.Generic;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Soils.Nutrients;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (phenology.CurrentPhase.Name == \"Ripening\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": [], "Name": "Harvesting", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Biomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Removal", "FactorToVaryMarkers": null, "FactorToVaryLines": "Date", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGroundLive.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": 0.0, "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Leaf", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Removal", "FactorToVaryMarkers": null, "FactorToVaryLines": "Date", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Live.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Stem", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Removal", "FactorToVaryMarkers": null, "FactorToVaryLines": "Date", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Stem.Live.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Spike", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Removal", "FactorToVaryMarkers": null, "FactorToVaryLines": "Date", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Spike.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "StemPopn", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Removal", "FactorToVaryMarkers": null, "FactorToVaryLines": "Date", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Removal", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Grain", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Removal", "FactorToVaryMarkers": null, "FactorToVaryLines": "Date", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "DeadLeaf", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Removal", "FactorToVaryMarkers": null, "FactorToVaryLines": "Date", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Dead.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SurfaceOM", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Removal", "FactorToVaryMarkers": null, "FactorToVaryLines": "Date", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "SurfaceOrganicMatter.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Yield", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Yield", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Harvest Yield", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Date", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.Wt", "YFieldName": "Predicted.Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Phenology", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "Date", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Walpeup2011", "Children": [ { "$type": "Models.Memo, Models", "Text": "INSERT TEXT HERE", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.CultivarName = Janz, Yitpi, Gregory, Axe", "Name": "Cv", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.SowDate = 29-Apr, 31-May, 1-Jul", "Name": "TOS", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Walpeup2011Base", "Children": [ { "$type": "Models.Clock, Models", "Start": "2011-04-01T00:00:00", "End": "2011-12-30T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Walpeup2011.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "APS6Soil", "LocalName": "APS6Site", "Site": "APS6Site", "NearestTown": "Unknown", "Region": "Lawes", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "APS6Field", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.38, 1.34, 1.35, 1.5, 1.49, 1.46, 1.46 ], "AirDry": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "LL15": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.2, 0.2 ], "DUL": [ 0.38, 0.38, 0.4, 0.4, 0.39, 0.38, 0.38 ], "SAT": [ 0.43, 0.43, 0.43, 0.43, 0.42, 0.4, 0.4 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.25, 0.28 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 3.5, "WinterDate": "1-Apr", "WinterU": 6.0, "WinterCona": 3.5, "DiffusConst": 88.0, "DiffusSlope": 35.4, "Salb": 0.13, "CN2Bare": 60.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 60.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 2.2, 1.6, 1.15, 1.0, 0.8, 0.45, 0.45 ], "SoilCNRatio": [ 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5 ], "FBiom": [ 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.45, 0.6, 0.78, 0.9, 0.99, 0.99, 0.99 ], "FOM": [ 694.25806462551282, 540.68872438398739, 327.94428869980209, 198.90826577408126, 120.64396166224935, 73.174261657349746, 44.3824331970172 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.3, 0.6, 0.25, 0.2, 0.1, 0.1, 0.1 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5 ], "PH": [ 7.5, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ 0.326, 0.326, 0.346, 0.333, 0.315, 0.326, 0.326 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial Water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].Phenology.CurrentStageName", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Wt", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Grain.Number", "[Wheat].Grain.Live.Wt", "[Wheat].Grain.Live.N", "[Wheat].Leaf.LAI", "[Wheat].Leaf.Live.Wt", "[Wheat].Leaf.Live.N", "[Wheat].Spike.Wt", "[Wheat].Spike.N", "[Wheat].Stem.Live.Wt", "[Wheat].Stem.Live.N", "[Wheat].Root.Depth", "[Wheat].Root.WaterUptake", "[Wheat].Leaf.Fw", "[Wheat].Leaf.Fn", "[Wheat].Total.Wt", "[Wheat].Phenology.Zadok.Stage as ZadokStage", "[Wheat].Leaf.AppearedCohortNo", "[Wheat].Leaf.ExpandedCohortNo", "[Wheat].Leaf.SenescingCohortNo", "[Wheat].Leaf.DeadCohortNo" ], "EventNames": [ "[Clock].DoReport", "" ], "GroupByVariableName": null, "Name": "Report", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Soils.Nutrients;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing Models.Soils.Nutrients;\r\nusing Models.Utilities;\r\nusing APSIM.Shared.Utilities;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n [Link] Plant Wheat;\r\n [Link] Soil Soil;\r\n Accumulator accumulatedRain;\r\n \r\n [Description(\"Sowing date (d-mmm)\")]\r\n public string SowDate { get; set; }\r\n [Description(\"Cultivar to be sown\")]\r\n public string CultivarName { get; set; }\r\n [Description(\"Sowing depth (mm)\")]\r\n public double SowingDepth { get; set; }\r\n [Description(\"Row spacing (mm)\")]\r\n public double RowSpacing { get; set; }\r\n [Description(\"Plant population (/m2)\")]\r\n public double Population { get; set; }\r\n \r\n \r\n\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n \r\n \r\n if (DateUtilities.WithinDates(SowDate, Clock.Today, SowDate))\r\n {\r\n Wheat.Sow(population: Population, cultivar: CultivarName, depth: SowingDepth, rowSpacing: RowSpacing); \r\n if(SowDate == \"29-Apr\")\r\n {\r\n Wheat.SetEmergenceDate(\"7-May\");\r\n }\r\n if(SowDate == \"31-May\")\r\n {\r\n Wheat.SetEmergenceDate(\"14-Jun\");\r\n }\r\n if(SowDate == \"1-Jul\")\r\n {\r\n Wheat.SetEmergenceDate(\"16-Jul\");\r\n }\r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "SowDate", "Value": "" }, { "Key": "CultivarName", "Value": "Hartog" }, { "Key": "SowingDepth", "Value": "40" }, { "Key": "RowSpacing", "Value": "250" }, { "Key": "Population", "Value": "100" } ], "Name": "Sowing", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Phen;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\nusing Models;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing System.Text;\r\nusing System.Collections.Generic;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Soils.Nutrients;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (phenology.CurrentPhase.Name == \"Ripening\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": null, "Name": "Harvesting", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Interfaces;\nusing Models.Soils.Nutrients;\nusing System;\nusing Models.Core;\nusing System.Collections.Generic;\nusing System.Text;\nusing Models.Soils;\nusing Models.PMF;\nusing Models;\nusing System.Xml.Serialization;\nusing APSIM.Shared.Utilities;\nusing Models.PMF.Phen;\n\nnamespace Models\n{\n [Serializable] \n public class Script : Model\n {\n [Link] private Plant Chickpea;\n [Link] private Zone zone;\n [Link] private Irrigation irrigation;\n [Link] private Soil soil;\n [Link]\n private Phenology phenology;\n [Link]\n private IPhysical soilPhysical;\n [Link]\n private ISoilWater waterBalance;\n public double FASW { get; set; }\n public double WaterDeficit { get; set; }\n \n \n [Description(\"Auto irrigation on?\")]\n public bool AutoIrrigationOn { get; set; }\n \n [Description(\"Irrigation window start stage\")]\n public string StartStageName { get; set; }\n [Description(\"Irrigation window end stage\")]\n public string EndStageName { get; set; }\n\n [Description(\"Threshold fraction available water (0-1)\")]\n public double FASWThreshold { get; set; }\n\n [Description(\"Soil depth (mm) to which fraction available water is calculated\")]\n public double FASWDepth { get; set; }\n\n [EventSubscribe(\"DoManagement\")]\n private void OnDoManagement(object sender, EventArgs e)\n {\n CalculateFASW();\n if (AutoIrrigationOn && phenology.Between(StartStageName, EndStageName))\n {\n if (FASW < FASWThreshold)\n {\n double amount = 10;\n irrigation.Apply(WaterDeficit, depth: 0);\n }\n }\n }\n \n private void CalculateFASW()\n {\n double[] LL15 = MathUtilities.Multiply(soilPhysical.LL15, soilPhysical.Thickness);\n double[] DUL = MathUtilities.Multiply(soilPhysical.DUL, soilPhysical.Thickness);\n \n int nlayr = GetLayerIndex();\n double cumdep = MathUtilities.Sum(soilPhysical.Thickness, 0, nlayr, 0.0);\n\n double excess_fr = MathUtilities.Divide((cumdep - FASWDepth), soilPhysical.Thickness[nlayr], 0.0);\n\n // note that results may be strange if swdep < ll15\n double avail_sw = (MathUtilities.Sum(waterBalance.SWmm, 0, nlayr, 0.0)\n - excess_fr * waterBalance.SWmm[nlayr])\n - (MathUtilities.Sum(LL15, 0, nlayr, 0.0)\n - excess_fr * LL15[nlayr]);\n\n\n double pot_avail_sw = (MathUtilities.Sum(DUL, 0, nlayr, 0.0)\n - excess_fr * DUL[nlayr])\n - (MathUtilities.Sum(LL15, 0, nlayr, 0.0)\n - excess_fr * LL15[nlayr]);\n\n FASW = MathUtilities.Divide(avail_sw, pot_avail_sw, 0.0);\n WaterDeficit = MathUtilities.Constrain(pot_avail_sw - avail_sw, 0.0, 100000);\n }\n\n private int GetLayerIndex()\n {\n double[] cumThickness = soilPhysical.ThicknessCumulative;\n for (int i = 1; i < cumThickness.Length; i++)\n {\n if (FASWDepth < cumThickness[i])\n return i - 1;\n }\n \n return cumThickness.Length - 1;\n }\n\n }\n}\n \n", "Parameters": [ { "Key": "FASW", "Value": "0" }, { "Key": "WaterDeficit", "Value": "0" }, { "Key": "AutoIrrigationOn", "Value": "True" }, { "Key": "StartStageName", "Value": "Emergence" }, { "Key": "EndStageName", "Value": "EndGrainFill" }, { "Key": "FASWThreshold", "Value": "0.9" }, { "Key": "FASWDepth", "Value": "1000" } ], "Name": "AutoIrrigate", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1994-04-29", "Action": "[Fertiliser].Apply(Amount: 200, Type: Fertiliser.Types.NO3N);", "Enabled": true } ], "Name": "ApplyFertiliser", "Children": [ { "$type": "Models.Memo, Models", "Text": "Add sufficient N to remove limitation", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FloweringDate", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.FloweringDAS", "YFieldName": "Predicted.Wheat.Phenology.FloweringDAS", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Walpeup2012", "Children": [ { "$type": "Models.Memo, Models", "Text": "INSERT TEXT HERE", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.CultivarName = Janz, Yitpi, Gregory, Axe", "Name": "Cv", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.SowDate = 22-Jun, 18-Jul", "Name": "TOS", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Walpeup2012Base", "Children": [ { "$type": "Models.Clock, Models", "Start": "2012-04-01T00:00:00", "End": "2012-12-30T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Walpeup2012.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "APS6Soil", "LocalName": "APS6Site", "Site": "APS6Site", "NearestTown": "Unknown", "Region": "Lawes", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "APS6Field", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.38, 1.34, 1.35, 1.5, 1.49, 1.46, 1.46 ], "AirDry": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "LL15": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.2, 0.2 ], "DUL": [ 0.38, 0.38, 0.4, 0.4, 0.39, 0.38, 0.38 ], "SAT": [ 0.43, 0.43, 0.43, 0.43, 0.42, 0.4, 0.4 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.25, 0.28 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 3.5, "WinterDate": "1-Apr", "WinterU": 6.0, "WinterCona": 3.5, "DiffusConst": 88.0, "DiffusSlope": 35.4, "Salb": 0.13, "CN2Bare": 60.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 60.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 2.2, 1.6, 1.15, 1.0, 0.8, 0.45, 0.45 ], "SoilCNRatio": [ 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5 ], "FBiom": [ 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.45, 0.6, 0.78, 0.9, 0.99, 0.99, 0.99 ], "FOM": [ 694.25806462551282, 540.68872438398739, 327.94428869980209, 198.90826577408126, 120.64396166224935, 73.174261657349746, 44.3824331970172 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.3, 0.6, 0.25, 0.2, 0.1, 0.1, 0.1 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5 ], "PH": [ 7.5, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ 0.326, 0.326, 0.346, 0.333, 0.315, 0.326, 0.326 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial Water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].Phenology.CurrentStageName", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Wt", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Grain.Number", "[Wheat].Grain.Live.Wt", "[Wheat].Grain.Live.N", "[Wheat].Leaf.LAI", "[Wheat].Leaf.Live.Wt", "[Wheat].Leaf.Live.N", "[Wheat].Spike.Wt", "[Wheat].Spike.N", "[Wheat].Stem.Live.Wt", "[Wheat].Stem.Live.N", "[Wheat].Root.Depth", "[Wheat].Root.WaterUptake", "[Wheat].Leaf.Fw", "[Wheat].Leaf.Fn", "[Wheat].Total.Wt", "[Wheat].Phenology.Zadok.Stage as ZadokStage", "[Wheat].Leaf.AppearedCohortNo", "[Wheat].Leaf.ExpandedCohortNo", "[Wheat].Leaf.SenescingCohortNo", "[Wheat].Leaf.DeadCohortNo" ], "EventNames": [ "[Clock].DoReport", "" ], "GroupByVariableName": null, "Name": "Report", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Soils.Nutrients;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing Models.Soils.Nutrients;\r\nusing Models.Utilities;\r\nusing APSIM.Shared.Utilities;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n [Link] Plant Wheat;\r\n [Link] Soil Soil;\r\n Accumulator accumulatedRain;\r\n \r\n [Description(\"Sowing date (d-mmm)\")]\r\n public string SowDate { get; set; }\r\n [Description(\"Cultivar to be sown\")]\r\n public string CultivarName { get; set; }\r\n [Description(\"Sowing depth (mm)\")]\r\n public double SowingDepth { get; set; }\r\n [Description(\"Row spacing (mm)\")]\r\n public double RowSpacing { get; set; }\r\n [Description(\"Plant population (/m2)\")]\r\n public double Population { get; set; }\r\n \r\n \r\n\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n \r\n \r\n if (DateUtilities.WithinDates(SowDate, Clock.Today, SowDate))\r\n {\r\n Wheat.Sow(population: Population, cultivar: CultivarName, depth: SowingDepth, rowSpacing: RowSpacing); \r\n if(SowDate == \"22-Jun\")\r\n {\r\n Wheat.SetEmergenceDate(\"5-Jul\");\r\n }\r\n if(SowDate == \"18-Jul\")\r\n {\r\n Wheat.SetEmergenceDate(\"3-Aug\");\r\n }\r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "SowDate", "Value": "" }, { "Key": "CultivarName", "Value": "Hartog" }, { "Key": "SowingDepth", "Value": "40" }, { "Key": "RowSpacing", "Value": "250" }, { "Key": "Population", "Value": "100" } ], "Name": "Sowing", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Phen;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\nusing Models;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing System.Text;\r\nusing System.Collections.Generic;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Soils.Nutrients;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (phenology.CurrentPhase.Name == \"Ripening\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": null, "Name": "Harvesting", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Interfaces;\nusing Models.Soils.Nutrients;\nusing System;\nusing Models.Core;\nusing System.Collections.Generic;\nusing System.Text;\nusing Models.Soils;\nusing Models.PMF;\nusing Models;\nusing System.Xml.Serialization;\nusing APSIM.Shared.Utilities;\nusing Models.PMF.Phen;\n\nnamespace Models\n{\n [Serializable] \n public class Script : Model\n {\n [Link] private Plant Chickpea;\n [Link] private Zone zone;\n [Link] private Irrigation irrigation;\n [Link] private Soil soil;\n [Link]\n private Phenology phenology;\n [Link]\n private IPhysical soilPhysical;\n [Link]\n private ISoilWater waterBalance;\n public double FASW { get; set; }\n public double WaterDeficit { get; set; }\n \n \n [Description(\"Auto irrigation on?\")]\n public bool AutoIrrigationOn { get; set; }\n \n [Description(\"Irrigation window start stage\")]\n public string StartStageName { get; set; }\n [Description(\"Irrigation window end stage\")]\n public string EndStageName { get; set; }\n\n [Description(\"Threshold fraction available water (0-1)\")]\n public double FASWThreshold { get; set; }\n\n [Description(\"Soil depth (mm) to which fraction available water is calculated\")]\n public double FASWDepth { get; set; }\n\n [EventSubscribe(\"DoManagement\")]\n private void OnDoManagement(object sender, EventArgs e)\n {\n CalculateFASW();\n if (AutoIrrigationOn && phenology.Between(StartStageName, EndStageName))\n {\n if (FASW < FASWThreshold)\n {\n double amount = 10;\n irrigation.Apply(WaterDeficit, depth: 0);\n }\n }\n }\n \n private void CalculateFASW()\n {\n double[] LL15 = MathUtilities.Multiply(soilPhysical.LL15, soilPhysical.Thickness);\n double[] DUL = MathUtilities.Multiply(soilPhysical.DUL, soilPhysical.Thickness);\n \n int nlayr = GetLayerIndex();\n double cumdep = MathUtilities.Sum(soilPhysical.Thickness, 0, nlayr, 0.0);\n\n double excess_fr = MathUtilities.Divide((cumdep - FASWDepth), soilPhysical.Thickness[nlayr], 0.0);\n\n // note that results may be strange if swdep < ll15\n double avail_sw = (MathUtilities.Sum(waterBalance.SWmm, 0, nlayr, 0.0)\n - excess_fr * waterBalance.SWmm[nlayr])\n - (MathUtilities.Sum(LL15, 0, nlayr, 0.0)\n - excess_fr * LL15[nlayr]);\n\n\n double pot_avail_sw = (MathUtilities.Sum(DUL, 0, nlayr, 0.0)\n - excess_fr * DUL[nlayr])\n - (MathUtilities.Sum(LL15, 0, nlayr, 0.0)\n - excess_fr * LL15[nlayr]);\n\n FASW = MathUtilities.Divide(avail_sw, pot_avail_sw, 0.0);\n WaterDeficit = MathUtilities.Constrain(pot_avail_sw - avail_sw, 0.0, 100000);\n }\n\n private int GetLayerIndex()\n {\n double[] cumThickness = soilPhysical.ThicknessCumulative;\n for (int i = 1; i < cumThickness.Length; i++)\n {\n if (FASWDepth < cumThickness[i])\n return i - 1;\n }\n \n return cumThickness.Length - 1;\n }\n\n }\n}\n \n", "Parameters": [ { "Key": "FASW", "Value": "0" }, { "Key": "WaterDeficit", "Value": "0" }, { "Key": "AutoIrrigationOn", "Value": "True" }, { "Key": "StartStageName", "Value": "Emergence" }, { "Key": "EndStageName", "Value": "EndGrainFill" }, { "Key": "FASWThreshold", "Value": "0.9" }, { "Key": "FASWDepth", "Value": "1000" } ], "Name": "AutoIrrigate", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1994-04-29", "Action": "[Fertiliser].Apply(Amount: 200, Type: Fertiliser.Types.NO3N);", "Enabled": true } ], "Name": "ApplyFertiliser", "Children": [ { "$type": "Models.Memo, Models", "Text": "Add sufficient N to remove limitation", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FloweringDate", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.FloweringDAS", "YFieldName": "Predicted.Wheat.Phenology.FloweringDAS", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Minnipa2012", "Children": [ { "$type": "Models.Memo, Models", "Text": "INSERT TEXT HERE", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.CultivarName = Janz, Axe, Gregory", "Name": "Cv", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.SowDate = 25-May, 8-Jun, 25-Jun", "Name": "TOS", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Minnipa2012Base", "Children": [ { "$type": "Models.Clock, Models", "Start": "2012-04-01T00:00:00", "End": "2012-12-30T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Minnipa2012.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "APS6Soil", "LocalName": "APS6Site", "Site": "APS6Site", "NearestTown": "Unknown", "Region": "Lawes", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "APS6Field", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.38, 1.34, 1.35, 1.5, 1.49, 1.46, 1.46 ], "AirDry": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "LL15": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.2, 0.2 ], "DUL": [ 0.38, 0.38, 0.4, 0.4, 0.39, 0.38, 0.38 ], "SAT": [ 0.43, 0.43, 0.43, 0.43, 0.42, 0.4, 0.4 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.25, 0.28 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 3.5, "WinterDate": "1-Apr", "WinterU": 6.0, "WinterCona": 3.5, "DiffusConst": 88.0, "DiffusSlope": 35.4, "Salb": 0.13, "CN2Bare": 60.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 60.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 2.2, 1.6, 1.15, 1.0, 0.8, 0.45, 0.45 ], "SoilCNRatio": [ 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5 ], "FBiom": [ 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.45, 0.6, 0.78, 0.9, 0.99, 0.99, 0.99 ], "FOM": [ 694.25806462551282, 540.68872438398739, 327.94428869980209, 198.90826577408126, 120.64396166224935, 73.174261657349746, 44.3824331970172 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.3, 0.6, 0.25, 0.2, 0.1, 0.1, 0.1 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5 ], "PH": [ 7.5, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ 0.326, 0.326, 0.346, 0.333, 0.315, 0.326, 0.326 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial Water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Soils.Nutrients;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing Models.Soils.Nutrients;\r\nusing Models.Utilities;\r\nusing APSIM.Shared.Utilities;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n [Link] Plant Wheat;\r\n [Link] Soil Soil;\r\n Accumulator accumulatedRain;\r\n \r\n [Description(\"Sowing date (d-mmm)\")]\r\n public string SowDate { get; set; }\r\n [Description(\"Cultivar to be sown\")]\r\n public string CultivarName { get; set; }\r\n [Description(\"Sowing depth (mm)\")]\r\n public double SowingDepth { get; set; }\r\n [Description(\"Row spacing (mm)\")]\r\n public double RowSpacing { get; set; }\r\n [Description(\"Plant population (/m2)\")]\r\n public double Population { get; set; }\r\n \r\n \r\n\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n \r\n \r\n if (DateUtilities.WithinDates(SowDate, Clock.Today, SowDate))\r\n {\r\n Wheat.Sow(population: Population, cultivar: CultivarName, depth: SowingDepth, rowSpacing: RowSpacing); \r\n if(SowDate == \"25-May\")\r\n {\r\n Wheat.SetEmergenceDate(\"5-Jun\");\r\n }\r\n if(SowDate == \"8-Jun\")\r\n {\r\n Wheat.SetEmergenceDate(\"21-Jun\");\r\n }\r\n if(SowDate == \"25-Jun\")\r\n {\r\n Wheat.SetEmergenceDate(\"10-Jul\");\r\n }\r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "SowDate", "Value": "" }, { "Key": "CultivarName", "Value": "Hartog" }, { "Key": "SowingDepth", "Value": "40" }, { "Key": "RowSpacing", "Value": "250" }, { "Key": "Population", "Value": "100" } ], "Name": "Sowing", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Phen;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\nusing Models;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing System.Text;\r\nusing System.Collections.Generic;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Soils.Nutrients;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (phenology.CurrentPhase.Name == \"Ripening\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": null, "Name": "Harvesting", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Interfaces;\nusing Models.Soils.Nutrients;\nusing System;\nusing Models.Core;\nusing System.Collections.Generic;\nusing System.Text;\nusing Models.Soils;\nusing Models.PMF;\nusing Models;\nusing System.Xml.Serialization;\nusing APSIM.Shared.Utilities;\nusing Models.PMF.Phen;\n\nnamespace Models\n{\n [Serializable] \n public class Script : Model\n {\n [Link] private Plant Chickpea;\n [Link] private Zone zone;\n [Link] private Irrigation irrigation;\n [Link] private Soil soil;\n [Link]\n private Phenology phenology;\n [Link]\n private IPhysical soilPhysical;\n [Link]\n private ISoilWater waterBalance;\n public double FASW { get; set; }\n public double WaterDeficit { get; set; }\n \n \n [Description(\"Auto irrigation on?\")]\n public bool AutoIrrigationOn { get; set; }\n \n [Description(\"Irrigation window start stage\")]\n public string StartStageName { get; set; }\n [Description(\"Irrigation window end stage\")]\n public string EndStageName { get; set; }\n\n [Description(\"Threshold fraction available water (0-1)\")]\n public double FASWThreshold { get; set; }\n\n [Description(\"Soil depth (mm) to which fraction available water is calculated\")]\n public double FASWDepth { get; set; }\n\n [EventSubscribe(\"DoManagement\")]\n private void OnDoManagement(object sender, EventArgs e)\n {\n CalculateFASW();\n if (AutoIrrigationOn && phenology.Between(StartStageName, EndStageName))\n {\n if (FASW < FASWThreshold)\n {\n double amount = 10;\n irrigation.Apply(WaterDeficit, depth: 0);\n }\n }\n }\n \n private void CalculateFASW()\n {\n double[] LL15 = MathUtilities.Multiply(soilPhysical.LL15, soilPhysical.Thickness);\n double[] DUL = MathUtilities.Multiply(soilPhysical.DUL, soilPhysical.Thickness);\n \n int nlayr = GetLayerIndex();\n double cumdep = MathUtilities.Sum(soilPhysical.Thickness, 0, nlayr, 0.0);\n\n double excess_fr = MathUtilities.Divide((cumdep - FASWDepth), soilPhysical.Thickness[nlayr], 0.0);\n\n // note that results may be strange if swdep < ll15\n double avail_sw = (MathUtilities.Sum(waterBalance.SWmm, 0, nlayr, 0.0)\n - excess_fr * waterBalance.SWmm[nlayr])\n - (MathUtilities.Sum(LL15, 0, nlayr, 0.0)\n - excess_fr * LL15[nlayr]);\n\n\n double pot_avail_sw = (MathUtilities.Sum(DUL, 0, nlayr, 0.0)\n - excess_fr * DUL[nlayr])\n - (MathUtilities.Sum(LL15, 0, nlayr, 0.0)\n - excess_fr * LL15[nlayr]);\n\n FASW = MathUtilities.Divide(avail_sw, pot_avail_sw, 0.0);\n WaterDeficit = MathUtilities.Constrain(pot_avail_sw - avail_sw, 0.0, 100000);\n }\n\n private int GetLayerIndex()\n {\n double[] cumThickness = soilPhysical.ThicknessCumulative;\n for (int i = 1; i < cumThickness.Length; i++)\n {\n if (FASWDepth < cumThickness[i])\n return i - 1;\n }\n \n return cumThickness.Length - 1;\n }\n\n }\n}\n \n", "Parameters": [ { "Key": "FASW", "Value": "0" }, { "Key": "WaterDeficit", "Value": "0" }, { "Key": "AutoIrrigationOn", "Value": "True" }, { "Key": "StartStageName", "Value": "Emergence" }, { "Key": "EndStageName", "Value": "EndGrainFill" }, { "Key": "FASWThreshold", "Value": "0.9" }, { "Key": "FASWDepth", "Value": "1000" } ], "Name": "AutoIrrigate", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1994-04-29", "Action": "[Fertiliser].Apply(Amount: 200, Type: Fertiliser.Types.NO3N);", "Enabled": true } ], "Name": "ApplyFertiliser", "Children": [ { "$type": "Models.Memo, Models", "Text": "Add sufficient N to remove limitation", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FloweringDate", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.FloweringDAS", "YFieldName": "Predicted.Wheat.Phenology.FloweringDAS", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Temora2012", "Children": [ { "$type": "Models.Memo, Models", "Text": "INSERT TEXT HERE", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.CultivarName = Janz, Axe, Gregory", "Name": "Cv", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.SowDate = 5-May, 23-May, 25-Jun", "Name": "TOS", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Temora2012Base", "Children": [ { "$type": "Models.Clock, Models", "Start": "2012-04-01T00:00:00", "End": "2012-12-30T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Temora2012.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "APS6Soil", "LocalName": "APS6Site", "Site": "APS6Site", "NearestTown": "Unknown", "Region": "Lawes", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "APS6Field", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.38, 1.34, 1.35, 1.5, 1.49, 1.46, 1.46 ], "AirDry": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "LL15": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.2, 0.2 ], "DUL": [ 0.38, 0.38, 0.4, 0.4, 0.39, 0.38, 0.38 ], "SAT": [ 0.43, 0.43, 0.43, 0.43, 0.42, 0.4, 0.4 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.25, 0.28 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 3.5, "WinterDate": "1-Apr", "WinterU": 6.0, "WinterCona": 3.5, "DiffusConst": 88.0, "DiffusSlope": 35.4, "Salb": 0.13, "CN2Bare": 60.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 60.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 2.2, 1.6, 1.15, 1.0, 0.8, 0.45, 0.45 ], "SoilCNRatio": [ 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5 ], "FBiom": [ 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.45, 0.6, 0.78, 0.9, 0.99, 0.99, 0.99 ], "FOM": [ 694.25806462551282, 540.68872438398739, 327.94428869980209, 198.90826577408126, 120.64396166224935, 73.174261657349746, 44.3824331970172 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.3, 0.6, 0.25, 0.2, 0.1, 0.1, 0.1 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5 ], "PH": [ 7.5, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ 0.326, 0.326, 0.346, 0.333, 0.315, 0.326, 0.326 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial Water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Soils.Nutrients;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing Models.Soils.Nutrients;\r\nusing Models.Utilities;\r\nusing APSIM.Shared.Utilities;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n [Link] Plant Wheat;\r\n [Link] Soil Soil;\r\n Accumulator accumulatedRain;\r\n \r\n [Description(\"Sowing date (d-mmm)\")]\r\n public string SowDate { get; set; }\r\n [Description(\"Cultivar to be sown\")]\r\n public string CultivarName { get; set; }\r\n [Description(\"Sowing depth (mm)\")]\r\n public double SowingDepth { get; set; }\r\n [Description(\"Row spacing (mm)\")]\r\n public double RowSpacing { get; set; }\r\n [Description(\"Plant population (/m2)\")]\r\n public double Population { get; set; }\r\n \r\n \r\n\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n \r\n \r\n if (DateUtilities.WithinDates(SowDate, Clock.Today, SowDate))\r\n {\r\n Wheat.Sow(population: Population, cultivar: CultivarName, depth: SowingDepth, rowSpacing: RowSpacing); \r\n if(SowDate == \"5-May\")\r\n {\r\n Wheat.SetEmergenceDate(\"13-May\");\r\n }\r\n if(SowDate == \"23-May\")\r\n {\r\n Wheat.SetEmergenceDate(\"3-Jun\");\r\n }\r\n if(SowDate == \"25-Jun\")\r\n {\r\n Wheat.SetEmergenceDate(\"10-Jul\");\r\n }\r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "SowDate", "Value": "25-May" }, { "Key": "CultivarName", "Value": "Hartog" }, { "Key": "SowingDepth", "Value": "40" }, { "Key": "RowSpacing", "Value": "250" }, { "Key": "Population", "Value": "100" } ], "Name": "Sowing", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Phen;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\nusing Models;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing System.Text;\r\nusing System.Collections.Generic;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Soils.Nutrients;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (phenology.CurrentPhase.Name == \"Ripening\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": null, "Name": "Harvesting", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Interfaces;\nusing Models.Soils.Nutrients;\nusing System;\nusing Models.Core;\nusing System.Collections.Generic;\nusing System.Text;\nusing Models.Soils;\nusing Models.PMF;\nusing Models;\nusing System.Xml.Serialization;\nusing APSIM.Shared.Utilities;\nusing Models.PMF.Phen;\n\nnamespace Models\n{\n [Serializable] \n public class Script : Model\n {\n [Link] private Plant Chickpea;\n [Link] private Zone zone;\n [Link] private Irrigation irrigation;\n [Link] private Soil soil;\n [Link]\n private Phenology phenology;\n [Link]\n private IPhysical soilPhysical;\n [Link]\n private ISoilWater waterBalance;\n public double FASW { get; set; }\n public double WaterDeficit { get; set; }\n \n \n [Description(\"Auto irrigation on?\")]\n public bool AutoIrrigationOn { get; set; }\n \n [Description(\"Irrigation window start stage\")]\n public string StartStageName { get; set; }\n [Description(\"Irrigation window end stage\")]\n public string EndStageName { get; set; }\n\n [Description(\"Threshold fraction available water (0-1)\")]\n public double FASWThreshold { get; set; }\n\n [Description(\"Soil depth (mm) to which fraction available water is calculated\")]\n public double FASWDepth { get; set; }\n\n [EventSubscribe(\"DoManagement\")]\n private void OnDoManagement(object sender, EventArgs e)\n {\n CalculateFASW();\n if (AutoIrrigationOn && phenology.Between(StartStageName, EndStageName))\n {\n if (FASW < FASWThreshold)\n {\n double amount = 10;\n irrigation.Apply(WaterDeficit, depth: 0);\n }\n }\n }\n \n private void CalculateFASW()\n {\n double[] LL15 = MathUtilities.Multiply(soilPhysical.LL15, soilPhysical.Thickness);\n double[] DUL = MathUtilities.Multiply(soilPhysical.DUL, soilPhysical.Thickness);\n \n int nlayr = GetLayerIndex();\n double cumdep = MathUtilities.Sum(soilPhysical.Thickness, 0, nlayr, 0.0);\n\n double excess_fr = MathUtilities.Divide((cumdep - FASWDepth), soilPhysical.Thickness[nlayr], 0.0);\n\n // note that results may be strange if swdep < ll15\n double avail_sw = (MathUtilities.Sum(waterBalance.SWmm, 0, nlayr, 0.0)\n - excess_fr * waterBalance.SWmm[nlayr])\n - (MathUtilities.Sum(LL15, 0, nlayr, 0.0)\n - excess_fr * LL15[nlayr]);\n\n\n double pot_avail_sw = (MathUtilities.Sum(DUL, 0, nlayr, 0.0)\n - excess_fr * DUL[nlayr])\n - (MathUtilities.Sum(LL15, 0, nlayr, 0.0)\n - excess_fr * LL15[nlayr]);\n\n FASW = MathUtilities.Divide(avail_sw, pot_avail_sw, 0.0);\n WaterDeficit = MathUtilities.Constrain(pot_avail_sw - avail_sw, 0.0, 100000);\n }\n\n private int GetLayerIndex()\n {\n double[] cumThickness = soilPhysical.ThicknessCumulative;\n for (int i = 1; i < cumThickness.Length; i++)\n {\n if (FASWDepth < cumThickness[i])\n return i - 1;\n }\n \n return cumThickness.Length - 1;\n }\n\n }\n}\n \n", "Parameters": [ { "Key": "FASW", "Value": "0" }, { "Key": "WaterDeficit", "Value": "0" }, { "Key": "AutoIrrigationOn", "Value": "True" }, { "Key": "StartStageName", "Value": "Emergence" }, { "Key": "EndStageName", "Value": "EndGrainFill" }, { "Key": "FASWThreshold", "Value": "0.9" }, { "Key": "FASWDepth", "Value": "1000" } ], "Name": "AutoIrrigate", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1994-04-29", "Action": "[Fertiliser].Apply(Amount: 200, Type: Fertiliser.Types.NO3N);", "Enabled": true } ], "Name": "ApplyFertiliser", "Children": [ { "$type": "Models.Memo, Models", "Text": "Add sufficient N to remove limitation", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FloweringDate", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.FloweringDAS", "YFieldName": "Predicted.Wheat.Phenology.FloweringDAS", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Birchip2011", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[SowingRule].Script.TOS = 1, 2", "Name": "TOS", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[SowingRule].Script.Cultivar = Axe, Bolac, Derrimut, Eaglehawk, Gregory, Lincoln, Mace, Scout", "Name": "Cv", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Birchip2011Base", "Children": [ { "$type": "Models.Clock, Models", "Start": "2011-05-05T00:00:00", "End": "2011-12-29T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Birchip2011.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n \r\n [Serializable] \r\n [System.Xml.Serialization.XmlInclude(typeof(Model))]\r\n public class Script : Model\r\n {\r\n \r\n [Link] Plant Wheat;\r\n [Link] Clock Clock;\r\n \r\n [Description(\"Time of Sowing\")]\r\n public int TOS { get; set; }\r\n\r\n [Description(\"Cultivar\")]\r\n public String Cultivar { get; set; }\r\n \r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if ((Clock.Today.DayOfYear == 133) && (TOS == 1)) \r\n {\r\n Wheat.Sow(population: 100, cultivar: Cultivar, depth: 30, rowSpacing: 250);\r\n Wheat.SetEmergenceDate(\"28-May\");\r\n }\r\n if ((Clock.Today.DayOfYear == 179) && (TOS == 2))\r\n {\r\n Wheat.Sow(population: 100, cultivar: Cultivar, depth: 30, rowSpacing: 250);\r\n Wheat.SetEmergenceDate(\"15-Jul\");\r\n }\r\n\r\n }\r\n\r\n\r\n }\r\n}\r\n \r\n", "Parameters": [ { "Key": "TOS", "Value": "1" }, { "Key": "Cultivar", "Value": "Hartog" } ], "Name": "SowingRule", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2011-05-13", "Action": "[Fertiliser].Apply(Amount: 55, Type: Fertiliser.Types.UreaN);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2011-05-13", "Action": "[Irrigation].Apply(amount:11);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2011-06-30", "Action": "[Fertiliser].Apply(Amount: 43, Type: Fertiliser.Types.UreaN);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2011-08-08", "Action": "[Fertiliser].Apply(Amount: 90, Type: Fertiliser.Types.UreaN);", "Enabled": true } ], "Name": "Operations", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "Clay Loam", "LocalName": null, "Site": "Jil Jil", "NearestTown": "Jil Jil", "Region": "Mallee", "State": "Victoria", "Country": "Australia", "NaturalVegetation": null, "ApsoilNumber": "728", "Latitude": -35.8821659, "Longitude": 142.99226, "LocationAccuracy": "+/- 1000m", "YearOfSampling": null, "DataSource": "Based on Soil Characterisation undertaken by Birchip Cropping Group during 2005", "Comments": "Medium SSC; GPS at paddock scale only; BCG systems trial", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-25", "25-40", "40-55", "55-70", "70-100", "100-130" ], "Thickness": [ 100.0, 150.0, 150.0, 150.0, 150.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.33, 1.36, 1.39, 1.415, 1.437, 1.428, 1.41 ], "AirDry": [ 0.085, 0.168, 0.2, 0.2, 0.2, 0.2, 0.2 ], "LL15": [ 0.17, 0.21, 0.2, 0.2, 0.2, 0.2, 0.2 ], "DUL": [ 0.36, 0.37, 0.4, 0.41, 0.41, 0.44, 0.46 ], "SAT": [ 0.43, 0.44, 0.45, 0.45, 0.45, 0.46, 0.467 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.17, 0.21, 0.25, 0.26, 0.28, 0.34, 0.46 ], "KL": [ 0.06, 0.06, 0.04, 0.04, 0.04, 0.04, 0.02 ], "XF": [ 1.0, 1.0, 0.28, 0.22, 0.17, 0.16, 0.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "wheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.17, 0.21, 0.25, 0.26, 0.26, 0.44, 0.46 ], "KL": [ 0.07, 0.07, 0.07, 0.07, 0.05, 0.05, 0.03 ], "XF": [ 1.0, 0.5, 0.3, 0.2, 0.2, 0.0, 0.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "barleySoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 3.5, "WinterDate": "1-Apr", "WinterU": 2.0, "WinterCona": 2.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.13, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 100.0, 150.0, 150.0, 150.0, 150.0, 300.0, 300.0 ], "SWCON": [ 0.4, 0.4, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-25", "25-40", "40-55", "55-70", "70-100", "100-130" ], "FOMCNRatio": 40.0, "Thickness": [ 100.0, 150.0, 150.0, 150.0, 150.0, 300.0, 300.0 ], "Carbon": [ 1.3, 1.0, 0.3, 0.2, 0.05, 0.01, 0.01 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.05, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.3, 0.5, 0.5, 0.8, 0.6, 0.7, 0.8 ], "FOM": [ 333.30356143408693, 235.78015505123685, 166.79174166874014, 117.98908641334282, 83.465910082671712, 41.768004076393069, 20.90154127352859 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-25", "25-40", "40-55", "55-70", "70-100", "100-130" ], "Thickness": [ 100.0, 150.0, 150.0, 150.0, 150.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "PH": [ 8.6, 9.4, 9.6, 9.7, 9.7, 9.7, 9.3 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 0, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-150" ], "Thickness": [ 1500.0 ], "NO3": null, "NH4": null, "SW": [ 0.0 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial nitrogen", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2011-12-29", "Action": "[Wheat].Harvest()", "Enabled": true } ], "Name": "Harvest", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LeafNumberTimeSeries", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": "TOS", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.HaunStage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.HaunStage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Axe", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "TOS", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Axe'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "TOS", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Axe'", "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Bolac", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "TOS", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Bolac'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "TOS", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Bolac'", "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Derrimut", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "TOS", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Derrimut'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "TOS", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Derrimut'", "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "EagleHawk", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "TOS", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Eaglehawk'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "TOS", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Eaglehawk'", "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Gregory", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "TOS", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Gregory'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "TOS", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Gregory'", "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Mace", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "TOS", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Mace'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "TOS", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Mace'", "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Lincoln", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "TOS", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Lincoln'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "TOS", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Lincoln'", "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Scout", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "TOS", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Scout'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "TOS", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Scout'", "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Tarlee2011", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[SowingRule].Script.TOS = 1, 2", "Name": "TOS", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[SowingRule].Script.Cultivar = Axe, Bolac, Derrimut, Eaglehawk, Gregory, Lincoln, Mace, Scout", "Name": "Cv", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Tarlee2011Base", "Children": [ { "$type": "Models.Clock, Models", "Start": "2011-05-05T00:00:00", "End": "2011-12-28T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Tarlee2011.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n \r\n [Serializable] \r\n [System.Xml.Serialization.XmlInclude(typeof(Model))]\r\n public class Script : Model\r\n {\r\n \r\n [Link] Plant Wheat;\r\n [Link] Clock Clock;\r\n \r\n [Description(\"Time of Sowing\")]\r\n public int TOS { get; set; }\r\n\r\n [Description(\"Cultivar\")]\r\n public String Cultivar { get; set; }\r\n \r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if ((Clock.Today.DayOfYear == 140) && (TOS == 1)) \r\n {\r\n Wheat.Sow(population: 100, cultivar: Cultivar, depth: 30, rowSpacing: 250);\r\n Wheat.SetEmergenceDate(\"3-Jun\");\r\n }\r\n if ((Clock.Today.DayOfYear == 196) && (TOS == 2))\r\n {\r\n Wheat.Sow(population: 100, cultivar: Cultivar, depth: 30, rowSpacing: 250);\r\n Wheat.SetEmergenceDate(\"2-Aug\");\r\n }\r\n }\r\n\r\n\r\n }\r\n}\r\n \r\n", "Parameters": [ { "Key": "TOS", "Value": "1" }, { "Key": "Cultivar", "Value": "Hartog" } ], "Name": "SowingRule", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2011-05-13", "Action": "[Fertiliser].Apply(Amount: 55, Type: Fertiliser.Types.UreaN);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2011-05-13", "Action": "[Irrigation].Apply(amount:11);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2011-06-30", "Action": "[Fertiliser].Apply(Amount: 43, Type: Fertiliser.Types.UreaN);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2011-08-08", "Action": "[Fertiliser].Apply(Amount: 90, Type: Fertiliser.Types.UreaN);", "Enabled": true } ], "Name": "Operations", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "Sandy Loam", "LocalName": null, "Site": "Tarlee", "NearestTown": "Tarlee", "Region": "Mid North", "State": "South Australia", "Country": "Australia", "NaturalVegetation": null, "ApsoilNumber": "610", "Latitude": -34.276, "Longitude": 138.759, "LocationAccuracy": "+/- 20m", "YearOfSampling": null, "DataSource": "Characterisation 2008 by University of Adelaide, CSIRO Sustainable Ecosystems and Allan Mayfield Consulting, Clare, SA", "Comments": "LB Code:TAR; Strongly duplex low-moderate clay soil. Surface CEC low, moderate below. Texture change at about 7cm. Little chemical impediment to root growth, but high ESP below about 60cm may result in slaking or dispersion and high bulk density. DM Descr", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-30", "30-60", "60-90", "90-125" ], "Thickness": [ 100.0, 200.0, 300.0, 300.0, 350.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.54, 1.41, 1.53, 1.57, 1.6 ], "AirDry": [ 0.055, 0.167, 0.22, 0.22, 0.22 ], "LL15": [ 0.11, 0.209, 0.22, 0.22, 0.22 ], "DUL": [ 0.223, 0.388, 0.342, 0.293, 0.264 ], "SAT": [ 0.389, 0.438, 0.393, 0.378, 0.366 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.11, 0.209, 0.24, 0.225, 0.222 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "wheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 3.5, "WinterDate": "1-Apr", "WinterU": 2.0, "WinterCona": 2.0, "DiffusConst": 88.0, "DiffusSlope": 35.0, "Salb": 0.13, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 100.0, 200.0, 300.0, 300.0, 350.0 ], "SWCON": [ 0.5, 0.5, 0.5, 0.5, 0.5 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-30", "30-60", "60-90", "90-125" ], "FOMCNRatio": 40.0, "Thickness": [ 100.0, 200.0, 300.0, 300.0, 350.0 ], "Carbon": [ 1.16, 0.75, 0.36, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01 ], "FInert": [ 0.4, 0.5, 0.7, 1.0, 1.0 ], "FOM": [ 469.51082743106582, 290.52550228750255, 141.41394365234578, 68.833556096975613, 29.716170532110265 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-30", "30-60", "60-90", "90-125" ], "Thickness": [ 100.0, 200.0, 300.0, 300.0, 350.0 ], "NO3N": [ 0.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.0, 0.2, 0.2, 0.2, 0.2 ], "PH": [ 7.0, 7.9, 8.9, 9.2, 9.2 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 0, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-10" ], "Thickness": [ 100.0 ], "NO3": null, "NH4": null, "SW": [ 0.0 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial nitrogen", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LeafNumberTimeSeries", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": "TOS", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.HaunStage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.HaunStage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Axe", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "TOS", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Axe'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "TOS", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Axe'", "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Bolac", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "TOS", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Bolac'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "TOS", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Bolac'", "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Derrimut", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "TOS", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Derrimut'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "TOS", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Derrimut'", "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "EagleHawk", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "TOS", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Eaglehawk'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "TOS", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Eaglehawk'", "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Gregory", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "TOS", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Gregory'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "TOS", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Gregory'", "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Mace", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "TOS", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Mace'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "TOS", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Mace'", "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Lincoln", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "TOS", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Lincoln'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "TOS", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Lincoln'", "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Scout", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": "TOS", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Scout'", "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": "TOS", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar]='Scout'", "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Tamworth1992", "Children": [ { "$type": "Models.Memo, Models", "Text": "This dataset includes observed flowering date for five cultivars (Batavia, Hartog, Sunbri, Sunco, Suneca) for a range planting dates at Tamworth.", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.CultivarName = Batavia, Hartog, Sunbri, Sunco, Suneca", "Name": "Cv", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.SowDate = 19-Apr, 26-Apr, 3-May, 10-May, 17-May, 24-May, 31-May, 7-Jun, 14-Jun, 21-Jun, 28-Jun, 5-Jul, 12-Jul, 19-Jul, 26-Jul", "Name": "TOS", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Tamworth1992Base", "Children": [ { "$type": "Models.Clock, Models", "Start": "1992-04-01T00:00:00", "End": "1992-12-31T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Tamworth1992.met", "ExcelWorkSheetName": "", "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "APS6Soil", "LocalName": "APS6Site", "Site": "APS6Site", "NearestTown": "Unknown", "Region": "Lawes", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "APS6Field", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.38, 1.34, 1.35, 1.5, 1.49, 1.46, 1.46 ], "AirDry": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "LL15": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.2, 0.2 ], "DUL": [ 0.38, 0.38, 0.4, 0.4, 0.39, 0.38, 0.38 ], "SAT": [ 0.43, 0.43, 0.43, 0.43, 0.42, 0.4, 0.4 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.25, 0.28 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 3.5, "WinterDate": "1-Apr", "WinterU": 6.0, "WinterCona": 3.5, "DiffusConst": 88.0, "DiffusSlope": 35.4, "Salb": 0.13, "CN2Bare": 60.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 60.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 2.2, 1.6, 1.15, 1.0, 0.8, 0.45, 0.45 ], "SoilCNRatio": [ 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5 ], "FBiom": [ 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.45, 0.6, 0.78, 0.9, 0.99, 0.99, 0.99 ], "FOM": [ 694.25806462551282, 540.68872438398739, 327.94428869980209, 198.90826577408126, 120.64396166224935, 73.174261657349746, 44.3824331970172 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.3, 0.6, 0.25, 0.2, 0.1, 0.1, 0.1 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5 ], "PH": [ 7.5, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ 0.326, 0.326, 0.346, 0.333, 0.315, 0.326, 0.326 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial Water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Soils.Nutrients;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing Models.Soils.Nutrients;\r\nusing Models.Utilities;\r\nusing APSIM.Shared.Utilities;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n [Link] Plant Wheat;\r\n [Link] Soil Soil;\r\n Accumulator accumulatedRain;\r\n \r\n [Description(\"Sowing date (d-mmm)\")]\r\n public string SowDate { get; set; }\r\n [Description(\"Cultivar to be sown\")]\r\n public string CultivarName { get; set; }\r\n [Description(\"Sowing depth (mm)\")]\r\n public double SowingDepth { get; set; }\r\n [Description(\"Row spacing (mm)\")]\r\n public double RowSpacing { get; set; }\r\n [Description(\"Plant population (/m2)\")]\r\n public double Population { get; set; }\r\n \r\n \r\n\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n \r\n \r\n if (DateUtilities.WithinDates(SowDate, Clock.Today, SowDate))\r\n {\r\n Wheat.Sow(population: Population, cultivar: CultivarName, depth: SowingDepth, rowSpacing: RowSpacing); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "SowDate", "Value": "25-May" }, { "Key": "CultivarName", "Value": "Hartog" }, { "Key": "SowingDepth", "Value": "40" }, { "Key": "RowSpacing", "Value": "250" }, { "Key": "Population", "Value": "100" } ], "Name": "Sowing", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Phen;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\nusing Models;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing System.Text;\r\nusing System.Collections.Generic;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Soils.Nutrients;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (phenology.CurrentPhase.Name == \"Ripening\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": [], "Name": "Harvesting", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Interfaces;\nusing Models.Soils.Nutrients;\nusing System;\nusing Models.Core;\nusing System.Collections.Generic;\nusing System.Text;\nusing Models.Soils;\nusing Models.PMF;\nusing Models;\nusing System.Xml.Serialization;\nusing APSIM.Shared.Utilities;\nusing Models.PMF.Phen;\n\nnamespace Models\n{\n [Serializable] \n public class Script : Model\n {\n [Link] private Plant Chickpea;\n [Link] private Zone zone;\n [Link] private Irrigation irrigation;\n [Link] private Soil soil;\n [Link]\n private Phenology phenology;\n [Link]\n private IPhysical soilPhysical;\n [Link]\n private ISoilWater waterBalance;\n public double FASW { get; set; }\n public double WaterDeficit { get; set; }\n \n \n [Description(\"Auto irrigation on?\")]\n public bool AutoIrrigationOn { get; set; }\n \n [Description(\"Irrigation window start stage\")]\n public string StartStageName { get; set; }\n [Description(\"Irrigation window end stage\")]\n public string EndStageName { get; set; }\n\n [Description(\"Threshold fraction available water (0-1)\")]\n public double FASWThreshold { get; set; }\n\n [Description(\"Soil depth (mm) to which fraction available water is calculated\")]\n public double FASWDepth { get; set; }\n\n [EventSubscribe(\"DoManagement\")]\n private void OnDoManagement(object sender, EventArgs e)\n {\n CalculateFASW();\n if (AutoIrrigationOn && phenology.Between(StartStageName, EndStageName))\n {\n if (FASW < FASWThreshold)\n {\n double amount = 10;\n irrigation.Apply(WaterDeficit, depth: 0);\n }\n }\n }\n \n private void CalculateFASW()\n {\n double[] LL15 = MathUtilities.Multiply(soilPhysical.LL15, soilPhysical.Thickness);\n double[] DUL = MathUtilities.Multiply(soilPhysical.DUL, soilPhysical.Thickness);\n \n int nlayr = GetLayerIndex();\n double cumdep = MathUtilities.Sum(soilPhysical.Thickness, 0, nlayr, 0.0);\n\n double excess_fr = MathUtilities.Divide((cumdep - FASWDepth), soilPhysical.Thickness[nlayr], 0.0);\n\n // note that results may be strange if swdep < ll15\n double avail_sw = (MathUtilities.Sum(waterBalance.SWmm, 0, nlayr, 0.0)\n - excess_fr * waterBalance.SWmm[nlayr])\n - (MathUtilities.Sum(LL15, 0, nlayr, 0.0)\n - excess_fr * LL15[nlayr]);\n\n\n double pot_avail_sw = (MathUtilities.Sum(DUL, 0, nlayr, 0.0)\n - excess_fr * DUL[nlayr])\n - (MathUtilities.Sum(LL15, 0, nlayr, 0.0)\n - excess_fr * LL15[nlayr]);\n\n FASW = MathUtilities.Divide(avail_sw, pot_avail_sw, 0.0);\n WaterDeficit = MathUtilities.Constrain(pot_avail_sw - avail_sw, 0.0, 100000);\n }\n\n private int GetLayerIndex()\n {\n double[] cumThickness = soilPhysical.ThicknessCumulative;\n for (int i = 1; i < cumThickness.Length; i++)\n {\n if (FASWDepth < cumThickness[i])\n return i - 1;\n }\n \n return cumThickness.Length - 1;\n }\n\n }\n}\n \n", "Parameters": [ { "Key": "FASW", "Value": "0" }, { "Key": "WaterDeficit", "Value": "0" }, { "Key": "AutoIrrigationOn", "Value": "True" }, { "Key": "StartStageName", "Value": "Emergence" }, { "Key": "EndStageName", "Value": "EndGrainFill" }, { "Key": "FASWThreshold", "Value": "0.9" }, { "Key": "FASWDepth", "Value": "1000" } ], "Name": "AutoIrrigate", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1994-04-29", "Action": "[Fertiliser].Apply(Amount: 200, Type: Fertiliser.Types.NO3N);", "Enabled": true } ], "Name": "ApplyFertiliser", "Children": [ { "$type": "Models.Memo, Models", "Text": "Add sufficient N to remove limitation", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 5, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Flowering DAS", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.FloweringDAS", "YFieldName": "Predicted.Wheat.Phenology.FloweringDAS", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 5, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Flowering DAS vs TOS", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "HarvestReport", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.FloweringDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.FloweringDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed Yield", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted Yield", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Harvest Yield", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.Wt", "YFieldName": "Predicted.Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FloweringDate", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.FloweringDAS", "YFieldName": "Predicted.Wheat.Phenology.FloweringDAS", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PostSimulationTools.PredictedObserved, Models", "PredictedTableName": "HarvestReport", "ObservedTableName": "Observed", "FieldNameUsedForMatch": "Wheat.Phenology.CurrentStageName", "FieldName2UsedForMatch": null, "FieldName3UsedForMatch": null, "AllColumns": false, "Name": "SAObsPred", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Griffith", "Children": [ { "$type": "Models.Memo, Models", "Text": "This dataset from [Stapper1990] includes observed phenological data for range of cultivars, three of which have been used here (Yecora, Egret, Hartog). Planting dates from 1983 and 1984 provide a range of climatic conditions.", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Griffith1983", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.CultivarName = Yecora, Egret", "Name": "Cv", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.SowDate = 15-Apr, 12-May, 17-Jun, 11-Aug, 23-Sep", "Name": "TOS", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Griffith1983Base", "Children": [ { "$type": "Models.Clock, Models", "Start": "1983-04-01T00:00:00", "End": "1984-01-31T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Griffith1983.met", "ExcelWorkSheetName": "", "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "APS6Soil", "LocalName": "APS6Site", "Site": "APS6Site", "NearestTown": "Unknown", "Region": "Lawes", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "APS6Field", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.38, 1.34, 1.35, 1.5, 1.49, 1.46, 1.46 ], "AirDry": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "LL15": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.2, 0.2 ], "DUL": [ 0.38, 0.38, 0.4, 0.4, 0.39, 0.38, 0.38 ], "SAT": [ 0.43, 0.43, 0.43, 0.43, 0.42, 0.4, 0.4 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.25, 0.28 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 3.5, "WinterDate": "1-Apr", "WinterU": 6.0, "WinterCona": 3.5, "DiffusConst": 88.0, "DiffusSlope": 35.4, "Salb": 0.13, "CN2Bare": 60.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 60.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 2.2, 1.6, 1.15, 1.0, 0.8, 0.45, 0.45 ], "SoilCNRatio": [ 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5 ], "FBiom": [ 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.45, 0.6, 0.78, 0.9, 0.99, 0.99, 0.99 ], "FOM": [ 694.25806462551282, 540.68872438398739, 327.94428869980209, 198.90826577408126, 120.64396166224935, 73.174261657349746, 44.3824331970172 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.3, 0.6, 0.25, 0.2, 0.1, 0.1, 0.1 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5 ], "PH": [ 7.5, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ 0.326, 0.326, 0.346, 0.333, 0.315, 0.326, 0.326 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial Water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Soils.Nutrients;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing Models.Soils.Nutrients;\r\nusing Models.Utilities;\r\nusing APSIM.Shared.Utilities;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n [Link] Plant Wheat;\r\n [Link] Soil Soil;\r\n Accumulator accumulatedRain;\r\n \r\n [Description(\"Sowing date (d-mmm)\")]\r\n public string SowDate { get; set; }\r\n [Description(\"Cultivar to be sown\")]\r\n public string CultivarName { get; set; }\r\n [Description(\"Sowing depth (mm)\")]\r\n public double SowingDepth { get; set; }\r\n [Description(\"Row spacing (mm)\")]\r\n public double RowSpacing { get; set; }\r\n [Description(\"Plant population (/m2)\")]\r\n public double Population { get; set; }\r\n \r\n \r\n\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n \r\n \r\n if (DateUtilities.WithinDates(SowDate, Clock.Today, SowDate))\r\n {\r\n Wheat.Sow(population: Population, cultivar: CultivarName, depth: SowingDepth, rowSpacing: RowSpacing); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "CultivarName", "Value": "Hartog" }, { "Key": "SowDate", "Value": "25-May" }, { "Key": "SowingDepth", "Value": "40" }, { "Key": "RowSpacing", "Value": "250" }, { "Key": "Population", "Value": "100" } ], "Name": "Sowing", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Phen;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\nusing Models;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing System.Text;\r\nusing System.Collections.Generic;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Soils.Nutrients;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (phenology.CurrentPhase.Name == \"Ripening\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": [], "Name": "Harvesting", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Interfaces;\nusing Models.Soils.Nutrients;\nusing System;\nusing Models.Core;\nusing System.Collections.Generic;\nusing System.Text;\nusing Models.Soils;\nusing Models.PMF;\nusing Models;\nusing System.Xml.Serialization;\nusing APSIM.Shared.Utilities;\nusing Models.PMF.Phen;\n\nnamespace Models\n{\n [Serializable] \n public class Script : Model\n {\n [Link] private Plant Chickpea;\n [Link] private Zone zone;\n [Link] private Irrigation irrigation;\n [Link] private Soil soil;\n [Link]\n private Phenology phenology;\n [Link]\n private IPhysical soilPhysical;\n [Link]\n private ISoilWater waterBalance;\n public double FASW { get; set; }\n public double WaterDeficit { get; set; }\n \n \n [Description(\"Auto irrigation on?\")]\n public bool AutoIrrigationOn { get; set; }\n \n [Description(\"Irrigation window start stage\")]\n public string StartStageName { get; set; }\n [Description(\"Irrigation window end stage\")]\n public string EndStageName { get; set; }\n\n [Description(\"Threshold fraction available water (0-1)\")]\n public double FASWThreshold { get; set; }\n\n [Description(\"Soil depth (mm) to which fraction available water is calculated\")]\n public double FASWDepth { get; set; }\n\n [EventSubscribe(\"DoManagement\")]\n private void OnDoManagement(object sender, EventArgs e)\n {\n CalculateFASW();\n if (AutoIrrigationOn && phenology.Between(StartStageName, EndStageName))\n {\n if (FASW < FASWThreshold)\n {\n double amount = 10;\n irrigation.Apply(WaterDeficit, depth: 0);\n }\n }\n }\n \n private void CalculateFASW()\n {\n double[] LL15 = MathUtilities.Multiply(soilPhysical.LL15, soilPhysical.Thickness);\n double[] DUL = MathUtilities.Multiply(soilPhysical.DUL, soilPhysical.Thickness);\n \n int nlayr = GetLayerIndex();\n double cumdep = MathUtilities.Sum(soilPhysical.Thickness, 0, nlayr, 0.0);\n\n double excess_fr = MathUtilities.Divide((cumdep - FASWDepth), soilPhysical.Thickness[nlayr], 0.0);\n\n // note that results may be strange if swdep < ll15\n double avail_sw = (MathUtilities.Sum(waterBalance.SWmm, 0, nlayr, 0.0)\n - excess_fr * waterBalance.SWmm[nlayr])\n - (MathUtilities.Sum(LL15, 0, nlayr, 0.0)\n - excess_fr * LL15[nlayr]);\n\n\n double pot_avail_sw = (MathUtilities.Sum(DUL, 0, nlayr, 0.0)\n - excess_fr * DUL[nlayr])\n - (MathUtilities.Sum(LL15, 0, nlayr, 0.0)\n - excess_fr * LL15[nlayr]);\n\n FASW = MathUtilities.Divide(avail_sw, pot_avail_sw, 0.0);\n WaterDeficit = MathUtilities.Constrain(pot_avail_sw - avail_sw, 0.0, 100000);\n }\n\n private int GetLayerIndex()\n {\n double[] cumThickness = soilPhysical.ThicknessCumulative;\n for (int i = 1; i < cumThickness.Length; i++)\n {\n if (FASWDepth < cumThickness[i])\n return i - 1;\n }\n \n return cumThickness.Length - 1;\n }\n\n }\n}\n \n", "Parameters": [ { "Key": "FASW", "Value": "0" }, { "Key": "WaterDeficit", "Value": "0" }, { "Key": "AutoIrrigationOn", "Value": "True" }, { "Key": "StartStageName", "Value": "Emergence" }, { "Key": "EndStageName", "Value": "EndGrainFill" }, { "Key": "FASWThreshold", "Value": "0.9" }, { "Key": "FASWDepth", "Value": "1000" } ], "Name": "AutoIrrigate", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1994-04-29", "Action": "[Fertiliser].Apply(Amount: 200, Type: Fertiliser.Types.NO3N);", "Enabled": true } ], "Name": "ApplyFertiliser", "Children": [ { "$type": "Models.Memo, Models", "Text": "Add sufficient N to remove limitation", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 5, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Pre vs Obs Haun Stage", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "DailyObsPred", "XFieldName": "Observed.Wheat.Phenology.HaunStage", "YFieldName": "Predicted.Wheat.Phenology.HaunStage", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 5, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Pre vs Obs Flowering DAS", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.FloweringDAS", "YFieldName": "Predicted.Wheat.Phenology.FloweringDAS", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 5, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Flowering DAS vs TOS", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "HarvestReport", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.FloweringDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.FloweringDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 2, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Yecora", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "HarvestReport", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.TerminalSpikeletDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar] = 'Yecora'", "Name": "Predicted Terminal Spikelet", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.TerminalSpikeletDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar] = 'Yecora'", "Name": "Observed Terminal Spikelet", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "HarvestReport", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.HeadingDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar] = 'Yecora'", "Name": "Predicted Heading", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.HeadingDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar] = 'Yecora'", "Name": "Observed Heading", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "HarvestReport", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.FloweringDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar] = 'Yecora'", "Name": "Predicted Flowering", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.FloweringDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar] = 'Yecora'", "Name": "Observed Flowering", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -11094807, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "HarvestReport", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.MaturityDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar] = 'Yecora'", "Name": "Predicted Maturity", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -11094807, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.ReadyForHarvestDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar] = 'Yecora'", "Name": "Observed Maturity", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 2, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Egret", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "HarvestReport", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.TerminalSpikeletDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar] = 'Egret'", "Name": "Predicted TerminalSpikelet", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.TerminalSpikeletDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar] = 'Egret'", "Name": "Observed TerminalSpikelet", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "HarvestReport", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.HeadingDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar] = 'Egret'", "Name": "Predicted Heading", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.HeadingDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar] = 'Egret'", "Name": "Observed Heading", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "HarvestReport", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.FloweringDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar] = 'Egret'", "Name": "Predicted Flowering", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.FloweringDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar] = 'Egret'", "Name": "Observed Flowering", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -11094807, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "HarvestReport", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.MaturityDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar] = 'Egret'", "Name": "Predicted Maturity", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -11094807, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.ReadyForHarvestDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "[Wheat.SowingData.Cultivar] = 'Egret'", "Name": "Observed Maturity", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 5, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Leaf Appearance", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": "TOS", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.HaunStage", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": "TOS", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.HaunStage", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 5, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FLN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.FinalLeafNumber", "YFieldName": "Predicted.Wheat.Phenology.FinalLeafNumber", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": true, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Griffith1984", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.CultivarName = Hartog, Yecora, Egret", "Name": "Cv", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.SowDate = 18-May, 3-Jul", "Name": "TOS", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Griffith1984Base", "Children": [ { "$type": "Models.Clock, Models", "Start": "1984-04-01T00:00:00", "End": "1984-12-31T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Griffith1983.met", "ExcelWorkSheetName": "", "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "APS6Soil", "LocalName": "APS6Site", "Site": "APS6Site", "NearestTown": "Unknown", "Region": "Lawes", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "APS6Field", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.38, 1.34, 1.35, 1.5, 1.49, 1.46, 1.46 ], "AirDry": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "LL15": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.2, 0.2 ], "DUL": [ 0.38, 0.38, 0.4, 0.4, 0.39, 0.38, 0.38 ], "SAT": [ 0.43, 0.43, 0.43, 0.43, 0.42, 0.4, 0.4 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.2, 0.2, 0.22, 0.18, 0.14, 0.25, 0.28 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 3.5, "WinterDate": "1-Apr", "WinterU": 6.0, "WinterCona": 3.5, "DiffusConst": 88.0, "DiffusSlope": 35.4, "Salb": 0.13, "CN2Bare": 60.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 60.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 2.2, 1.6, 1.15, 1.0, 0.8, 0.45, 0.45 ], "SoilCNRatio": [ 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5 ], "FBiom": [ 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.45, 0.6, 0.78, 0.9, 0.99, 0.99, 0.99 ], "FOM": [ 694.25806462551282, 540.68872438398739, 327.94428869980209, 198.90826577408126, 120.64396166224935, 73.174261657349746, 44.3824331970172 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.3, 0.6, 0.25, 0.2, 0.1, 0.1, 0.1 ], "NH4N": [ 1.3, 1.0, 1.0, 0.8, 0.8, 0.5, 0.5 ], "PH": [ 7.5, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ 0.326, 0.326, 0.346, 0.333, 0.315, 0.326, 0.326 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial Water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Soils.Nutrients;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing Models.Soils.Nutrients;\r\nusing Models.Utilities;\r\nusing APSIM.Shared.Utilities;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n [Link] Plant Wheat;\r\n [Link] Soil Soil;\r\n Accumulator accumulatedRain;\r\n \r\n [Description(\"Sowing date (d-mmm)\")]\r\n public string SowDate { get; set; }\r\n [Description(\"Cultivar to be sown\")]\r\n public string CultivarName { get; set; }\r\n [Description(\"Sowing depth (mm)\")]\r\n public double SowingDepth { get; set; }\r\n [Description(\"Row spacing (mm)\")]\r\n public double RowSpacing { get; set; }\r\n [Description(\"Plant population (/m2)\")]\r\n public double Population { get; set; }\r\n \r\n \r\n\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n \r\n \r\n if (DateUtilities.WithinDates(SowDate, Clock.Today, SowDate))\r\n {\r\n Wheat.Sow(population: Population, cultivar: CultivarName, depth: SowingDepth, rowSpacing: RowSpacing); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "CultivarName", "Value": "Hartog" }, { "Key": "SowDate", "Value": "25-May" }, { "Key": "SowingDepth", "Value": "40" }, { "Key": "RowSpacing", "Value": "250" }, { "Key": "Population", "Value": "100" } ], "Name": "Sowing", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Phen;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\nusing Models;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing System.Text;\r\nusing System.Collections.Generic;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Soils.Nutrients;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (phenology.CurrentPhase.Name == \"Ripening\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": [], "Name": "Harvesting", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Interfaces;\nusing Models.Soils.Nutrients;\nusing System;\nusing Models.Core;\nusing System.Collections.Generic;\nusing System.Text;\nusing Models.Soils;\nusing Models.PMF;\nusing Models;\nusing System.Xml.Serialization;\nusing APSIM.Shared.Utilities;\nusing Models.PMF.Phen;\n\nnamespace Models\n{\n [Serializable] \n public class Script : Model\n {\n [Link] private Plant Chickpea;\n [Link] private Zone zone;\n [Link] private Irrigation irrigation;\n [Link] private Soil soil;\n [Link]\n private Phenology phenology;\n [Link]\n private IPhysical soilPhysical;\n [Link]\n private ISoilWater waterBalance;\n public double FASW { get; set; }\n public double WaterDeficit { get; set; }\n \n \n [Description(\"Auto irrigation on?\")]\n public bool AutoIrrigationOn { get; set; }\n \n [Description(\"Irrigation window start stage\")]\n public string StartStageName { get; set; }\n [Description(\"Irrigation window end stage\")]\n public string EndStageName { get; set; }\n\n [Description(\"Threshold fraction available water (0-1)\")]\n public double FASWThreshold { get; set; }\n\n [Description(\"Soil depth (mm) to which fraction available water is calculated\")]\n public double FASWDepth { get; set; }\n\n [EventSubscribe(\"DoManagement\")]\n private void OnDoManagement(object sender, EventArgs e)\n {\n CalculateFASW();\n if (AutoIrrigationOn && phenology.Between(StartStageName, EndStageName))\n {\n if (FASW < FASWThreshold)\n {\n double amount = 10;\n irrigation.Apply(WaterDeficit, depth: 0);\n }\n }\n }\n \n private void CalculateFASW()\n {\n double[] LL15 = MathUtilities.Multiply(soilPhysical.LL15, soilPhysical.Thickness);\n double[] DUL = MathUtilities.Multiply(soilPhysical.DUL, soilPhysical.Thickness);\n \n int nlayr = GetLayerIndex();\n double cumdep = MathUtilities.Sum(soilPhysical.Thickness, 0, nlayr, 0.0);\n\n double excess_fr = MathUtilities.Divide((cumdep - FASWDepth), soilPhysical.Thickness[nlayr], 0.0);\n\n // note that results may be strange if swdep < ll15\n double avail_sw = (MathUtilities.Sum(waterBalance.SWmm, 0, nlayr, 0.0)\n - excess_fr * waterBalance.SWmm[nlayr])\n - (MathUtilities.Sum(LL15, 0, nlayr, 0.0)\n - excess_fr * LL15[nlayr]);\n\n\n double pot_avail_sw = (MathUtilities.Sum(DUL, 0, nlayr, 0.0)\n - excess_fr * DUL[nlayr])\n - (MathUtilities.Sum(LL15, 0, nlayr, 0.0)\n - excess_fr * LL15[nlayr]);\n\n FASW = MathUtilities.Divide(avail_sw, pot_avail_sw, 0.0);\n WaterDeficit = MathUtilities.Constrain(pot_avail_sw - avail_sw, 0.0, 100000);\n }\n\n private int GetLayerIndex()\n {\n double[] cumThickness = soilPhysical.ThicknessCumulative;\n for (int i = 1; i < cumThickness.Length; i++)\n {\n if (FASWDepth < cumThickness[i])\n return i - 1;\n }\n \n return cumThickness.Length - 1;\n }\n\n }\n}\n \n", "Parameters": [ { "Key": "FASW", "Value": "0" }, { "Key": "WaterDeficit", "Value": "0" }, { "Key": "AutoIrrigationOn", "Value": "True" }, { "Key": "StartStageName", "Value": "Emergence" }, { "Key": "EndStageName", "Value": "EndGrainFill" }, { "Key": "FASWThreshold", "Value": "0.9" }, { "Key": "FASWDepth", "Value": "1000" } ], "Name": "AutoIrrigate", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1994-04-29", "Action": "[Fertiliser].Apply(Amount: 200, Type: Fertiliser.Types.NO3N);", "Enabled": true } ], "Name": "ApplyFertiliser", "Children": [ { "$type": "Models.Memo, Models", "Text": "Add sufficient N to remove limitation", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 5, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Pre vs Obs Flowering DAS", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.FloweringDAS", "YFieldName": "Predicted.Wheat.Phenology.FloweringDAS", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 5, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Flowering DAS vs TOS", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "HarvestReport", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.FloweringDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.FloweringDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 5, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Pre vs Obs Flowering DAS", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.FloweringDAS", "YFieldName": "Predicted.Wheat.Phenology.FloweringDAS", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 5, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Flowering DAS vs TOS", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "HarvestReport", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.FloweringDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Wheat.SowingDate", "YFieldName": "Wheat.Phenology.FloweringDAS", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FLN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 4, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.FinalLeafNumber", "YFieldName": "Predicted.Wheat.Phenology.FinalLeafNumber", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Europe", "Children": [ { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Belgium", "Children": [ { "$type": "Models.Memo, Models", "Text": "This trial was conducted at Lonzee near Gembuloux in Belgium and is described in detail by [Dufranne_Belgium_2011] and [Moureaux_BelgumWheat_2008]. The trial was run to measure carbon flux from wheat crops using eddy covariance but sufficient crop information was collected to make it suitable as a model validataion dataset also. Crops of wheat (cultivars 'Dekan', 'Rosario', 'Ararat' for the three respective sowing dates) were sown on 14/10/2004, 13/10/2004 and 13/11/2004. Standard management practices for winter wheat in this area were followed. Dates for the timing of key phenological events were used to determine the developmental coefficients for each of the cultivars.", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Lonzee04", "Children": [ { "$type": "Models.Clock, Models", "Start": "2004-10-14T00:00:00", "End": "2005-08-31T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BrusselsSouth.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2004-10-14", "Action": "[Wheat].Sow(population:100, cultivar:\"Dekan\", depth:30, rowSpacing:250);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2005-03-22", "Action": "[Fertiliser].Apply(Amount: 45, Type: Fertiliser.Types.NO3N);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2005-04-12", "Action": "[Fertiliser].Apply(Amount: 35, Type: Fertiliser.Types.NO3N);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2005-05-12", "Action": "[Fertiliser].Apply(Amount: 40.5, Type: Fertiliser.Types.NO3N);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2005-05-30", "Action": "[Fertiliser].Apply(Amount: 80, Type: Fertiliser.Types.NO3N);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2005-08-04", "Action": "[Wheat].Harvest();", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2005-08-04", "Action": "[Wheat].EndCrop();", "Enabled": true } ], "Name": "CropManagement", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 3000.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 30.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 0.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "APS26Soil", "LocalName": "APS26Site", "Site": "APS26Site", "NearestTown": "Unknown", "Region": "Lawes", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-80", "80-90", "90-100", "100-110", "110-120", "120-130", "130-140", "140-150" ], "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4 ], "AirDry": [ 0.04, 0.04, 0.06, 0.06, 0.06, 0.06, 0.06, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "LL15": [ 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15 ], "DUL": [ 0.38, 0.38, 0.38, 0.38, 0.38, 0.38, 0.38, 0.38, 0.38, 0.38, 0.38, 0.38, 0.38, 0.38, 0.38 ], "SAT": [ 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15 ], "KL": [ 0.1, 0.08, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 4.0, "SummerCona": 2.0, "WinterDate": "1-Apr", "WinterU": 2.0, "WinterCona": 2.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.13, "CN2Bare": 72.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 150.0, 150.0, 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-80", "80-90", "90-100", "100-110", "110-120", "120-130", "130-140", "140-150" ], "FOMCNRatio": 40.0, "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0 ], "Carbon": [ 2.0, 1.5, 1.0, 0.5, 0.3, 0.2, 0.2, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "SoilCNRatio": [ 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5 ], "FBiom": [ 0.06, 0.04, 0.03, 0.02, 0.02, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.16, 0.2, 0.3, 0.7, 0.9, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99 ], "FOM": [ 381.53395073388549, 312.3735788091717, 255.74985542009742, 209.39027172768135, 171.4342548588078, 140.35849658391436, 114.91581760904158, 94.085113891622612, 77.030376149915881, 63.067137875100848, 51.635005286954232, 42.275166763773591, 34.611979121001632, 28.337891731257056, 23.2011034377744 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-80", "80-90", "90-100", "100-110", "110-120", "120-130", "130-140", "140-150" ], "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0 ], "NO3N": [ 30.0, 20.0, 20.0, 20.0, 10.0, 10.0, 5.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0 ], "NH4N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0 ], "PH": [ 5.8, 5.9, 6.6, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.4, 7.6, 7.8, 8.0, 8.2, 8.3 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-10", "10-150" ], "Thickness": [ 100.0, 1400.0 ], "NO3": null, "NH4": null, "SW": [ 0.27, 0.38 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial Water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Lonzee06", "Children": [ { "$type": "Models.Clock, Models", "Start": "2006-10-13T00:00:00", "End": "2007-08-31T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BrusselsSouth.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2006-10-13", "Action": "[Wheat].Sow(population:100, cultivar:\"Rosario\", depth:30, rowSpacing:250);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2007-03-17", "Action": "[Fertiliser].Apply(Amount: 40, Type: Fertiliser.Types.NO3N);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2007-04-12", "Action": "[Fertiliser].Apply(Amount: 60, Type: Fertiliser.Types.NO3N);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2007-05-08", "Action": "[Fertiliser].Apply(Amount: 94.5, Type: Fertiliser.Types.NO3N);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2007-08-06", "Action": "[Wheat].Harvest();", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2007-08-06", "Action": "[Wheat].EndCrop();", "Enabled": true } ], "Name": "CropManagement", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 3000.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 30.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 0.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "APS26Soil", "LocalName": "APS26Site", "Site": "APS26Site", "NearestTown": "Unknown", "Region": "Lawes", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-80", "80-90", "90-100", "100-110", "110-120", "120-130", "130-140", "140-150" ], "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4 ], "AirDry": [ 0.04, 0.04, 0.06, 0.06, 0.06, 0.06, 0.06, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "LL15": [ 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15 ], "DUL": [ 0.38, 0.38, 0.38, 0.38, 0.38, 0.38, 0.38, 0.38, 0.38, 0.38, 0.38, 0.38, 0.38, 0.38, 0.38 ], "SAT": [ 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15 ], "KL": [ 0.1, 0.08, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 4.0, "SummerCona": 2.0, "WinterDate": "1-Apr", "WinterU": 2.0, "WinterCona": 2.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.13, "CN2Bare": 72.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 150.0, 150.0, 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-80", "80-90", "90-100", "100-110", "110-120", "120-130", "130-140", "140-150" ], "FOMCNRatio": 40.0, "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0 ], "Carbon": [ 2.0, 1.5, 1.0, 0.5, 0.3, 0.2, 0.2, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "SoilCNRatio": [ 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5 ], "FBiom": [ 0.06, 0.04, 0.03, 0.02, 0.02, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.16, 0.2, 0.3, 0.7, 0.9, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99 ], "FOM": [ 381.53395073388549, 312.3735788091717, 255.74985542009742, 209.39027172768135, 171.4342548588078, 140.35849658391436, 114.91581760904158, 94.085113891622612, 77.030376149915881, 63.067137875100848, 51.635005286954232, 42.275166763773591, 34.611979121001632, 28.337891731257056, 23.2011034377744 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-80", "80-90", "90-100", "100-110", "110-120", "120-130", "130-140", "140-150" ], "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0 ], "NO3N": [ 30.0, 20.0, 20.0, 20.0, 10.0, 10.0, 5.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0 ], "NH4N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0 ], "PH": [ 5.8, 5.9, 6.6, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.4, 7.6, 7.8, 8.0, 8.2, 8.3 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-10", "10-150" ], "Thickness": [ 100.0, 1400.0 ], "NO3": null, "NH4": null, "SW": [ 0.27, 0.38 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial Water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Lonzee08", "Children": [ { "$type": "Models.Clock, Models", "Start": "2008-11-13T00:00:00", "End": "2009-08-31T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BrusselsSouth.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-11-13", "Action": "[Wheat].Sow(population:100, cultivar:\"Ararat\", depth:30, rowSpacing:250);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2009-03-18", "Action": "[Fertiliser].Apply(Amount: 80, Type: Fertiliser.Types.NO3N);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2009-04-24", "Action": "[Fertiliser].Apply(Amount: 40, Type: Fertiliser.Types.NO3N);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2009-05-28", "Action": "[Fertiliser].Apply(Amount: 90, Type: Fertiliser.Types.NO3N);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2009-08-08", "Action": "[Wheat].Harvest();", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2009-08-08", "Action": "[Wheat].EndCrop();", "Enabled": true } ], "Name": "CropManagement", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 3000.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 30.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 0.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "APS26Soil", "LocalName": "APS26Site", "Site": "APS26Site", "NearestTown": "Unknown", "Region": "Lawes", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-80", "80-90", "90-100", "100-110", "110-120", "120-130", "130-140", "140-150" ], "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4 ], "AirDry": [ 0.04, 0.04, 0.06, 0.06, 0.06, 0.06, 0.06, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "LL15": [ 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15 ], "DUL": [ 0.38, 0.38, 0.38, 0.38, 0.38, 0.38, 0.38, 0.38, 0.38, 0.38, 0.38, 0.38, 0.38, 0.38, 0.38 ], "SAT": [ 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15 ], "KL": [ 0.1, 0.08, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 4.0, "SummerCona": 2.0, "WinterDate": "1-Apr", "WinterU": 2.0, "WinterCona": 2.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.13, "CN2Bare": 72.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 150.0, 150.0, 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-80", "80-90", "90-100", "100-110", "110-120", "120-130", "130-140", "140-150" ], "FOMCNRatio": 40.0, "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0 ], "Carbon": [ 2.0, 1.5, 1.0, 0.5, 0.3, 0.2, 0.2, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "SoilCNRatio": [ 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5 ], "FBiom": [ 0.06, 0.04, 0.03, 0.02, 0.02, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.16, 0.2, 0.3, 0.7, 0.9, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99 ], "FOM": [ 381.53395073388549, 312.3735788091717, 255.74985542009742, 209.39027172768135, 171.4342548588078, 140.35849658391436, 114.91581760904158, 94.085113891622612, 77.030376149915881, 63.067137875100848, 51.635005286954232, 42.275166763773591, 34.611979121001632, 28.337891731257056, 23.2011034377744 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-80", "80-90", "90-100", "100-110", "110-120", "120-130", "130-140", "140-150" ], "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0 ], "NO3N": [ 30.0, 20.0, 20.0, 20.0, 10.0, 10.0, 5.0, 5.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0 ], "NH4N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0 ], "PH": [ 5.8, 5.9, 6.6, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.4, 7.6, 7.8, 8.0, 8.2, 8.3 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-10", "10-150" ], "Thickness": [ 100.0, 1400.0 ], "NO3": null, "NH4": null, "SW": [ 0.27, 0.38 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial Water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Phenology", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "LAI", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Biomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 1, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": 0.0, "Maximum": 1.0, "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "WaterStress", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Fw", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": true, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 2, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "NStress", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Fn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": true, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Stress", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 2, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 1, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "TotalSoilNitrogen", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": true, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Nitrate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "NorthAmerica", "Children": [ { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Arizona", "Children": [ { "$type": "Models.Memo, Models", "Text": "These FACE trials were conducted to investigate the effects of atmospheric CO2 concentrations and water stress on wheat growth and development [Hanksar_1996_FACE]. It was conducted at Maricopa, Arazona using Free Air Carbon Enrichment to create elevated CO2 treatments: \r\n \r\n1. Normal CO2 (370 ppm) (that is no longer normal)\r\n2. High CO2 (550 ppm)\r\n\r\nIrrigation treatmetnts were also applied with:\r\n\r\n1. High Irrigation (~600 mm) \r\n2. Low irrigation (~265 mm)\r\n\r\nCrop development, Biomass production and soil moisture were monitored throughout the crops duration.", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "ArizonaFACE92", "Children": [ { "$type": "Models.Memo, Models", "Text": "This trial was conducted to investigate the effects of atmospheric CO2 concentrations and water stress on wheat growth and development [Hanksar_1996_FACE]. It was conducted at Maricopa, Arazona using Free Air Carbon Enrichment to create elevated CO2 treatments: \r\n \r\n1. Normal CO2 (370 ppm) (that is no longer normal)\r\n2. High CO2 (550 ppm)\r\n\r\nIrrigation treatmetnts were also applied with:\r\n\r\n1. High Irrigation (~600 mm) \r\n2. Low irrigation (~265 mm)\r\n\r\nCrop development, Biomass production and soil moisture were monitored throughout the crops duration.", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[SetCO2]", "Name": "CO2", "Children": [ { "$type": "Models.Manager, Models", "Code": "using Models.Climate;\r\nusing System;\r\nusing Models.Core;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Collections.Generic;\r\nusing System.Text;\r\nusing Models.PMF;\r\nusing Models;\r\nusing System.Xml.Serialization;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n [System.Xml.Serialization.XmlInclude(typeof(Model))]\r\n public class Script : Model\r\n {\r\n [Link] Weather Met;\r\n [Link] Clock Clock;\r\n \r\n [Description(\"CO2 conc\")]\r\n public double CO2 { get; set; }\r\n \r\n \r\n [EventSubscribe(\"PreparingNewWeatherData\")]\r\n private void OnPreparingNewWeatherData(object sender, EventArgs e)\r\n {\r\n Met.CO2 = CO2; \r\n }\r\n }\r\n}\r\n", "Parameters": [ { "Key": "CO2", "Value": "350" } ], "Name": "Normal", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Climate;\r\nusing System;\r\nusing Models.Core;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Collections.Generic;\r\nusing System.Text;\r\nusing Models.PMF;\r\nusing Models;\r\nusing System.Xml.Serialization;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n [System.Xml.Serialization.XmlInclude(typeof(Model))]\r\n public class Script : Model\r\n {\r\n [Link] Weather Met;\r\n [Link] Clock Clock;\r\n \r\n [Description(\"CO2 conc\")]\r\n public double CO2 { get; set; }\r\n \r\n \r\n [EventSubscribe(\"PreparingNewWeatherData\")]\r\n private void OnPreparingNewWeatherData(object sender, EventArgs e)\r\n {\r\n Met.CO2 = CO2; \r\n }\r\n }\r\n}\r\n", "Parameters": [ { "Key": "CO2", "Value": "550" } ], "Name": "High", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[IrrigationSchedule]", "Name": "Irr", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1992-12-18", "Action": "[Irrigation].Apply(amount:300);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-01-30", "Action": "[Irrigation].Apply(amount:30);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-01-31", "Action": "[Irrigation].Apply(amount:7);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-03-01", "Action": "[Irrigation].Apply(amount:12);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-03-09", "Action": "[Irrigation].Apply(amount:60);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-03-18", "Action": "[Irrigation].Apply(amount:34);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-03-25", "Action": "[Irrigation].Apply(amount:50);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-04-05", "Action": "[Irrigation].Apply(amount:54);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-04-06", "Action": "[Irrigation].Apply(amount:4);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-04-12", "Action": "[Irrigation].Apply(amount:47);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-04-17", "Action": "[Irrigation].Apply(amount:38);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-04-18", "Action": "[Irrigation].Apply(amount:6);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-04-21", "Action": "[Irrigation].Apply(amount:36);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-04-26", "Action": "[Irrigation].Apply(amount:48);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-04-27", "Action": "[Irrigation].Apply(amount:6);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-04-30", "Action": "[Irrigation].Apply(amount:42);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-05-05", "Action": "[Irrigation].Apply(amount:41);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-05-10", "Action": "[Irrigation].Apply(amount:41);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-05-11", "Action": "[Irrigation].Apply(amount:4);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-05-14", "Action": "[Irrigation].Apply(amount:41);", "Enabled": true } ], "Name": "Wet", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1992-12-18", "Action": "[Irrigation].Apply(amount:300);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-01-30", "Action": "[Irrigation].Apply(amount:30);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-01-31", "Action": "[Irrigation].Apply(amount:7);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-03-18", "Action": "[Irrigation].Apply(amount:17);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-03-25", "Action": "[Irrigation].Apply(amount:15);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-04-05", "Action": "[Irrigation].Apply(amount:27);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-04-06", "Action": "[Irrigation].Apply(amount:4);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-04-12", "Action": "[Irrigation].Apply(amount:18);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-04-17", "Action": "[Irrigation].Apply(amount:16);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-04-18", "Action": "[Irrigation].Apply(amount:6);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-04-21", "Action": "[Irrigation].Apply(amount:18);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-04-26", "Action": "[Irrigation].Apply(amount:24);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-04-27", "Action": "[Irrigation].Apply(amount:6);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-04-30", "Action": "[Irrigation].Apply(amount:21);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-05-05", "Action": "[Irrigation].Apply(amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-05-10", "Action": "[Irrigation].Apply(amount:20);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-05-11", "Action": "[Irrigation].Apply(amount:4);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-05-14", "Action": "[Irrigation].Apply(amount:20);", "Enabled": true } ], "Name": "Dry", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "FACE92", "Children": [ { "$type": "Models.Clock, Models", "Start": "1992-12-14T00:00:00", "End": "1993-05-30T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Maricopa9293.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": null, "LocalName": null, "Site": null, "NearestTown": null, "Region": null, "State": null, "Country": null, "NaturalVegetation": null, "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-5", "5-15", "15-30", "30-50", "50-60", "60-70", "70-90", "90-110", "110-120", "120-130", "130-150", "150-170", "170-190", "190-210" ], "Thickness": [ 50.0, 100.0, 150.0, 200.0, 100.0, 100.0, 200.0, 200.0, 100.0, 100.0, 200.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.31, 1.27, 1.27, 1.3, 1.47, 1.47, 1.57, 1.57, 1.57, 1.57, 1.57, 1.57, 1.57, 1.57 ], "AirDry": [ 0.03, 0.03, 0.15, 0.15, 0.15, 0.15, 0.15, 0.16, 0.16, 0.16, 0.14, 0.14, 0.13, 0.13 ], "LL15": [ 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.16, 0.16, 0.16, 0.14, 0.14, 0.13, 0.13 ], "DUL": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.28, 0.28, 0.28, 0.25, 0.25, 0.24, 0.24 ], "SAT": [ 0.42, 0.42, 0.42, 0.42, 0.39, 0.39, 0.36, 0.35, 0.35, 0.35, 0.34, 0.34, 0.33, 0.33 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.16, 0.16, 0.16, 0.14, 0.14, 0.13, 0.13 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 2.0, "WinterDate": "1-Apr", "WinterU": 6.0, "WinterCona": 2.0, "DiffusConst": 88.0, "DiffusSlope": 35.4, "Salb": 0.13, "CN2Bare": 60.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 50.0, 100.0, 150.0, 200.0, 100.0, 100.0, 200.0, 200.0, 100.0, 100.0, 200.0, 200.0, 200.0, 200.0 ], "SWCON": [ 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.3, 0.25, 0.25, 0.25, 0.2, 0.2, 0.18, 0.18 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-5", "5-15", "15-30", "30-50", "50-60", "60-70", "70-90", "90-110", "110-120", "120-130", "130-150", "150-170", "170-190", "190-210" ], "FOMCNRatio": 20.0, "Thickness": [ 50.0, 100.0, 150.0, 200.0, 100.0, 100.0, 200.0, 200.0, 100.0, 100.0, 200.0, 200.0, 200.0, 200.0 ], "Carbon": [ 0.41, 0.35, 0.27, 0.24, 0.16, 0.16, 0.3, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "SoilCNRatio": [ 15.0, 15.0, 15.0, 15.0, 15.0, 15.0, 15.0, 15.0, 15.0, 15.0, 15.0, 15.0, 15.0, 15.0 ], "FBiom": [ 0.04, 0.04, 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.31, 0.31, 0.31, 0.31, 0.31, 0.31, 0.25, 0.2, 0.2, 0.2, 0.2, 0.2, 0.17, 0.17 ], "FOM": [ 290.15036132887627, 251.52493584053258, 203.01023953128575, 152.55758526953605, 132.24879910941465, 114.64356121645305, 86.152033051451, 64.741296590436932, 56.12279921542158, 48.651614311965794, 36.560583426898894, 27.474448266899135, 20.646424012346348, 15.51531882848262 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-5", "5-15", "15-30", "30-50", "50-60", "60-70", "70-90", "90-110", "110-120", "120-130", "130-150", "150-170", "170-190", "190-210" ], "Thickness": [ 50.0, 100.0, 150.0, 200.0, 100.0, 100.0, 200.0, 200.0, 100.0, 100.0, 200.0, 200.0, 200.0, 200.0 ], "NO3N": [ 24.9, 24.9, 16.0, 9.8, 9.8, 2.1, 2.1, 2.1, 2.1, 0.2, 0.2, 0.2, 0.2, 0.2 ], "NH4N": [ 0.8, 0.8, 0.6, 0.4, 0.4, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ], "PH": [ 8.5, 8.5, 8.5, 8.6, 8.6, 8.6, 8.6, 8.6, 8.6, 8.6, 8.6, 8.6, 8.6, 8.6 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-5", "5-15", "15-30", "30-50", "50-60", "60-70", "70-90", "90-110", "110-120", "120-130", "130-150", "150-170", "170-190", "190-210" ], "Thickness": [ 50.0, 100.0, 150.0, 200.0, 100.0, 100.0, 200.0, 200.0, 100.0, 100.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.223, 0.223, 0.223, 0.228, 0.202, 0.202, 0.198, 0.192, 0.185, 0.185, 0.189, 0.19, 0.198, 0.196 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial Water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1992-12-15", "Action": " [Wheat].Sow(population: 140, cultivar: \"Yecora\", depth: 30, rowSpacing: 250);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1992-12-16", "Action": " [Fertiliser].Apply(Amount: 40, Type: Fertiliser.Types.NO3N);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1992-12-17", "Action": " [Fertiliser].Apply(Amount: 20, Type: Fertiliser.Types.NO3N);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-01-30", "Action": " [Fertiliser].Apply(Amount: 13, Type: Fertiliser.Types.NO3N);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-01-31", "Action": " [Fertiliser].Apply(Amount: 10, Type: Fertiliser.Types.NO3N);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-02-01", "Action": " [Fertiliser].Apply(Amount: 92, Type: Fertiliser.Types.NO3N);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-03-18", "Action": " [Fertiliser].Apply(Amount: 66, Type: Fertiliser.Types.NO3N);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-03-19", "Action": " [Fertiliser].Apply(Amount: 10, Type: Fertiliser.Types.NO3N);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-04-05", "Action": " [Fertiliser].Apply(Amount: 81, Type: Fertiliser.Types.NO3N);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-05-20", "Action": " [Wheat].Harvest();", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-05-20", "Action": " [Wheat].EndCrop();", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": null, "Name": "IrrigationSchedule", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Climate;\r\nusing System;\r\nusing Models.Core;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Collections.Generic;\r\nusing System.Text;\r\nusing Models.PMF;\r\nusing Models;\r\nusing System.Xml.Serialization;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n [System.Xml.Serialization.XmlInclude(typeof(Model))]\r\n public class Script : Model\r\n {\r\n [Link] Weather Met;\r\n [Link] Clock Clock;\r\n [Link] Zone zone;\r\n \r\n [Description(\"CO2 conc\")]\r\n public double CO2 { get; set; }\r\n \r\n \r\n [EventSubscribe(\"PreparingNewWeatherData\")]\r\n private void OnPreparingNewWeatherData(object sender, EventArgs e)\r\n {\r\n zone.Set(\"Weather.CO2\", CO2);\r\n }\r\n }\r\n}\r\n", "Parameters": [ { "Key": "CO2", "Value": "0" } ], "Name": "SetCO2", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "([Wheat].Leaf.Transpiration + [Soil].SoilWater.Es + [MicroClimate].PrecipitationInterception) as ET", "sum([Soil].SoilWater.SWmm[1:7]) as TopSoilWater" ], "EventNames": [ "[Clock].DoReport", "" ], "GroupByVariableName": null, "Name": "SupReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Phenology", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "CO2", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "CO2", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LAI", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "CO2", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "CO2", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "AboveGroundWt", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "CO2", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "CO2", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Pre vs Obs LAI", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "CO2", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "DailyObsPred", "XFieldName": "Observed.Wheat.Leaf.LAI", "YFieldName": "Predicted.Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Pre vs Obs AboveGroundWt", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "CO2", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "DailyObsPred", "XFieldName": "Observed.Wheat.AboveGround.Wt", "YFieldName": "Predicted.Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "GrainWt", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "CO2", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "CO2", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "N Stress", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": "CO2", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Fn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "YieldComponents", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain number (grains/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "GrainNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "CO2", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "CO2", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain number (grains/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "PlantNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "CO2", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.MainStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain number (grains/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "GrainSize", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "CO2", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Size", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "CO2", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.GrainSize", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Tips (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Tillers", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "CO2", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "CO2", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "ET", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16747854, "FactorToVaryColours": "CO2", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "ET", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": true, "CumulativeX": false, "Filter": null, "Name": "Predicted1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "SoilWater", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16747854, "FactorToVaryColours": "CO2", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "TopSoilWater", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "CO2", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "TopSoilWater", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "ArizonaFACE93", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[SetCO2]", "Name": "CO2", "Children": [ { "$type": "Models.Manager, Models", "Code": "using Models.Climate;\r\nusing System;\r\nusing Models.Core;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Collections.Generic;\r\nusing System.Text;\r\nusing Models.PMF;\r\nusing Models;\r\nusing System.Xml.Serialization;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n [System.Xml.Serialization.XmlInclude(typeof(Model))]\r\n public class Script : Model\r\n {\r\n [Link] Weather Met;\r\n [Link] Clock Clock;\r\n \r\n [Description(\"CO2 conc\")]\r\n public double CO2 { get; set; }\r\n \r\n \r\n [EventSubscribe(\"PreparingNewWeatherData\")]\r\n private void OnPreparingNewWeatherData(object sender, EventArgs e)\r\n {\r\n Met.CO2 = CO2; \r\n }\r\n }\r\n}\r\n", "Parameters": [ { "Key": "CO2", "Value": "350" } ], "Name": "Normal", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Climate;\r\nusing System;\r\nusing Models.Core;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Collections.Generic;\r\nusing System.Text;\r\nusing Models.PMF;\r\nusing Models;\r\nusing System.Xml.Serialization;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n [System.Xml.Serialization.XmlInclude(typeof(Model))]\r\n public class Script : Model\r\n {\r\n [Link] Weather Met;\r\n [Link] Clock Clock;\r\n \r\n [Description(\"CO2 conc\")]\r\n public double CO2 { get; set; }\r\n \r\n \r\n [EventSubscribe(\"PreparingNewWeatherData\")]\r\n private void OnPreparingNewWeatherData(object sender, EventArgs e)\r\n {\r\n Met.CO2 = CO2; \r\n }\r\n }\r\n}\r\n", "Parameters": [ { "Key": "CO2", "Value": "550" } ], "Name": "High", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[IrrigationSchedule]", "Name": "Irr", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1993-12-13", "Action": "[Irrigation].Apply(amount:13);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-12-17", "Action": "[Irrigation].Apply(amount:17);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1994-01-21", "Action": "[Irrigation].Apply(amount:30);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1994-02-03", "Action": "[Irrigation].Apply(amount:30);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1994-02-23", "Action": "[Irrigation].Apply(amount:35);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1994-03-04", "Action": "[Irrigation].Apply(amount:30);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1994-03-16", "Action": "[Irrigation].Apply(amount:36);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1994-03-21", "Action": "[Irrigation].Apply(amount:25);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1994-03-28", "Action": "[Irrigation].Apply(amount:30);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1994-04-04", "Action": "[Irrigation].Apply(amount:30);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1994-04-08", "Action": "[Irrigation].Apply(amount:50);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1994-04-14", "Action": "[Irrigation].Apply(amount:50);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1994-04-19", "Action": "[Irrigation].Apply(amount:50);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1994-04-25", "Action": "[Irrigation].Apply(amount:50);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1994-04-30", "Action": "[Irrigation].Apply(amount:7);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1994-05-04", "Action": "[Irrigation].Apply(amount:60);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1994-05-10", "Action": "[Irrigation].Apply(amount:48);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1994-05-16", "Action": "[Irrigation].Apply(amount:38);", "Enabled": true } ], "Name": "Wet", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1993-12-13", "Action": "[Irrigation].Apply(amount:13);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-12-17", "Action": "[Irrigation].Apply(amount:17);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1994-02-03", "Action": "[Irrigation].Apply(amount:30);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1994-03-16", "Action": "[Irrigation].Apply(amount:30);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1994-03-28", "Action": "[Irrigation].Apply(amount:30);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1994-04-08", "Action": "[Irrigation].Apply(amount:50);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1994-04-19", "Action": "[Irrigation].Apply(amount:50);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1994-04-30", "Action": "[Irrigation].Apply(amount:7);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1994-05-04", "Action": "[Irrigation].Apply(amount:60);", "Enabled": true } ], "Name": "Dry", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "FACE93", "Children": [ { "$type": "Models.Clock, Models", "Start": "1993-12-07T00:00:00", "End": "1994-05-31T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Maricopa9394.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": null, "LocalName": null, "Site": null, "NearestTown": null, "Region": null, "State": null, "Country": null, "NaturalVegetation": null, "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-5", "5-15", "15-30", "30-50", "50-60", "60-70", "70-90", "90-110", "110-120", "120-130", "130-150", "150-170", "170-190", "190-210" ], "Thickness": [ 50.0, 100.0, 150.0, 200.0, 100.0, 100.0, 200.0, 200.0, 100.0, 100.0, 200.0, 200.0, 200.0, 200.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.31, 1.27, 1.27, 1.3, 1.47, 1.47, 1.57, 1.57, 1.57, 1.57, 1.57, 1.57, 1.57, 1.57 ], "AirDry": [ 0.03, 0.03, 0.15, 0.15, 0.15, 0.15, 0.15, 0.16, 0.16, 0.16, 0.14, 0.14, 0.13, 0.13 ], "LL15": [ 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.16, 0.16, 0.16, 0.14, 0.14, 0.13, 0.13 ], "DUL": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.28, 0.28, 0.28, 0.25, 0.25, 0.24, 0.24 ], "SAT": [ 0.42, 0.42, 0.42, 0.42, 0.39, 0.39, 0.36, 0.35, 0.35, 0.35, 0.34, 0.34, 0.33, 0.33 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.16, 0.16, 0.16, 0.14, 0.14, 0.13, 0.13 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 12.0, "SummerCona": 4.0, "WinterDate": "1-Apr", "WinterU": 6.0, "WinterCona": 2.0, "DiffusConst": 88.0, "DiffusSlope": 35.4, "Salb": 0.13, "CN2Bare": 60.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 50.0, 100.0, 150.0, 200.0, 100.0, 100.0, 200.0, 200.0, 100.0, 100.0, 200.0, 200.0, 200.0, 200.0 ], "SWCON": [ 0.34, 0.34, 0.34, 0.34, 0.34, 0.34, 0.3, 0.25, 0.25, 0.25, 0.2, 0.2, 0.18, 0.18 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-5", "5-15", "15-30", "30-50", "50-60", "60-70", "70-90", "90-110", "110-120", "120-130", "130-150", "150-170", "170-190", "190-210" ], "FOMCNRatio": 20.0, "Thickness": [ 50.0, 100.0, 150.0, 200.0, 100.0, 100.0, 200.0, 200.0, 100.0, 100.0, 200.0, 200.0, 200.0, 200.0 ], "Carbon": [ 0.41, 0.35, 0.27, 0.24, 0.16, 0.16, 0.3, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "SoilCNRatio": [ 15.0, 15.0, 15.0, 15.0, 15.0, 15.0, 15.0, 15.0, 15.0, 15.0, 15.0, 15.0, 15.0, 15.0 ], "FBiom": [ 0.04, 0.04, 0.03, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.31, 0.31, 0.31, 0.31, 0.31, 0.31, 0.25, 0.2, 0.2, 0.2, 0.2, 0.2, 0.17, 0.17 ], "FOM": [ 290.15036132887627, 251.52493584053258, 203.01023953128575, 152.55758526953605, 132.24879910941465, 114.64356121645305, 86.152033051451, 64.741296590436932, 56.12279921542158, 48.651614311965794, 36.560583426898894, 27.474448266899135, 20.646424012346348, 15.51531882848262 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-5", "5-15", "15-30", "30-50", "50-60", "60-70", "70-90", "90-110", "110-120", "120-130", "130-150", "150-170", "170-190", "190-210" ], "Thickness": [ 50.0, 100.0, 150.0, 200.0, 100.0, 100.0, 200.0, 200.0, 100.0, 100.0, 200.0, 200.0, 200.0, 200.0 ], "NO3N": [ 4.2, 4.2, 12.0, 10.6, 10.6, 3.4, 3.4, 3.4, 3.4, 3.4, 3.4, 3.4, 3.4, 3.4 ], "NH4N": [ 0.7, 0.7, 0.6, 0.3, 0.3, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 ], "PH": [ 8.5, 8.5, 8.5, 8.6, 8.6, 8.6, 8.6, 8.6, 8.6, 8.6, 8.6, 8.6, 8.6, 8.6 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-5", "5-15", "15-30", "30-50", "50-60", "60-70", "70-90", "90-110", "110-120", "120-130", "130-150", "150-170", "170-190", "190-210" ], "Thickness": [ 50.0, 100.0, 150.0, 200.0, 100.0, 100.0, 200.0, 200.0, 100.0, 100.0, 200.0, 200.0, 200.0, 200.0 ], "NO3": null, "NH4": null, "SW": [ 0.302, 0.302, 0.302, 0.286, 0.217, 0.217, 0.186, 0.2, 0.199, 0.199, 0.197, 0.204, 0.208, 0.209 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial Water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1993-12-21", "Action": " [Wheat].Sow(population: 186, cultivar: \"Yecora\", depth: 30, rowSpacing: 250);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-12-07", "Action": " [Fertiliser].Apply(Amount: 54, Type: Fertiliser.Types.NO3N);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1993-12-08", "Action": " [Fertiliser].Apply(Amount: 10, Type: Fertiliser.Types.NO3N);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1994-02-04", "Action": " [Fertiliser].Apply(Amount: 92, Type: Fertiliser.Types.NO3N);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1994-02-05", "Action": " [Fertiliser].Apply(Amount: 10, Type: Fertiliser.Types.NO3N);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1994-03-16", "Action": " [Fertiliser].Apply(Amount: 69, Type: Fertiliser.Types.NO3N);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1994-03-17", "Action": " [Fertiliser].Apply(Amount: 10, Type: Fertiliser.Types.NO3N);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1994-04-08", "Action": " [Fertiliser].Apply(Amount: 46, Type: Fertiliser.Types.NO3N);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1994-05-31", "Action": " [Wheat].Harvest();", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1994-05-31", "Action": " [Wheat].EndCrop();", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": null, "Name": "IrrigationSchedule", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": null, "Name": "Dummy", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Climate;\r\nusing System;\r\nusing Models.Core;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Collections.Generic;\r\nusing System.Text;\r\nusing Models.PMF;\r\nusing Models;\r\nusing System.Xml.Serialization;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n [System.Xml.Serialization.XmlInclude(typeof(Model))]\r\n public class Script : Model\r\n {\r\n [Link] Weather Met;\r\n [Link] Clock Clock;\r\n \r\n [Description(\"Start Date\")]\r\n public DateTime StartDate { get; set; }\r\n \r\n [Description(\"End Date\")]\r\n public DateTime EndDate { get; set; }\r\n \r\n \r\n [EventSubscribe(\"PreparingNewWeatherData\")]\r\n private void OnPreparingNewWeatherData(object sender, EventArgs e)\r\n {\r\n if ((Clock.Today.Date >= StartDate) && (Clock.Today.Date <= EndDate))\r\n Met.Rain = 0; \r\n }\r\n }\r\n}\r\n", "Parameters": [ { "Key": "StartDate", "Value": "2013-04-01" }, { "Key": "EndDate", "Value": "2014-05-01" } ], "Name": "ClimateControl", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Climate;\r\nusing System;\r\nusing Models.Core;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Collections.Generic;\r\nusing System.Text;\r\nusing Models.PMF;\r\nusing Models;\r\nusing System.Xml.Serialization;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n [System.Xml.Serialization.XmlInclude(typeof(Model))]\r\n public class Script : Model\r\n {\r\n [Link] Weather Met;\r\n [Link] Clock Clock;\r\n [Link] Zone zone;\r\n \r\n [Description(\"CO2 conc\")]\r\n public double CO2 { get; set; }\r\n \r\n \r\n [EventSubscribe(\"PreparingNewWeatherData\")]\r\n private void OnPreparingNewWeatherData(object sender, EventArgs e)\r\n {\r\n zone.Set(\"Weather.CO2\", CO2);\r\n }\r\n }\r\n}\r\n", "Parameters": [ { "Key": "CO2", "Value": "0" } ], "Name": "SetCO2", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "([Wheat].Leaf.Transpiration + [Soil].SoilWater.Es + [MicroClimate].PrecipitationInterception) as ET", "sum([Soil].SoilWater.SWmm[1:7]) as TopSoilWater" ], "EventNames": [ "[Clock].DoReport", "" ], "GroupByVariableName": null, "Name": "SupReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Phenology", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "CO2", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "CO2", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LAI", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "CO2", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "CO2", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "AboveGroundWt", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "CO2", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "CO2", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Pre vs Obs LAI", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "CO2", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "DailyObsPred", "XFieldName": "Observed.Wheat.Leaf.LAI", "YFieldName": "Predicted.Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Pre vs Obs AboveGroundWt", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "CO2", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "DailyObsPred", "XFieldName": "Observed.Wheat.AboveGround.Wt", "YFieldName": "Predicted.Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "N Stress", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": "CO2", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Fn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "GrainWt", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "CO2", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "CO2", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "YieldComponents", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain number (grains/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "GrainNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "CO2", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "CO2", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain number (grains/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "PlantNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "CO2", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.MainStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Grain number (grains/m2)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "GrainSize", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "CO2", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Size", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "CO2", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.GrainSize", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": "Leaf Tips (n)", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Tillers", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": null, "FactorToVaryLines": "CO2", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Irr", "FactorToVaryMarkers": "CO2", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "ET", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16747854, "FactorToVaryColours": "CO2", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "ET", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": true, "CumulativeX": false, "Filter": null, "Name": "Predicted1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SoilWater", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16747854, "FactorToVaryColours": "CO2", "FactorToVaryMarkers": null, "FactorToVaryLines": "Irr", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "SupReport", "XFieldName": "Clock.Today", "YFieldName": "TopSoilWater", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "CO2", "FactorToVaryMarkers": "Irr", "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "TopSoilWater", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "China", "Children": [ { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "ChinaFlux", "Children": [ { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Yucheng02", "Children": [ { "$type": "Models.Clock, Models", "Start": "2002-10-01T00:00:00", "End": "2003-06-15T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Yucheng.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2002-10-15", "Action": "[Wheat].Sow(population:100, cultivar:\"Keyu13\", depth:30, rowSpacing:250);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2002-10-15", "Action": "[Fertiliser].Apply(Amount: 182.5, Type: Fertiliser.Types.NO3N);", "Enabled": true } ], "Name": "CropManagement", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 2000.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 0.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "APS26Soil", "LocalName": "APS26Site", "Site": "APS26Site", "NearestTown": "Unknown", "Region": "Lawes", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-80", "80-90", "90-100", "100-110", "110-120", "120-130", "130-140", "140-150" ], "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.37, 1.5, 1.46, 1.42, 1.42, 1.41, 1.4, 1.41, 1.4, 1.46, 1.4, 1.49, 1.5, 1.46, 1.45 ], "AirDry": [ 0.04, 0.04, 0.06, 0.06, 0.06, 0.06, 0.06, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "LL15": [ 0.06, 0.08, 0.1, 0.15, 0.2, 0.25, 0.28, 0.28, 0.3, 0.28, 0.26, 0.32, 0.35, 0.37, 0.37 ], "DUL": [ 0.28, 0.32, 0.32, 0.3, 0.3, 0.32, 0.35, 0.35, 0.37, 0.41, 0.41, 0.4, 0.4, 0.4, 0.4 ], "SAT": [ 0.4, 0.4, 0.448, 0.45, 0.45, 0.46, 0.45, 0.45, 0.45, 0.449, 0.47, 0.43, 0.43, 0.44, 0.45 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.06, 0.08, 0.1, 0.15, 0.2, 0.25, 0.28, 0.28, 0.3, 0.28, 0.26, 0.32, 0.35, 0.37, 0.37 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 0.8, 0.6, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 4.0, "SummerCona": 2.0, "WinterDate": "1-Apr", "WinterU": 1.0, "WinterCona": 1.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.13, "CN2Bare": 72.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 150.0, 150.0, 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-80", "80-90", "90-100", "100-110", "110-120", "120-130", "130-140", "140-150" ], "FOMCNRatio": 40.0, "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0 ], "Carbon": [ 0.83, 0.35, 0.33, 0.22, 0.22, 0.22, 0.19, 0.17, 0.15, 0.12, 0.11, 0.1, 0.1, 0.1, 0.1 ], "SoilCNRatio": [ 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5 ], "FBiom": [ 0.04, 0.03, 0.03, 0.02, 0.02, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.36, 0.35, 0.45, 0.45, 0.59, 0.6, 0.84, 0.8, 0.8, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99 ], "FOM": [ 381.53395073388549, 312.3735788091717, 255.74985542009742, 209.39027172768135, 171.4342548588078, 140.35849658391436, 114.91581760904158, 94.085113891622612, 77.030376149915881, 63.067137875100848, 51.635005286954232, 42.275166763773591, 34.611979121001632, 28.337891731257056, 23.2011034377744 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-80", "80-90", "90-100", "100-110", "110-120", "120-130", "130-140", "140-150" ], "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0 ], "NO3N": [ 10.0, 15.0, 10.0, 8.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0 ], "NH4N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0 ], "PH": [ 5.8, 5.9, 6.6, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.4, 7.6, 7.8, 8.0, 8.2, 8.3 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-80", "80-90", "90-100", "100-110", "110-120", "120-130", "130-140", "140-150" ], "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0 ], "NO3": null, "NH4": null, "SW": [ 0.27, 0.28, 0.23, 0.24, 0.26, 0.3, 0.3, 0.32, 0.35, 0.32, 0.32, 0.37, 0.39, 0.39, 0.39 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial Water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Phen;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\nusing Models;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing System.Text;\r\nusing System.Collections.Generic;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Soils.Nutrients;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (phenology.CurrentPhase.Name == \"Ripening\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": null, "Name": "Harvesting", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Yucheng03", "Children": [ { "$type": "Models.Clock, Models", "Start": "2003-10-20T00:00:00", "End": "2004-06-15T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Yucheng.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2003-10-23", "Action": "[Wheat].Sow(population:100, cultivar:\"Keyu13\", depth:30, rowSpacing:250);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2003-10-23", "Action": "[Fertiliser].Apply(Amount: 215.3, Type: Fertiliser.Types.NO3N);", "Enabled": true } ], "Name": "CropManagement", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 2000.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 0.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "APS26Soil", "LocalName": "APS26Site", "Site": "APS26Site", "NearestTown": "Unknown", "Region": "Lawes", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-80", "80-90", "90-100", "100-110", "110-120", "120-130", "130-140", "140-150" ], "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.37, 1.5, 1.46, 1.42, 1.42, 1.41, 1.4, 1.41, 1.4, 1.46, 1.4, 1.49, 1.5, 1.46, 1.45 ], "AirDry": [ 0.04, 0.04, 0.06, 0.06, 0.06, 0.06, 0.06, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "LL15": [ 0.06, 0.08, 0.1, 0.15, 0.2, 0.25, 0.28, 0.28, 0.3, 0.28, 0.26, 0.32, 0.35, 0.37, 0.37 ], "DUL": [ 0.28, 0.32, 0.32, 0.3, 0.3, 0.32, 0.35, 0.35, 0.37, 0.41, 0.41, 0.4, 0.4, 0.4, 0.4 ], "SAT": [ 0.4, 0.4, 0.448, 0.45, 0.45, 0.46, 0.45, 0.45, 0.45, 0.449, 0.47, 0.43, 0.43, 0.44, 0.45 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.06, 0.08, 0.1, 0.15, 0.2, 0.25, 0.28, 0.28, 0.3, 0.28, 0.26, 0.32, 0.35, 0.37, 0.37 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 0.8, 0.6, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 4.0, "SummerCona": 2.0, "WinterDate": "1-Apr", "WinterU": 1.0, "WinterCona": 1.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.13, "CN2Bare": 72.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 150.0, 150.0, 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-80", "80-90", "90-100", "100-110", "110-120", "120-130", "130-140", "140-150" ], "FOMCNRatio": 40.0, "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0 ], "Carbon": [ 0.83, 0.35, 0.33, 0.22, 0.22, 0.22, 0.19, 0.17, 0.15, 0.12, 0.11, 0.1, 0.1, 0.1, 0.1 ], "SoilCNRatio": [ 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5 ], "FBiom": [ 0.04, 0.03, 0.03, 0.02, 0.02, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.36, 0.35, 0.45, 0.45, 0.59, 0.6, 0.84, 0.8, 0.8, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99 ], "FOM": [ 381.53395073388549, 312.3735788091717, 255.74985542009742, 209.39027172768135, 171.4342548588078, 140.35849658391436, 114.91581760904158, 94.085113891622612, 77.030376149915881, 63.067137875100848, 51.635005286954232, 42.275166763773591, 34.611979121001632, 28.337891731257056, 23.2011034377744 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-80", "80-90", "90-100", "100-110", "110-120", "120-130", "130-140", "140-150" ], "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0 ], "NO3N": [ 10.0, 15.0, 10.0, 8.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0 ], "NH4N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0 ], "PH": [ 5.8, 5.9, 6.6, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.4, 7.6, 7.8, 8.0, 8.2, 8.3 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-80", "80-90", "90-100", "100-110", "110-120", "120-130", "130-140", "140-150" ], "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0 ], "NO3": null, "NH4": null, "SW": [ 0.2, 0.28, 0.3, 0.3, 0.31, 0.33, 0.35, 0.37, 0.4, 0.42, 0.42, 0.42, 0.41, 0.41, 0.41 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial Water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Phen;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\nusing Models;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing System.Text;\r\nusing System.Collections.Generic;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Soils.Nutrients;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (phenology.CurrentPhase.Name == \"Ripening\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": null, "Name": "Harvesting", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Yucheng04", "Children": [ { "$type": "Models.Clock, Models", "Start": "2004-10-13T00:00:00", "End": "2005-07-15T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Yucheng.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2004-10-14", "Action": "[Wheat].Sow(population:100, cultivar:\"Keyu13\", depth:30, rowSpacing:250);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2004-10-14", "Action": "[Fertiliser].Apply(Amount: 195.5, Type: Fertiliser.Types.NO3N);", "Enabled": true } ], "Name": "CropManagement", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 2000.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 0.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "APS26Soil", "LocalName": "APS26Site", "Site": "APS26Site", "NearestTown": "Unknown", "Region": "Lawes", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-80", "80-90", "90-100", "100-110", "110-120", "120-130", "130-140", "140-150" ], "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.37, 1.5, 1.46, 1.42, 1.42, 1.41, 1.4, 1.41, 1.4, 1.46, 1.4, 1.49, 1.5, 1.46, 1.45 ], "AirDry": [ 0.04, 0.04, 0.06, 0.06, 0.06, 0.06, 0.06, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "LL15": [ 0.06, 0.08, 0.1, 0.15, 0.2, 0.25, 0.28, 0.28, 0.3, 0.28, 0.26, 0.32, 0.35, 0.37, 0.37 ], "DUL": [ 0.28, 0.32, 0.32, 0.3, 0.3, 0.32, 0.35, 0.35, 0.37, 0.41, 0.41, 0.4, 0.4, 0.4, 0.4 ], "SAT": [ 0.4, 0.4, 0.448, 0.45, 0.45, 0.46, 0.45, 0.45, 0.45, 0.449, 0.47, 0.43, 0.43, 0.44, 0.45 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.06, 0.08, 0.1, 0.15, 0.2, 0.25, 0.28, 0.28, 0.3, 0.28, 0.26, 0.32, 0.35, 0.37, 0.37 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 0.8, 0.6, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 4.0, "SummerCona": 2.0, "WinterDate": "1-Apr", "WinterU": 1.0, "WinterCona": 1.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.13, "CN2Bare": 72.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 150.0, 150.0, 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-80", "80-90", "90-100", "100-110", "110-120", "120-130", "130-140", "140-150" ], "FOMCNRatio": 40.0, "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0 ], "Carbon": [ 0.83, 0.35, 0.33, 0.22, 0.22, 0.22, 0.19, 0.17, 0.15, 0.12, 0.11, 0.1, 0.1, 0.1, 0.1 ], "SoilCNRatio": [ 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5 ], "FBiom": [ 0.04, 0.03, 0.03, 0.02, 0.02, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.36, 0.35, 0.45, 0.45, 0.59, 0.6, 0.84, 0.8, 0.8, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99 ], "FOM": [ 381.53395073388549, 312.3735788091717, 255.74985542009742, 209.39027172768135, 171.4342548588078, 140.35849658391436, 114.91581760904158, 94.085113891622612, 77.030376149915881, 63.067137875100848, 51.635005286954232, 42.275166763773591, 34.611979121001632, 28.337891731257056, 23.2011034377744 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-80", "80-90", "90-100", "100-110", "110-120", "120-130", "130-140", "140-150" ], "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0 ], "NO3N": [ 10.0, 15.0, 10.0, 8.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0 ], "NH4N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0 ], "PH": [ 5.8, 5.9, 6.6, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.4, 7.6, 7.8, 8.0, 8.2, 8.3 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-80", "80-90", "90-100", "100-110", "110-120", "120-130", "130-140", "140-150" ], "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0 ], "NO3": null, "NH4": null, "SW": [ 0.17, 0.26, 0.27, 0.27, 0.28, 0.31, 0.34, 0.35, 0.37, 0.4, 0.4, 0.39, 0.39, 0.39, 0.39 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial Water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Phen;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\nusing Models;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing System.Text;\r\nusing System.Collections.Generic;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Soils.Nutrients;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (phenology.CurrentPhase.Name == \"Ripening\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": [], "Name": "Harvesting", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Phenology", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LAI", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Biomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 1, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 4, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Pre vs Obs LAI", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "DailyObsPred", "XFieldName": "Observed.Wheat.Leaf.LAI", "YFieldName": "Predicted.Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Pre vs Obs Biomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "DailyObsPred", "XFieldName": "Observed.Wheat.AboveGround.Wt", "YFieldName": "Predicted.Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "TotalSW", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "ProfileWater", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "ProfileWater", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Iran", "Children": [ { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Gorgan05", "Children": [ { "$type": "Models.Clock, Models", "Start": "2005-12-16T00:00:00", "End": "2006-06-15T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Gorgan.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2005-12-16", "Action": "[Wheat].Sow(population:100, cultivar:\"Gorgan\", depth:30, rowSpacing:250);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2005-12-16", "Action": "[Fertiliser].Apply(Amount: 200, Type: Fertiliser.Types.NO3N);", "Enabled": true } ], "Name": "CropManagement", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 2000.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 0.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "APS26Soil", "LocalName": "APS26Site", "Site": "APS26Site", "NearestTown": "Unknown", "Region": "Lawes", "State": null, "Country": null, "NaturalVegetation": "Unknown", "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-80", "80-90", "90-100", "100-110", "110-120", "120-130", "130-140", "140-150" ], "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.37, 1.5, 1.46, 1.42, 1.42, 1.41, 1.4, 1.41, 1.4, 1.46, 1.4, 1.49, 1.5, 1.46, 1.45 ], "AirDry": [ 0.04, 0.04, 0.06, 0.06, 0.06, 0.06, 0.06, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "LL15": [ 0.06, 0.08, 0.1, 0.15, 0.2, 0.25, 0.28, 0.28, 0.3, 0.28, 0.26, 0.32, 0.35, 0.37, 0.37 ], "DUL": [ 0.28, 0.32, 0.32, 0.3, 0.3, 0.32, 0.35, 0.35, 0.37, 0.41, 0.41, 0.4, 0.4, 0.4, 0.4 ], "SAT": [ 0.4, 0.4, 0.448, 0.45, 0.45, 0.46, 0.45, 0.45, 0.45, 0.449, 0.47, 0.43, 0.43, 0.44, 0.45 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.06, 0.08, 0.1, 0.15, 0.2, 0.25, 0.28, 0.28, 0.3, 0.28, 0.26, 0.32, 0.35, 0.37, 0.37 ], "KL": [ 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 0.8, 0.6, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 4.0, "SummerCona": 2.0, "WinterDate": "1-Apr", "WinterU": 2.0, "WinterCona": 2.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.13, "CN2Bare": 72.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": 0.0, "CatchmentArea": 0.0, "Thickness": [ 150.0, 150.0, 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4 ], "KLAT": [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ], "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-80", "80-90", "90-100", "100-110", "110-120", "120-130", "130-140", "140-150" ], "FOMCNRatio": 40.0, "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0 ], "Carbon": [ 0.83, 0.35, 0.33, 0.22, 0.22, 0.22, 0.19, 0.17, 0.15, 0.12, 0.11, 0.1, 0.1, 0.1, 0.1 ], "SoilCNRatio": [ 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5, 14.5 ], "FBiom": [ 0.04, 0.03, 0.03, 0.02, 0.02, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01 ], "FInert": [ 0.36, 0.35, 0.45, 0.45, 0.59, 0.6, 0.84, 0.8, 0.8, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99 ], "FOM": [ 381.53395073388549, 312.3735788091717, 255.74985542009742, 209.39027172768135, 171.4342548588078, 140.35849658391436, 114.91581760904158, 94.085113891622612, 77.030376149915881, 63.067137875100848, 51.635005286954232, 42.275166763773591, 34.611979121001632, 28.337891731257056, 23.2011034377744 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-80", "80-90", "90-100", "100-110", "110-120", "120-130", "130-140", "140-150" ], "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0 ], "NO3N": [ 10.0, 15.0, 10.0, 8.0, 5.0, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0 ], "NH4N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0 ], "PH": [ 5.8, 5.9, 6.6, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.4, 7.6, 7.8, 8.0, 8.2, 8.3 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-10", "10-20", "20-30", "30-40", "40-50", "50-60", "60-70", "70-80", "80-90", "90-100", "100-110", "110-120", "120-130", "130-140", "140-150" ], "Thickness": [ 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0 ], "NO3": null, "NH4": null, "SW": [ 0.27, 0.28, 0.23, 0.24, 0.26, 0.3, 0.3, 0.32, 0.35, 0.32, 0.32, 0.37, 0.39, 0.39, 0.39 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "Initial Water", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Phen;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\nusing Models;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing System.Text;\r\nusing System.Collections.Generic;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Soils.Nutrients;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (phenology.CurrentPhase.Name == \"Ripening\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": null, "Name": "Harvesting", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "LAI", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.LAI", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Biomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 1, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 4, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "NUptake", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Africa", "Children": [ { "$type": "Models.Memo, Models", "Text": "This trial was run in the Jamma district of the Amhara region of the Ethiopia country of the Africa contenentand is described in full by [Getu_AfricaWheat_2012]. 'HAR 1685' Wheat was sown in 20 cm row spacing. Different N fertiliser treatments were applied:\r\n\r\n1. 0NUSG = 0kg N/ha \r\n2. 23NUSG = 23 kg N/ha as Urea Super Granules (a slow release urea product) \r\n3. 46NUSG = 46 kg N/ha as Urea Super Granules \r\n4. 69NUSG = 69 kg N/ha as Urea Super Granules \r\n5. 46NUC = 46 kg N/ha as Uncoated Urea \r\n\r\n", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Jamma", "Children": [ { "$type": "Models.Memo, Models", "Text": "\r\n

\r\n;From\r\n

\r\n

\r\n

Soil Characterization and Evaluation of Slow Release Urea Fertilizer Rates on Yield Traits and Grain Yields of Wheat and Teff on Vertisols of Jamma District of South Wollo Zone, Amhara Region b0\r\n

\r\n

\r\nBy \r\n

\r\n

\r\nAbebe Getu (BSc), Hawassa University, Ethiopia

\r\n\r\n

\r\n", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[NRate]", "Name": "NRate", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2011-08-01", "Action": "[Fertiliser].Apply(0, Fertiliser.Types.UreaN, 10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2011-09-01", "Action": "[Fertiliser].Apply(0, Fertiliser.Types.UreaN, 10);", "Enabled": true } ], "Name": "0NUSG", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2011-08-01", "Action": "[Fertiliser].Apply(11.5, Fertiliser.Types.UreaN, 10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2011-09-01", "Action": "[Fertiliser].Apply(11.5, Fertiliser.Types.UreaN, 10);", "Enabled": true } ], "Name": "23NUSG", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2011-08-01", "Action": "[Fertiliser].Apply(23, Fertiliser.Types.UreaN, 10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2011-09-01", "Action": "[Fertiliser].Apply(23, Fertiliser.Types.UreaN, 10);", "Enabled": true } ], "Name": "46NUSG", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2011-08-01", "Action": "[Fertiliser].Apply(34.5, Fertiliser.Types.UreaN, 10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2011-09-01", "Action": "[Fertiliser].Apply(34.5, Fertiliser.Types.UreaN, 10);", "Enabled": true } ], "Name": "69NUSG", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2011-08-01", "Action": "[Fertiliser].Apply(23, Fertiliser.Types.UreaN, 10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2011-09-01", "Action": "[Fertiliser].Apply(23, Fertiliser.Types.UreaN, 10);", "Enabled": true } ], "Name": "46NUC", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Jamma", "Children": [ { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Jamma.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Clock, Models", "Start": "2011-07-25T00:00:00", "End": "2011-12-15T00:00:00", "Name": "clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "maize", "InitialResidueType": "maize", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 65.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2011-07-25", "Action": " [Wheat].Sow(population:23, cultivar:\"HAR1685\", depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1985-11-08", "Action": " [Fertiliser].Apply(50, Fertiliser.Types.NH4NO3N, 10);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "1985-11-29", "Action": " [Fertiliser].Apply(30, Fertiliser.Types.NH4NO3N, 10);", "Enabled": true } ], "Name": "NRate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": null, "LocalName": null, "Site": null, "NearestTown": null, "Region": null, "State": null, "Country": null, "NaturalVegetation": null, "ApsoilNumber": null, "Latitude": 0.0, "Longitude": 0.0, "LocationAccuracy": null, "YearOfSampling": null, "DataSource": null, "Comments": null, "Name": "soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.03, 1.03, 1.03, 1.03, 1.03, 1.03 ], "AirDry": [ 0.1, 0.1, 0.26, 0.32, 0.32, 0.32 ], "LL15": [ 0.35, 0.35, 0.35, 0.35, 0.35, 0.35 ], "DUL": [ 0.55, 0.55, 0.55, 0.55, 0.55, 0.55 ], "SAT": [ 0.6, 0.6, 0.6, 0.6, 0.6, 0.6 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.35, 0.35, 0.35, 0.4, 0.45, 0.5 ], "KL": [ 0.04, 0.03, 0.03, 0.02, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.13, "CN2Bare": 78.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 100.0, 100.0, 100.0, 200.0, 200.0, 200.0, 200.0, 200.0, 200.0 ], "SWCON": [ 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-30", "30-90", "90-130", "130-150" ], "FOMCNRatio": 40.0, "Thickness": [ 300.0, 600.0, 400.0, 200.0 ], "Carbon": [ 1.54, 0.98, 0.84, 0.42 ], "SoilCNRatio": [ 14.0, 14.0, 14.0, 14.0 ], "FBiom": [ 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.54, 0.84, 0.99, 0.99 ], "FOM": [ 327.38637115504957, 98.606880050840886, 44.306927268075448, 29.699821526034057 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-150" ], "Thickness": [ 150.0, 150.0, 300.0, 900.0 ], "NO3N": [ 20.0, 10.0, 5.0, 0.5 ], "NH4N": [ 0.6, 0.1, 0.1, 0.1 ], "PH": [ 6.7, 6.7, 6.7, 6.7 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-150" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 600.0 ], "NO3": null, "NH4": null, "SW": [ 0.55, 0.55, 0.35, 0.35, 0.35 ], "OC": null, "EC": null, "CL": null, "ESP": null, "PH": null, "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialSW", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Phen;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Xml.Serialization;\r\nusing Models;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing System.Text;\r\nusing System.Collections.Generic;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Soils.Nutrients;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (phenology.CurrentPhase.Name == \"Ripening\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop();\r\n }\r\n }\r\n }\r\n}\r\n \r\n", "Parameters": null, "Name": "Harvesting", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Phenology", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.EventNamesOnGraph, Models", "ColumnName": "Wheat.Phenology.CurrentStageName", "SimulationName": null, "Name": "EventNamesOnGraph", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Zadok.Stage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Biomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 1, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 4, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "BiomassN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.AboveGround.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 1, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Live.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 4, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Grain.Live.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed1", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "NStress", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Fn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "WaterStress", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Leaf.Fw", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Date", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "SoilNO3", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16736653, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "TotalSoilNitrogen", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Harvest Yield", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.Wt", "YFieldName": "Predicted.Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": null, "LegendOutsideGraph": false, "Name": "Stems", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "NRate", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "Observed", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Structure.TotalStemPopn", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Observed", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Harvest Yield", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.Wt", "YFieldName": "Predicted.Wheat.Grain.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "GrainNumber", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.Number", "YFieldName": "Predicted.Wheat.Grain.Number", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Biomass", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.AboveGround.Wt", "YFieldName": "Predicted.Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "BiomassN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.AboveGround.N", "YFieldName": "Predicted.Wheat.AboveGround.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "GrainN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": null, "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Grain.N", "YFieldName": "Predicted.Wheat.Grain.N", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "ControlledEnvironment", "Children": [ { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "LaTrobeCE", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "", "Name": "Treat", "Children": [ { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Weather]", "[SowingRule].Script.SowDate=2-Nov", "[SowingRule].Script.Treat=LN", "[Clock].StartDate=2018-11-02", "[Clock].EndDate=2019-03-04" ], "Paths": null, "Values": null, "Name": "LN", "Children": [ { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "LN.met", "ExcelWorkSheetName": "", "Name": "LN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Weather]", "[SowingRule].Script.SowDate=2-Nov", "[SowingRule].Script.Treat=LV", "[Clock].StartDate=2018-11-02", "[Clock].EndDate=2019-03-04" ], "Paths": null, "Values": null, "Name": "LV", "Children": [ { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "LV.met", "ExcelWorkSheetName": "", "Name": "LV", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Weather]", "[SowingRule].Script.SowDate=6-Jul", "[SowingRule].Script.Treat=SN", "[Clock].StartDate=2018-07-06", "[Clock].EndDate=2019-03-18" ], "Paths": null, "Values": null, "Name": "SN", "Children": [ { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "SN.met", "ExcelWorkSheetName": "", "Name": "SN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Weather]", "[SowingRule].Script.SowDate=4-Aug", "[SowingRule].Script.Treat=SV", "[Clock].StartDate=2018-08-04", "[Clock].EndDate=2019-03-18" ], "Paths": null, "Values": null, "Name": "SV", "Children": [ { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "SV.met", "ExcelWorkSheetName": "", "Name": "SV", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[SowingRule].Script.CultivarName = Adv08_0008, Bennett, Axe, Beaufort, Bolac, Braewood, Calingiri, Catalina, Condo, Crusader, CSIROW002, CSIROW003, CSIROW005, CSIROW007, CSIROW011, CSIROW018, CSIROW021, CSIROW023, CSIROW027, CSIROW029, CSIROW073, CSIROW077, CSIROW087, CSIROW102, CSIROW105, Cutlass, Derrimut, Eaglehawk, Ellison, Emu_Rock, Forrest, Gauntlet, Gregory, Grenade, H45, Hume, Janz, Kellalac, Kittyhawk, Lancer, Longsword, Mace, Magenta, Manning, Merinda, Mitch, Nighthawk, Ouyen, Peake, Revenue, Rosella, Scepter, Scout, Scythe, Spitfire, Strzelecki, Sunbee, Sunbri, Sunlamb, Sunstate, Suntop, Trojan, Illabo, Wedgetail, Whistler, Wills, Wyalkatchem, Yitpi, Young", "Name": "Cv", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[SowingRule].Script.TransitionWeek = 9", "Name": "Durat", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "CEBase", "Children": [ { "$type": "Models.Clock, Models", "Start": "2000-01-01T00:00:00", "End": "2000-12-31T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": null, "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.581836, "Longitude": 151.320206, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.01056473311131, 1.07145631083388, 1.09393858528057, 1.15861335018721, 1.17301160318016, 1.16287303586874, 1.18749547755906 ], "AirDry": [ 0.130250054518252, 0.198689390775399, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.260500109036505, 0.248361738469248, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.52100021807301, 0.496723476938497, 0.488437607673005, 0.480296969355493, 0.471583596524955, 0.457070570557793, 0.452331759845006 ], "SAT": [ 0.588654817693846, 0.565676863836273, 0.557192986686577, 0.532787415023694, 0.527354112007486, 0.531179986464627, 0.521888499034317 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.12903231275641, 270.3443621919937, 163.97214434990104, 99.454132887040629, 60.321980831124677, 36.587130828674873, 22.1912165985086 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "160" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Phen;\r\nusing APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Soils.Nutrients;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (phenology.CurrentPhase.Name==\"GrainFilling\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "HarvestAtFlowering", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Interfaces;\r\nusing System.Collections.Generic;\r\nusing System.Text;\r\nusing Models;\r\nusing System.Xml.Serialization;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Data;\r\nusing System.Globalization;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n [Link] Soil Soil;\r\n [Link] Plant Wheat;\r\n [Link] Simulation Simulation;\r\n Accumulator accumulatedRain;\r\n \r\n [Description(\"Sowing date (d-mmm)\")]\r\n public string SowDate { get; set; }\r\n [Description(\"Treatment Name\")]\r\n public string Treat { get; set; }\r\n [Display(Type = DisplayType.CultivarName)]\r\n [Description(\"Cultivar to be sown\")]\r\n public string CultivarName { get; set; }\r\n [Description(\"Sowing depth (mm)\")]\r\n public double SowingDepth { get; set; }\r\n [Description(\"Row spacing (mm)\")]\r\n public double RowSpacing { get; set; }\r\n [Description(\"Plant population (/m2)\")]\r\n public double Population { get; set; }\r\n [Description(\"Treatment duration (Weeks)\")]\r\n public double TransitionWeek { get; set; }\r\n [Description(\"Emergence Date File Path\")]\r\n public string FilePath {get; set;}\r\n\r\n private DateTime EmergenceDate {get; set;}\r\n private string EmergenceString {get; set;}\r\n\r\n [XmlIgnore] private DataTable EmergDates{ get; set; }\r\n\r\n [EventSubscribe(\"StartOfSimulation\")]\r\n private void OnStartOfSimulation(object sender, EventArgs e)\r\n {\r\n \r\n string fullFileName = PathUtilities.GetAbsolutePath(FilePath, Simulation.FileName);\r\n \r\n ApsimTextFile textFile = new ApsimTextFile();\r\n textFile.Open(fullFileName);\r\n EmergDates = textFile.ToTable();\r\n textFile.Close();\r\n }\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (DateUtilities.WithinDates(SowDate, Clock.Today, SowDate))\r\n {\r\n foreach (DataRow row in EmergDates.Rows)\r\n\t {\r\n\t string Env = Convert.ToString(row[\"Environment\"]);\r\n\t if (Env == Treat)\r\n\t {\r\n\t EmergenceDate = Convert.ToDateTime(row[CultivarName]);\r\n\t EmergenceString = EmergenceDate.ToString(\"dd-MMM\", CultureInfo.InvariantCulture);\r\n\t }\r\n\t }\r\n\r\n Wheat.Sow(population: Population, cultivar: CultivarName, depth: SowingDepth, rowSpacing: RowSpacing); \r\n Wheat.SetEmergenceDate(EmergenceString);\r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "SowDate", "Value": "" }, { "Key": "Treat", "Value": "" }, { "Key": "CultivarName", "Value": "" }, { "Key": "SowingDepth", "Value": "25" }, { "Key": "RowSpacing", "Value": "750" }, { "Key": "Population", "Value": "6" }, { "Key": "TransitionWeek", "Value": "0" }, { "Key": "FilePath", "Value": "%root%\\Tests\\Validation\\Wheat\\LaTrobeEmergenceDates.csv" } ], "Name": "SowingRule", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "DailyGraphs", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Temperature", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Treat", "FactorToVaryMarkers": "Cv", "FactorToVaryLines": "Duration", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "IWeather.MeanT", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Photoperiod", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Treat", "FactorToVaryMarkers": "Cv", "FactorToVaryLines": "Duration", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Photoperiod", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "HaunStage", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Treat", "FactorToVaryMarkers": "Cv", "FactorToVaryLines": "Duration", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.HaunStage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "PredObs", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FLN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": "Experiment", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.FinalLeafNumber", "YFieldName": "Predicted.Wheat.Phenology.FinalLeafNumber", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 5, "LegendOrientation": 0, "DisabledSeries": [ "Regression line" ], "LegendOutsideGraph": false, "Name": "HaunStage", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Treat", "FactorToVaryMarkers": "Treat", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "DailyObsPred", "XFieldName": "Observed.Wheat.Phenology.HaunStage", "YFieldName": "Predicted.Wheat.Phenology.HaunStage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": "", "Name": "Series", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FlagLeafDAS", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": "Experiment", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.FlagLeafDAS", "YFieldName": "Predicted.Wheat.Phenology.FlagLeafDAS", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": [], "Name": "PalmerstonNorthCE", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "", "Name": "Treat", "Children": [ { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Experiment].Script.TreatTemp = 5.0", "[Experiment].Script.TreatPp = 8.0" ], "Paths": null, "Values": null, "Name": "5oC8h", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Experiment].Script.TreatTemp = 5.0", "[Experiment].Script.TreatPp = 16.0" ], "Paths": null, "Values": null, "Name": "5oC16h", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Experiment].Script.TreatTemp = 8.0", "[Experiment].Script.TreatPp = 8.0" ], "Paths": null, "Values": null, "Name": "8oC8h", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Experiment].Script.TreatTemp = 8.0", "[Experiment].Script.TreatPp = 16.0" ], "Paths": null, "Values": null, "Name": "8oC16h", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Experiment].Script.TreatTemp = 16.0", "[Experiment].Script.TreatPp = 8.0" ], "Paths": null, "Values": null, "Name": "11oC8h", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Experiment].Script.TreatTemp = 16.0", "[Experiment].Script.TreatPp = 16.0" ], "Paths": null, "Values": null, "Name": "11oC16h", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Experiment].Script.TreatTemp = 23.6", "[Experiment].Script.TreatPp = 8.0" ], "Paths": null, "Values": null, "Name": "25oC8h", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Experiment].Script.TreatTemp = 1.0", "[Experiment].Script.TreatPp = 16" ], "Paths": null, "Values": null, "Name": "1oC0h", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "", "Name": "Cv", "Children": [ { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Experiment].Script.CultivarName=BattenWinter" ], "Paths": null, "Values": null, "Name": "Winter", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Experiment].Script.CultivarName=BattenSpring" ], "Paths": null, "Values": null, "Name": "Spring", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[Experiment].Script.TransitionWeek = 0,1,2,3,4,5,6,7,8,9,10,11,12", "Name": "Durat", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "PNGrowthRooms", "Children": [ { "$type": "Models.Clock, Models", "Start": "2000-01-01T00:00:00", "End": "2000-12-31T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.ControlledEnvironment, Models", "MaxT": 23.6, "MinT": 23.6, "Rain": 0.0, "Radn": 17.64, "PanEvap": 5.0, "VP": 2.0, "Wind": 3.0, "CO2": 350.0, "AirPressure": 1010.0, "Latitude": -27.0, "Longitude": 0.0, "DayLength": 16.0, "SunRise": 0.0, "SunSet": 0.0, "Name": "ControlledEnvironment", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.581836, "Longitude": 151.320206, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.01056473311131, 1.07145631083388, 1.09393858528057, 1.15861335018721, 1.17301160318016, 1.16287303586874, 1.18749547755906 ], "AirDry": [ 0.130250054518252, 0.198689390775399, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.260500109036505, 0.248361738469248, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.52100021807301, 0.496723476938497, 0.488437607673005, 0.480296969355493, 0.471583596524955, 0.457070570557793, 0.452331759845006 ], "SAT": [ 0.588654817693846, 0.565676863836273, 0.557192986686577, 0.532787415023694, 0.527354112007486, 0.531179986464627, 0.521888499034317 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.12903231275641, 270.3443621919937, 163.97214434990104, 99.454132887040629, 60.321980831124677, 36.587130828674873, 22.1912165985086 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Phen;\r\nusing APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Climate;\r\nusing System.Globalization;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] private Clock clock;\r\n [Link] private Summary summary;\r\n [Link] private Plant wheat;\r\n [Link] private ControlledEnvironment ci;\r\n [Link]\r\n private Phenology phenology;\r\n\r\n [Display(Type = DisplayType.CultivarName)]\r\n [Description(\"Cultivar to be sown\")]\r\n public string CultivarName { get; set; }\r\n [Description(\"Sowing depth (mm)\")]\r\n public double SowingDepth { get; set; }\r\n [Description(\"Treatment duration (Weeks)\")]\r\n public double TransitionWeek { get; set; }\r\n [Description(\"Treatment temperature (oC)\")]\r\n public double TreatTemp { get; set; }\r\n [Description(\"Treatment photoperiod (h)\")]\r\n public double TreatPp { get; set; }\r\n private double DAS {get; set;}\r\n private bool FirstDay = true;\r\n private double Weeks {get; set;}\r\n private bool Transitioned = false;\r\n private bool Emerged = false;\r\n\r\n [EventSubscribe(\"PreparingNewWeatherData\")]\r\n private void OnPreparingNewWeatherData(object sender, EventArgs e)\r\n {\r\n if (FirstDay)\r\n {\r\n wheat.Sow(population: 100, cultivar: CultivarName, depth: SowingDepth, rowSpacing: 150); \r\n FirstDay = false;\r\n summary.WriteMessage(this,\"Wheat crop sown\");\r\n }\r\n\r\n if((phenology.AccumulatedTT >= 90)&&(Emerged==false))\r\n {\r\n wheat.SetEmergenceDate(clock.Today.ToString(\"dd-MMM\", CultureInfo.InvariantCulture));\r\n Emerged =true;\r\n }\r\n\r\n DAS += 1;\r\n Weeks = DAS/7.0;\r\n if (Weeks <= TransitionWeek)\r\n {\r\n ci.MaxT = TreatTemp;\r\n ci.MinT = TreatTemp;\r\n ci.DayLength = TreatPp;\r\n ci.Radn = TreatPp * 3600 * 0.000153 * 2; //Hours * s/h * MJ/m2/s * Coeff_PAR->Total \r\n }\r\n else\r\n {\r\n if (Transitioned = false)\r\n {\r\n Transitioned = true;\r\n summary.WriteMessage(this,\"Plants moved to post treatment chamber\");\r\n }\r\n ci.MaxT=23.6;\r\n ci.MinT=23.6;\r\n ci.DayLength = 16;\r\n ci.Radn = 16 * 3600 * 0.000153 * 2; //Hours * s/h * MJ/m2/s * Coeff_PAR->Total \r\n }\r\n }\r\n }\r\n}\r\n", "Parameters": [ { "Key": "TreatTemp", "Value": "0" }, { "Key": "TreatPp", "Value": "0" }, { "Key": "CultivarName", "Value": "" }, { "Key": "TransitionWeek", "Value": "0" }, { "Key": "SowingDepth", "Value": "100" } ], "Name": "Experiment", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Phen;\r\nusing APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Soils.Nutrients;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link] private Clock clock;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (phenology.CurrentPhase.Name==\"GrainFilling\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n clock.EndDate = clock.Today.Date;\r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "HarvestAtFlowering", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Wheat].Structure.FinalLeafNumber", "[Experiment].Script.TransitionWeek", "[Experiment].Script.TreatTemp", "[Experiment].Script.TreatPp", "[Experiment].Script.CultivarName" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "FLNReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].DaysAfterSowing", "[Wheat].Phenology.CAMP.Vrn1", "[Wheat].Phenology.CAMP.BaseVrn1", "[Wheat].Phenology.CAMP.MethColdVrn1", "[Wheat].Phenology.CAMP.ColdVrn1", "[Wheat].Phenology.CAMP.pVrn2", "[Wheat].Phenology.CAMP.Vrn2", "[Wheat].Phenology.CAMP.Vrn3", "[Wheat].Phenology.CAMP.VrnX", "[Wheat].Phenology.CAMP.dHS", "[Wheat].Phenology.AccumulatedTT", "[Wheat].Phenology.ThermalTime", "[IWeather].MinT", "[IWeather].MaxT" ], "EventNames": [ "[Clock].DoReport" ], "GroupByVariableName": null, "Name": "SupReport", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "DailyGraphs", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Temperature", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Treat", "FactorToVaryMarkers": "Durat", "FactorToVaryLines": "Duration", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "IWeather.MeanT", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Photoperiod", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Treat", "FactorToVaryMarkers": "Cv", "FactorToVaryLines": "Durat", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Photoperiod", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "HaunStage", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Treat", "FactorToVaryMarkers": "Cv", "FactorToVaryLines": "Durat", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.HaunStage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "PredObs", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "HaunStage", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Treat", "FactorToVaryMarkers": "Cv", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "DailyObsPred", "XFieldName": "Observed.Wheat.Phenology.HaunStage", "YFieldName": "Predicted.Wheat.Phenology.HaunStage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FLN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": "Treat", "FactorToVaryLines": null, "Marker": 4, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.FinalLeafNumber", "YFieldName": "Predicted.Wheat.Phenology.FinalLeafNumber", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "LincolnCE", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "", "Name": "Treat", "Children": [ { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Experimental].Script.TreatPp = 15", "[Experimental].Script.Vern = Full", "[Experimental].Script.EmergeDate = 8-Apr" ], "Paths": null, "Values": null, "Name": "LV", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Experimental].Script.TreatPp = 15", "[Experimental].Script.Vern = Nil", "[Experimental].Script.EmergeDate = 8-Jan" ], "Paths": null, "Values": null, "Name": "LN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Experimental].Script.TreatPp = 8", "[Experimental].Script.Vern = Full", "[Experimental].Script.EmergeDate = 8-Apr" ], "Paths": null, "Values": null, "Name": "SV", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Experimental].Script.TreatPp = 8", "[Experimental].Script.Vern = Nil", "[Experimental].Script.EmergeDate = 7-Jan" ], "Paths": null, "Values": null, "Name": "SN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[Experimental].Script.CultivarName = Amarok,BattenWinter,BattenSpring,Otane,Saracen,CRWT153 ", "Name": "Cv", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[Experimental].Script.TransitionWeek = 12", "Name": "Durat", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "LincolnUniBiotron", "Children": [ { "$type": "Models.Clock, Models", "Start": "2000-01-01T00:00:00", "End": "2000-12-31T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.ControlledEnvironment, Models", "MaxT": 23.6, "MinT": 23.6, "Rain": 0.0, "Radn": 15.0, "PanEvap": 5.0, "VP": 2.0, "Wind": 3.0, "CO2": 350.0, "AirPressure": 1010.0, "Latitude": -27.0, "Longitude": 0.0, "DayLength": 16.0, "SunRise": 0.0, "SunSet": 0.0, "Name": "ControlledEnvironment", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.581836, "Longitude": 151.320206, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.01056473311131, 1.07145631083388, 1.09393858528057, 1.15861335018721, 1.17301160318016, 1.16287303586874, 1.18749547755906 ], "AirDry": [ 0.130250054518252, 0.198689390775399, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.260500109036505, 0.248361738469248, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.52100021807301, 0.496723476938497, 0.488437607673005, 0.480296969355493, 0.471583596524955, 0.457070570557793, 0.452331759845006 ], "SAT": [ 0.588654817693846, 0.565676863836273, 0.557192986686577, 0.532787415023694, 0.527354112007486, 0.531179986464627, 0.521888499034317 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.12903231275641, 270.3443621919937, 163.97214434990104, 99.454132887040629, 60.321980831124677, 36.587130828674873, 22.1912165985086 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Climate;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing Models.Utilities;\r\nusing APSIM.Shared.Utilities;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock clock;\r\n [Link] Plant wheat;\r\n [Link] ControlledEnvironment ci;\r\n\r\n [Display(Type = DisplayType.CultivarName)]\r\n [Description(\"Cultivar to be sown\")]\r\n public string CultivarName { get; set; }\r\n [Description(\"Sowing depth (mm)\")]\r\n public double SowingDepth { get; set; }\r\n [Description(\"Vernalisation\")]\r\n public string Vern { get; set; }\r\n [Description(\"Treatment photoperiod (h)\")]\r\n public double TreatPp { get; set; }\r\n [Description(\"Treatment duration (Weeks)\")]\r\n public double TransitionWeek { get; set; }\r\n private double DAS {get; set;}\r\n private bool FirstDay = true;\r\n [Description(\"Emergence Date (d-MMM)\")]\r\n public string EmergeDate {get; set;}\r\n\r\n [EventSubscribe(\"PreparingNewWeatherData\")]\r\n private void OnPreparingNewWeatherData(object sender, EventArgs e)\r\n {\r\n if (FirstDay)\r\n {\r\n wheat.Sow(population: 100, cultivar: CultivarName, depth: SowingDepth, rowSpacing: 150); \r\n wheat.SetEmergenceDate(EmergeDate);\r\n FirstDay = false;\r\n }\r\n DAS += 1;\r\n if ((DAS <= 100)&&(Vern==\"Full\"))\r\n {\r\n ci.MaxT = 1.0;\r\n ci.MinT = 1.0;\r\n ci.DayLength = 0;\r\n }\r\n else\r\n {\r\n ci.MaxT=23.6;\r\n ci.MinT=23.6;\r\n ci.DayLength = TreatPp;\r\n ci.Radn = ((TreatPp - 2) * 3600 * 0.000153 * 2) + (2 * 3600 * 0.000153); //Full light(Hours * s/h * MJ/m2/s * Coeff_PAR->Total) + 2 hour at half light (Hours * s/h * MJ/m2/s) \r\n }\r\n }\r\n }\r\n}\r\n", "Parameters": [ { "Key": "TreatPp", "Value": "0" }, { "Key": "Vern", "Value": "" }, { "Key": "EmergeDate", "Value": "" }, { "Key": "CultivarName", "Value": "" }, { "Key": "TransitionWeek", "Value": "0" }, { "Key": "SowingDepth", "Value": "20" } ], "Name": "Experimental", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF.Phen;\r\nusing APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nusing Models.Soils.Nutrients;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] private Plant Wheat;\r\n [Link] private Clock clock;\r\n [Link(Type = LinkType.Path, Path = \"[Wheat].Phenology\")]\r\n private Phenology phenology;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (phenology.CurrentPhase.Name==\"GrainFilling\")\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n clock.EndDate = clock.Today.Date;\r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "HarvestAtFlowering", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].DaysAfterSowing", "[Wheat].Phenology.CAMP.Vrn1", "[Wheat].Phenology.CAMP.BaseVrn1", "[Wheat].Phenology.CAMP.MethColdVrn1", "[Wheat].Phenology.CAMP.ColdVrn1", "[Wheat].Phenology.CAMP.pVrn2", "[Wheat].Phenology.CAMP.Vrn2", "[Wheat].Phenology.CAMP.Vrn3", "[Wheat].Phenology.CAMP.VrnX", "[Wheat].Phenology.CAMP.dHS", "[Wheat].Phenology.AccumulatedTT", "[Wheat].Phenology.ThermalTime", "[IWeather].MinT", "[IWeather].MaxT" ], "EventNames": [ "[Clock].DoReport" ], "GroupByVariableName": null, "Name": "SupReport", "Children": [], "IncludeInDocumentation": false, "Enabled": false, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "DailyGraphs", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Temperature", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Treat", "FactorToVaryMarkers": "Cv", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "IWeather.MeanT", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Photoperiod", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Treat", "FactorToVaryMarkers": "Cv", "FactorToVaryLines": "CV", "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.Photoperiod", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": true, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "HaunStage", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": "Treat", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 0, "LineThickness": 0, "TableName": "DailyReport", "XFieldName": "Clock.Today", "YFieldName": "Wheat.Phenology.HaunStage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "PredObs", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "HaunStage", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Treat", "FactorToVaryMarkers": "Cv", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "DailyObsPred", "XFieldName": "Observed.Wheat.Phenology.HaunStage", "YFieldName": "Predicted.Wheat.Structure.LeafTipsAppeared", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FLN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": "Treat", "FactorToVaryLines": null, "Marker": 4, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.FinalLeafNumber", "YFieldName": "Predicted.Wheat.Phenology.FinalLeafNumber", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FLN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -1663232, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 4, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.FinalLeafNumber", "YFieldName": "Predicted.Wheat.Phenology.FinalLeafNumber", "X2FieldName": null, "Y2FieldName": null, "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "NPIField2019", "Children": [ { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "WaggaWagga", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "", "Name": "TOS", "Children": [ { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Sowing].Script.SowDate = 4-Mar", "[Clock].StartDate = 2019-03-04", "[Sowing].Script.Treat = 1" ], "Paths": null, "Values": null, "Name": "1", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Sowing].Script.SowDate = 18-Mar", "[Clock].StartDate = 2019-03-18", "[Sowing].Script.Treat = 2" ], "Paths": null, "Values": null, "Name": "2", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Sowing].Script.SowDate = 1-Apr", "[Clock].StartDate = 2019-04-01", "[Sowing].Script.Treat = 3" ], "Paths": null, "Values": null, "Name": "3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Sowing].Script.SowDate = 15-Apr", "[Clock].StartDate = 2019-04-15", "[Sowing].Script.Treat = 4" ], "Paths": null, "Values": null, "Name": "4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Sowing].Script.SowDate = 29-Apr", "[Clock].StartDate = 2019-04-29", "[Sowing].Script.Treat = 5" ], "Paths": null, "Values": null, "Name": "5", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Sowing].Script.SowDate = 13-May", "[Clock].StartDate = 2019-05-13", "[Sowing].Script.Treat = 6" ], "Paths": null, "Values": null, "Name": "6", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Sowing].Script.SowDate = 27-May", "[Clock].StartDate = 2019-05-27", "[Sowing].Script.Treat = 7" ], "Paths": null, "Values": null, "Name": "7", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Sowing].Script.SowDate = 12-Jun", "[Clock].StartDate = 2019-06-12", "[Sowing].Script.Treat = 8" ], "Paths": null, "Values": null, "Name": "8", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.CultivarName = Young, Yitpi, Wyalkatchem, Wills, Whistler, Wedgetail, Trojan, Suntop, Sunstate, Sunlamb, Sunbri, Sunbee, Strzelecki, Spitfire, Scythe, Scout, Scepter, Rosella, Revenue, Peake, Ouyen, Mitch, Merinda, Manning, Magenta, Mace, Longsword, Lancer, Kittyhawk, Kellalac, Janz, Hume, H45, Grenade, Gregory, Gauntlet, Forrest, Emu_Rock, Ellison, Eaglehawk, Derrimut, Cutlass, CSIROW105, CSIROW102, CSIROW087, CSIROW077, CSIROW073, CSIROW029, CSIROW027, CSIROW023, CSIROW021, CSIROW018, CSIROW011, CSIROW007, CSIROW005, CSIROW003, CSIROW002, Crusader, Catalina, Calingiri, Braewood, Bolac, Beaufort, Axe", "Name": "Cv", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "WaggaWagga2019Base", "Children": [ { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "WaggaWagga2019NPIfield.met", "ExcelWorkSheetName": "", "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Clock, Models", "Start": "2019-02-25T00:00:00", "End": "2020-01-20T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "Summary", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "Black Vertosol", "LocalName": null, "Site": "Lawes", "NearestTown": "Lawes, Q 4343", "Region": "Lockyer", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Blue Gum, Moreton Bay Ash, Tea Tree", "ApsoilNumber": "38", "Latitude": -27.537, "Longitude": 152.336, "LocationAccuracy": "+-20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba", "Comments": "Soil naming structure: \\State\\Region\\Classification-Local Name (Site/district and locator number); oc and ph estimated", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.32, 1.3, 1.23, 1.27, 1.37, 1.35, 1.35 ], "AirDry": [ 0.13, 0.208, 0.26, 0.26, 0.25, 0.26, 0.26 ], "LL15": [ 0.26, 0.26, 0.26, 0.26, 0.25, 0.26, 0.26 ], "DUL": [ 0.41, 0.43, 0.46, 0.44, 0.4, 0.41, 0.38 ], "SAT": [ 0.47, 0.48, 0.51, 0.49, 0.45, 0.46, 0.46 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.26, 0.26, 0.26, 0.26, 0.25, 0.29, 0.36 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 3.5, "WinterDate": "1-Apr", "WinterU": 4.0, "WinterCona": 2.5, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 0.953846153846154, 0.953846153846154, 0.961538461538461, 0.846153846153846, 0.546153846153846, 0.261538461538462, 0.2 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.12903231275641, 270.3443621919937, 163.97214434990104, 99.454132887040629, 60.321980831124677, 36.587130828674873, 22.1912165985086 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 10.1010101010101, 10.256410256410257, 2.7100271002710028, 0.787401574803151, 0.48661800486618023, 0.246913580246913, 0.246913580246913 ], "NH4N": [ 0.50505050505050508, 0.51282051282051277, 0.27100271002710019, 0.26246719160104987, 0.24330900243308992, 0.24691358024691359, 0.2469135802469134 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 0, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": "LL15", "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.TerminalSpikeletDAS" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].Phenology.Stage", "[Wheat].Phenology.Zadok.Stage", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.TerminalSpikeletDAS" ], "EventNames": [ "[Clock].DoReport" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nusing System.Globalization;\r\nusing Models.Interfaces;\r\nusing System.Collections.Generic;\r\nusing System.Text;\r\nusing Models;\r\nusing System.Xml.Serialization;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Data;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n [Link] Soil Soil;\r\n [Link] Plant Wheat;\r\n [Link] Simulation Simulation;\r\n Accumulator accumulatedRain;\r\n \r\n [Description(\"Sowing date (d-mmm)\")]\r\n public string SowDate { get; set; }\r\n [Description(\"Treatment Name\")]\r\n public string Treat { get; set; }\r\n [Display(Type = DisplayType.CultivarName)]\r\n [Description(\"Cultivar to be sown\")]\r\n public string CultivarName { get; set; }\r\n [Description(\"Sowing depth (mm)\")]\r\n public double SowingDepth { get; set; }\r\n [Description(\"Row spacing (mm)\")]\r\n public double RowSpacing { get; set; }\r\n [Description(\"Plant population (/m2)\")]\r\n public double Population { get; set; }\r\n\r\n [Description(\"Emergence Date File Path\")]\r\n public string FilePath {get; set;}\r\n\r\n private DateTime EmergenceDate {get; set;}\r\n private string EmergenceString {get; set;}\r\n\r\n [XmlIgnore] private DataTable EmergDates{ get; set; }\r\n\r\n [EventSubscribe(\"StartOfSimulation\")]\r\n private void OnStartOfSimulation(object sender, EventArgs e)\r\n {\r\n \r\n string fullFileName = PathUtilities.GetAbsolutePath(FilePath, Simulation.FileName);\r\n \r\n ApsimTextFile textFile = new ApsimTextFile();\r\n textFile.Open(fullFileName);\r\n EmergDates = textFile.ToTable();\r\n textFile.Close();\r\n }\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n\r\n if (DateUtilities.WithinDates(SowDate, Clock.Today, SowDate))\r\n {\r\n \r\n foreach (DataRow row in EmergDates.Rows)\r\n\t {\r\n\t string Env = Convert.ToString(row[\"TOS\"]);\r\n\t if (Env == Treat)\r\n\t {\r\n\t EmergenceDate = Convert.ToDateTime(row[CultivarName]);\r\n\t EmergenceString = EmergenceDate.ToString(\"dd-MMM\", CultureInfo.InvariantCulture);\r\n\t }\r\n\t }\r\n\r\n Wheat.Sow(population: Population, cultivar: CultivarName, depth: SowingDepth, rowSpacing: RowSpacing); \r\n Wheat.SetEmergenceDate(EmergenceString);\r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "SowDate", "Value": "" }, { "Key": "Treat", "Value": "" }, { "Key": "CultivarName", "Value": "" }, { "Key": "SowingDepth", "Value": "50" }, { "Key": "RowSpacing", "Value": "250" }, { "Key": "Population", "Value": "150" }, { "Key": "FilePath", "Value": "%root%\\Tests\\Validation\\Wheat\\WaggaWaggaEmergenceDates.csv" } ], "Name": "Sowing", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "200" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n [Link] private Clock Clock;\r\n [Link] private Simulation sim;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n sim.Set(\"Clock.EndDate\", Clock.Today.AddDays(1)); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [], "Name": "Management", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "PredObs", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FLN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "TOS", "FactorToVaryMarkers": "Cv", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Predicted.Wheat.Phenology.FinalLeafNumber", "YFieldName": "Observed.Wheat.Phenology.FinalLeafNumber", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "HaunStage", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": "Cv", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "DailyObsPred", "XFieldName": "Predicted.Wheat.Phenology.HaunStage", "YFieldName": "Observed.Wheat.Phenology.HaunStage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "EmergenceDAS", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": "Experiment", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.EmergenceDAS", "YFieldName": "Predicted.Wheat.Phenology.EmergenceDAS", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Callington", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "", "Name": "TOS", "Children": [ { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Sowing].Script.SowDate = 6-Mar", "[Clock].StartDate = 2019-03-06", "[Sowing].Script.Treat = 1" ], "Paths": null, "Values": null, "Name": "1", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Sowing].Script.SowDate = 15-Mar", "[Clock].StartDate = 2019-03-15", "[Sowing].Script.Treat = 2" ], "Paths": null, "Values": null, "Name": "2", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Sowing].Script.SowDate = 29-Mar", "[Clock].StartDate = 2019-03-29", "[Sowing].Script.Treat = 3" ], "Paths": null, "Values": null, "Name": "3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Sowing].Script.SowDate = 12-Apr", "[Clock].StartDate = 2019-04-12", "[Sowing].Script.Treat = 4" ], "Paths": null, "Values": null, "Name": "4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Sowing].Script.SowDate = 29-Apr", "[Clock].StartDate = 2019-04-29", "[Sowing].Script.Treat = 5" ], "Paths": null, "Values": null, "Name": "5", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Sowing].Script.SowDate = 13-May", "[Clock].StartDate = 2019-05-13", "[Sowing].Script.Treat = 6" ], "Paths": null, "Values": null, "Name": "6", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Sowing].Script.SowDate = 27-May", "[Clock].StartDate = 2019-05-27", "[Sowing].Script.Treat = 7" ], "Paths": null, "Values": null, "Name": "7", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Sowing].Script.SowDate = 11-Jun", "[Clock].StartDate = 2019-06-11", "[Sowing].Script.Treat = 8" ], "Paths": null, "Values": null, "Name": "8", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.CultivarName = Young, Yitpi, Wyalkatchem, Wills, Whistler, Wedgetail, Trojan, Suntop, Sunstate, Sunlamb, Sunbri, Sunbee, Strzelecki, Spitfire, Scythe, Scout, Scepter, Rosella, Revenue, Peake, Ouyen, Mitch, Merinda, Manning, Magenta, Mace, Longsword, Lancer, Kittyhawk, Kellalac, Janz, Hume, H45, Grenade, Gregory, Gauntlet, Forrest, Emu_Rock, Ellison, Eaglehawk, Derrimut, Cutlass, CSIROW105, CSIROW102, CSIROW087, CSIROW077, CSIROW073, CSIROW029, CSIROW027, CSIROW023, CSIROW021, CSIROW018, CSIROW011, CSIROW007, CSIROW005, CSIROW003, CSIROW002, Crusader, Catalina, Calingiri, Braewood, Bolac, Beaufort, Axe", "Name": "Cv", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Callington2019Base", "Children": [ { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Callington2019NPIfield.met", "ExcelWorkSheetName": "", "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Clock, Models", "Start": "2019-02-25T00:00:00", "End": "2020-01-20T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "Summary", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "Black Vertosol", "LocalName": null, "Site": "Lawes", "NearestTown": "Lawes, Q 4343", "Region": "Lockyer", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Blue Gum, Moreton Bay Ash, Tea Tree", "ApsoilNumber": "38", "Latitude": -27.537, "Longitude": 152.336, "LocationAccuracy": "+-20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba", "Comments": "Soil naming structure: \\State\\Region\\Classification-Local Name (Site/district and locator number); oc and ph estimated", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.32, 1.3, 1.23, 1.27, 1.37, 1.35, 1.35 ], "AirDry": [ 0.13, 0.208, 0.26, 0.26, 0.25, 0.26, 0.26 ], "LL15": [ 0.26, 0.26, 0.26, 0.26, 0.25, 0.26, 0.26 ], "DUL": [ 0.41, 0.43, 0.46, 0.44, 0.4, 0.41, 0.38 ], "SAT": [ 0.47, 0.48, 0.51, 0.49, 0.45, 0.46, 0.46 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.26, 0.26, 0.26, 0.26, 0.25, 0.29, 0.36 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 3.5, "WinterDate": "1-Apr", "WinterU": 4.0, "WinterCona": 2.5, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 0.953846153846154, 0.953846153846154, 0.961538461538461, 0.846153846153846, 0.546153846153846, 0.261538461538462, 0.2 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.12903231275641, 270.3443621919937, 163.97214434990104, 99.454132887040629, 60.321980831124677, 36.587130828674873, 22.1912165985086 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 10.1010101010101, 10.256410256410257, 2.7100271002710028, 0.787401574803151, 0.48661800486618023, 0.246913580246913, 0.246913580246913 ], "NH4N": [ 0.50505050505050508, 0.51282051282051277, 0.27100271002710019, 0.26246719160104987, 0.24330900243308992, 0.24691358024691359, 0.2469135802469134 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 0, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": "LL15", "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.TerminalSpikeletDAS" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].Phenology.Stage", "[Wheat].Phenology.Zadok.Stage", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.TerminalSpikeletDAS" ], "EventNames": [ "[Clock].DoReport" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nusing System.Globalization;\r\nusing Models.Interfaces;\r\nusing System.Collections.Generic;\r\nusing System.Text;\r\nusing Models;\r\nusing System.Xml.Serialization;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Data;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n [Link] Soil Soil;\r\n [Link] Plant Wheat;\r\n [Link] Simulation Simulation;\r\n Accumulator accumulatedRain;\r\n \r\n [Description(\"Sowing date (d-mmm)\")]\r\n public string SowDate { get; set; }\r\n [Description(\"Treatment Name\")]\r\n public string Treat { get; set; }\r\n [Display(Type = DisplayType.CultivarName)]\r\n [Description(\"Cultivar to be sown\")]\r\n public string CultivarName { get; set; }\r\n [Description(\"Sowing depth (mm)\")]\r\n public double SowingDepth { get; set; }\r\n [Description(\"Row spacing (mm)\")]\r\n public double RowSpacing { get; set; }\r\n [Description(\"Plant population (/m2)\")]\r\n public double Population { get; set; }\r\n\r\n [Description(\"Emergence Date File Path\")]\r\n public string FilePath {get; set;}\r\n\r\n private DateTime EmergenceDate {get; set;}\r\n private string EmergenceString {get; set;}\r\n\r\n [XmlIgnore] private DataTable EmergDates{ get; set; }\r\n\r\n [EventSubscribe(\"StartOfSimulation\")]\r\n private void OnStartOfSimulation(object sender, EventArgs e)\r\n {\r\n \r\n string fullFileName = PathUtilities.GetAbsolutePath(FilePath, Simulation.FileName);\r\n \r\n ApsimTextFile textFile = new ApsimTextFile();\r\n textFile.Open(fullFileName);\r\n EmergDates = textFile.ToTable();\r\n textFile.Close();\r\n }\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n\r\n if (DateUtilities.WithinDates(SowDate, Clock.Today, SowDate))\r\n {\r\n \r\n foreach (DataRow row in EmergDates.Rows)\r\n\t {\r\n\t string Env = Convert.ToString(row[\"TOS\"]);\r\n\t if (Env == Treat)\r\n\t {\r\n\t EmergenceDate = Convert.ToDateTime(row[CultivarName]);\r\n\t EmergenceString = EmergenceDate.ToString(\"dd-MMM\", CultureInfo.InvariantCulture);\r\n\t }\r\n\t }\r\n\r\n Wheat.Sow(population: Population, cultivar: CultivarName, depth: SowingDepth, rowSpacing: RowSpacing); \r\n Wheat.SetEmergenceDate(EmergenceString);\r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "SowDate", "Value": "" }, { "Key": "Treat", "Value": "" }, { "Key": "CultivarName", "Value": "" }, { "Key": "SowingDepth", "Value": "50" }, { "Key": "RowSpacing", "Value": "250" }, { "Key": "Population", "Value": "150" }, { "Key": "FilePath", "Value": "%root%\\Tests\\Validation\\Wheat\\CallingtonEmergenceDates.csv" } ], "Name": "Sowing", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "200" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [], "Name": "Management", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n [Link] private Clock Clock;\r\n [Link] private Simulation sim;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n sim.Set(\"Clock.EndDate\", Clock.Today.AddDays(1)); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "PredObs", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "HaunStage", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": "Cv", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "DailyObsPred", "XFieldName": "Predicted.Wheat.Phenology.HaunStage", "YFieldName": "Observed.Wheat.Phenology.HaunStage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FLN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "TOS", "FactorToVaryMarkers": "Cv", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Predicted.Wheat.Phenology.FinalLeafNumber", "YFieldName": "Observed.Wheat.Phenology.FinalLeafNumber", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "EmergenceDAS", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": "Experiment", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.EmergenceDAS", "YFieldName": "Predicted.Wheat.Phenology.EmergenceDAS", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Dale", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "", "Name": "TOS", "Children": [ { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Sowing].Script.SowDate = 20-Mar", "[Clock].StartDate = 2019-03-20", "[Sowing].Script.Treat = 1" ], "Paths": null, "Values": null, "Name": "1", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Sowing].Script.SowDate = 10-Apr", "[Clock].StartDate = 2019-04-10", "[Sowing].Script.Treat = 2" ], "Paths": null, "Values": null, "Name": "2", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Sowing].Script.SowDate = 17-Apr", "[Clock].StartDate = 2019-04-17", "[Sowing].Script.Treat = 3" ], "Paths": null, "Values": null, "Name": "3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Sowing].Script.SowDate = 1-May", "[Clock].StartDate = 2019-05-01", "[Sowing].Script.Treat = 4" ], "Paths": null, "Values": null, "Name": "4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Sowing].Script.SowDate = 17-May", "[Clock].StartDate = 2019-05-17", "[Sowing].Script.Treat = 5" ], "Paths": null, "Values": null, "Name": "5", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Sowing].Script.SowDate = 28-May", "[Clock].StartDate = 2019-05-28", "[Sowing].Script.Treat = 6" ], "Paths": null, "Values": null, "Name": "6", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Sowing].Script.SowDate = 12-Jun", "[Clock].StartDate = 2019-06-12", "[Sowing].Script.Treat = 7" ], "Paths": null, "Values": null, "Name": "7", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Sowing].Script.SowDate = 1-Jul", "[Clock].StartDate = 2019-07-01", "[Sowing].Script.Treat = 8" ], "Paths": null, "Values": null, "Name": "8", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.CultivarName = Young, Yitpi, Wyalkatchem, Wills, Whistler, Wedgetail, Trojan, Suntop, Sunstate, Sunlamb, Sunbri, Sunbee, Strzelecki, Spitfire, Scythe, Scout, Scepter, Rosella, Revenue, Peake, Ouyen, Mitch, Merinda, Manning, Magenta, Mace, Longsword, Lancer, Kittyhawk, Kellalac, Janz, Hume, H45, Grenade, Gregory, Gauntlet, Forrest, Emu_Rock, Ellison, Eaglehawk, Derrimut, Cutlass, CSIROW105, CSIROW102, CSIROW087, CSIROW077, CSIROW073, CSIROW029, CSIROW027, CSIROW023, CSIROW021, CSIROW018, CSIROW011, CSIROW007, CSIROW005, CSIROW003, CSIROW002, Crusader, Catalina, Calingiri, Braewood, Bolac, Beaufort, Axe", "Name": "Cv", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Dale2019Base", "Children": [ { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "dale2019NPIfield.met", "ExcelWorkSheetName": "", "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Clock, Models", "Start": "2019-02-25T00:00:00", "End": "2020-01-20T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "Summary", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "Black Vertosol", "LocalName": null, "Site": "Lawes", "NearestTown": "Lawes, Q 4343", "Region": "Lockyer", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Blue Gum, Moreton Bay Ash, Tea Tree", "ApsoilNumber": "38", "Latitude": -27.537, "Longitude": 152.336, "LocationAccuracy": "+-20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba", "Comments": "Soil naming structure: \\State\\Region\\Classification-Local Name (Site/district and locator number); oc and ph estimated", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.32, 1.3, 1.23, 1.27, 1.37, 1.35, 1.35 ], "AirDry": [ 0.13, 0.208, 0.26, 0.26, 0.25, 0.26, 0.26 ], "LL15": [ 0.26, 0.26, 0.26, 0.26, 0.25, 0.26, 0.26 ], "DUL": [ 0.41, 0.43, 0.46, 0.44, 0.4, 0.41, 0.38 ], "SAT": [ 0.47, 0.48, 0.51, 0.49, 0.45, 0.46, 0.46 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.26, 0.26, 0.26, 0.26, 0.25, 0.29, 0.36 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 3.5, "WinterDate": "1-Apr", "WinterU": 4.0, "WinterCona": 2.5, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 0.953846153846154, 0.953846153846154, 0.961538461538461, 0.846153846153846, 0.546153846153846, 0.261538461538462, 0.2 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.12903231275641, 270.3443621919937, 163.97214434990104, 99.454132887040629, 60.321980831124677, 36.587130828674873, 22.1912165985086 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 10.1010101010101, 10.256410256410257, 2.7100271002710028, 0.787401574803151, 0.48661800486618023, 0.246913580246913, 0.246913580246913 ], "NH4N": [ 0.50505050505050508, 0.51282051282051277, 0.27100271002710019, 0.26246719160104987, 0.24330900243308992, 0.24691358024691359, 0.2469135802469134 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 0, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": "LL15", "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.TerminalSpikeletDAS" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].Phenology.Stage", "[Wheat].Phenology.Zadok.Stage", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.TerminalSpikeletDAS" ], "EventNames": [ "[Clock].DoReport" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nusing System.Globalization;\r\nusing Models.Interfaces;\r\nusing System.Collections.Generic;\r\nusing System.Text;\r\nusing Models;\r\nusing System.Xml.Serialization;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Data;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n [Link] Soil Soil;\r\n [Link] Plant Wheat;\r\n [Link] Simulation Simulation;\r\n Accumulator accumulatedRain;\r\n \r\n [Description(\"Sowing date (d-mmm)\")]\r\n public string SowDate { get; set; }\r\n [Description(\"Treatment Name\")]\r\n public string Treat { get; set; }\r\n [Display(Type = DisplayType.CultivarName)]\r\n [Description(\"Cultivar to be sown\")]\r\n public string CultivarName { get; set; }\r\n [Description(\"Sowing depth (mm)\")]\r\n public double SowingDepth { get; set; }\r\n [Description(\"Row spacing (mm)\")]\r\n public double RowSpacing { get; set; }\r\n [Description(\"Plant population (/m2)\")]\r\n public double Population { get; set; }\r\n\r\n [Description(\"Emergence Date File Path\")]\r\n public string FilePath {get; set;}\r\n\r\n private DateTime EmergenceDate {get; set;}\r\n private string EmergenceString {get; set;}\r\n\r\n [XmlIgnore] private DataTable EmergDates{ get; set; }\r\n\r\n [EventSubscribe(\"StartOfSimulation\")]\r\n private void OnStartOfSimulation(object sender, EventArgs e)\r\n {\r\n \r\n string fullFileName = PathUtilities.GetAbsolutePath(FilePath, Simulation.FileName);\r\n \r\n ApsimTextFile textFile = new ApsimTextFile();\r\n textFile.Open(fullFileName);\r\n EmergDates = textFile.ToTable();\r\n textFile.Close();\r\n }\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n\r\n if (DateUtilities.WithinDates(SowDate, Clock.Today, SowDate))\r\n {\r\n \r\n foreach (DataRow row in EmergDates.Rows)\r\n\t {\r\n\t string Env = Convert.ToString(row[\"TOS\"]);\r\n\t if (Env == Treat)\r\n\t {\r\n\t EmergenceDate = Convert.ToDateTime(row[CultivarName]);\r\n\t EmergenceString = EmergenceDate.ToString(\"dd-MMM\", CultureInfo.InvariantCulture);\r\n\t }\r\n\t }\r\n\r\n Wheat.Sow(population: Population, cultivar: CultivarName, depth: SowingDepth, rowSpacing: RowSpacing); \r\n Wheat.SetEmergenceDate(EmergenceString);\r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "SowDate", "Value": "" }, { "Key": "Treat", "Value": "" }, { "Key": "CultivarName", "Value": "" }, { "Key": "SowingDepth", "Value": "50" }, { "Key": "RowSpacing", "Value": "250" }, { "Key": "Population", "Value": "150" }, { "Key": "FilePath", "Value": "%root%\\Tests\\Validation\\Wheat\\DaleEmergenceDates.csv" } ], "Name": "Sowing", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "200" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [], "Name": "Management", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n [Link] private Clock Clock;\r\n [Link] private Simulation sim;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n sim.Set(\"Clock.EndDate\", Clock.Today.AddDays(1)); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "PredObs", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "HaunStage", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": "Cv", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "DailyObsPred", "XFieldName": "Predicted.Wheat.Phenology.HaunStage", "YFieldName": "Observed.Wheat.Phenology.HaunStage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FLN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "TOS", "FactorToVaryMarkers": "Cv", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Predicted.Wheat.Phenology.FinalLeafNumber", "YFieldName": "Observed.Wheat.Phenology.FinalLeafNumber", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "EmergenceDAS", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": "Experiment", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.EmergenceDAS", "YFieldName": "Predicted.Wheat.Phenology.EmergenceDAS", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "YanYean", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Permutation, Models", "Name": "Permutation", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "", "Name": "TOS", "Children": [ { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Sowing].Script.SowDate = 5-Mar", "[Clock].StartDate = 2019-03-05", "[Sowing].Script.Treat = 1" ], "Paths": null, "Values": null, "Name": "1", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Sowing].Script.SowDate = 16-Jul", "[Clock].StartDate = 2019-07-16", "[Sowing].Script.Treat = 9" ], "Paths": null, "Values": null, "Name": "9", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Sowing].Script.SowDate = 1-Apr", "[Clock].StartDate = 2019-04-01", "[Sowing].Script.Treat = 3" ], "Paths": null, "Values": null, "Name": "3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Sowing].Script.SowDate = 15-Apr", "[Clock].StartDate = 2019-04-15", "[Sowing].Script.Treat = 4" ], "Paths": null, "Values": null, "Name": "4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Sowing].Script.SowDate = 1-May", "[Clock].StartDate = 2019-05-01", "[Sowing].Script.Treat = 5" ], "Paths": null, "Values": null, "Name": "5", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Sowing].Script.SowDate = 15-May", "[Clock].StartDate = 2019-05-15", "[Sowing].Script.Treat = 6" ], "Paths": null, "Values": null, "Name": "6", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Sowing].Script.SowDate = 31-May", "[Clock].StartDate = 2019-05-31", "[Sowing].Script.Treat = 7" ], "Paths": null, "Values": null, "Name": "7", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.CompositeFactor, Models", "Specifications": [ "[Sowing].Script.SowDate = 14-Jun", "[Clock].StartDate = 2019-06-14", "[Sowing].Script.Treat = 8" ], "Paths": null, "Values": null, "Name": "8", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing].Script.CultivarName = Young, Yitpi, Wyalkatchem, Wills, Whistler, Wedgetail, Trojan, Suntop, Sunstate, Sunlamb, Sunbri, Sunbee, Strzelecki, Spitfire, Scythe, Scout, Scepter, Rosella, Revenue, Peake, Ouyen, Mitch, Merinda, Manning, Magenta, Mace, Longsword, Lancer, Kittyhawk, Kellalac, Janz, Hume, H45, Grenade, Gregory, Gauntlet, Forrest, Emu_Rock, Ellison, Eaglehawk, Derrimut, Cutlass, CSIROW105, CSIROW102, CSIROW087, CSIROW077, CSIROW073, CSIROW029, CSIROW027, CSIROW023, CSIROW021, CSIROW018, CSIROW011, CSIROW007, CSIROW005, CSIROW003, CSIROW002, Crusader, Catalina, Calingiri, Braewood, Bolac, Beaufort, Axe", "Name": "Cv", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "YanYean2019Base", "Children": [ { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "yanyean2019NPIfield.met", "ExcelWorkSheetName": "", "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Clock, Models", "Start": "2019-02-25T00:00:00", "End": "2020-01-20T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "Summary", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": null, "ASCSubOrder": null, "SoilType": "Black Vertosol", "LocalName": null, "Site": "Lawes", "NearestTown": "Lawes, Q 4343", "Region": "Lockyer", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Blue Gum, Moreton Bay Ash, Tea Tree", "ApsoilNumber": "38", "Latitude": -27.537, "Longitude": 152.336, "LocationAccuracy": "+-20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba", "Comments": "Soil naming structure: \\State\\Region\\Classification-Local Name (Site/district and locator number); oc and ph estimated", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.32, 1.3, 1.23, 1.27, 1.37, 1.35, 1.35 ], "AirDry": [ 0.13, 0.208, 0.26, 0.26, 0.25, 0.26, 0.26 ], "LL15": [ 0.26, 0.26, 0.26, 0.26, 0.25, 0.26, 0.26 ], "DUL": [ 0.41, 0.43, 0.46, 0.44, 0.4, 0.41, 0.38 ], "SAT": [ 0.47, 0.48, 0.51, 0.49, 0.45, 0.46, 0.46 ], "KS": null, "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.26, 0.26, 0.26, 0.26, 0.25, 0.29, 0.36 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.02 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 6.0, "SummerCona": 3.5, "WinterDate": "1-Apr", "WinterU": 4.0, "WinterCona": 2.5, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 0.953846153846154, 0.953846153846154, 0.961538461538461, 0.846153846153846, 0.546153846153846, 0.261538461538462, 0.2 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.12903231275641, 270.3443621919937, 163.97214434990104, 99.454132887040629, 60.321980831124677, 36.587130828674873, 22.1912165985086 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 10.1010101010101, 10.256410256410257, 2.7100271002710028, 0.787401574803151, 0.48661800486618023, 0.246913580246913, 0.246913580246913 ], "NH4N": [ 0.50505050505050508, 0.51282051282051277, 0.27100271002710019, 0.26246719160104987, 0.24330900243308992, 0.24691358024691359, 0.2469135802469134 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 0, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": "LL15", "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.TerminalSpikeletDAS" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "DailyReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].Phenology.Stage", "[Wheat].Phenology.Zadok.Stage", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.TerminalSpikeletDAS" ], "EventNames": [ "[Clock].DoReport" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nusing System.Globalization;\r\nusing Models.Interfaces;\r\nusing System.Collections.Generic;\r\nusing System.Text;\r\nusing Models;\r\nusing System.Xml.Serialization;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Data;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n [Link] Soil Soil;\r\n [Link] Plant Wheat;\r\n [Link] Simulation Simulation;\r\n Accumulator accumulatedRain;\r\n \r\n [Description(\"Sowing date (d-mmm)\")]\r\n public string SowDate { get; set; }\r\n [Description(\"Treatment Name\")]\r\n public string Treat { get; set; }\r\n [Display(Type = DisplayType.CultivarName)]\r\n [Description(\"Cultivar to be sown\")]\r\n public string CultivarName { get; set; }\r\n [Description(\"Sowing depth (mm)\")]\r\n public double SowingDepth { get; set; }\r\n [Description(\"Row spacing (mm)\")]\r\n public double RowSpacing { get; set; }\r\n [Description(\"Plant population (/m2)\")]\r\n public double Population { get; set; }\r\n\r\n [Description(\"Emergence Date File Path\")]\r\n public string FilePath {get; set;}\r\n\r\n private DateTime EmergenceDate {get; set;}\r\n private string EmergenceString {get; set;}\r\n\r\n [XmlIgnore] private DataTable EmergDates{ get; set; }\r\n\r\n [EventSubscribe(\"StartOfSimulation\")]\r\n private void OnStartOfSimulation(object sender, EventArgs e)\r\n {\r\n \r\n string fullFileName = PathUtilities.GetAbsolutePath(FilePath, Simulation.FileName);\r\n \r\n ApsimTextFile textFile = new ApsimTextFile();\r\n textFile.Open(fullFileName);\r\n EmergDates = textFile.ToTable();\r\n textFile.Close();\r\n }\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n\r\n if (DateUtilities.WithinDates(SowDate, Clock.Today, SowDate))\r\n {\r\n \r\n foreach (DataRow row in EmergDates.Rows)\r\n\t {\r\n\t string Env = Convert.ToString(row[\"TOS\"]);\r\n\t if (Env == Treat)\r\n\t {\r\n\t EmergenceDate = Convert.ToDateTime(row[CultivarName]);\r\n\t EmergenceString = EmergenceDate.ToString(\"dd-MMM\", CultureInfo.InvariantCulture);\r\n\t }\r\n\t }\r\n\r\n Wheat.Sow(population: Population, cultivar: CultivarName, depth: SowingDepth, rowSpacing: RowSpacing); \r\n Wheat.SetEmergenceDate(EmergenceString);\r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "SowDate", "Value": "" }, { "Key": "Treat", "Value": "" }, { "Key": "CultivarName", "Value": "" }, { "Key": "SowingDepth", "Value": "50" }, { "Key": "RowSpacing", "Value": "250" }, { "Key": "Population", "Value": "150" }, { "Key": "FilePath", "Value": "%root%\\Tests\\Validation\\Wheat\\YanYeanEmergenceDates.csv" } ], "Name": "Sowing", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "200" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2019-03-06", "Action": "[Irrigation].Apply(amount:18);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2019-03-18", "Action": "[Irrigation].Apply(amount:18);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2019-04-04", "Action": "[Irrigation].Apply(amount:18);", "Enabled": true }, { "$type": "Models.Operation, Models", "Date": "2019-04-17", "Action": "[Irrigation].Apply(amount:18);", "Enabled": true } ], "Name": "Management", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Irrigation, Models", "Name": "Irrigation", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n [Link] private Clock Clock;\r\n [Link] private Simulation sim;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n sim.Set(\"Clock.EndDate\", Clock.Today.AddDays(1)); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "PredObs", "Children": [ { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "HaunStage", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": "Cv", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "DailyObsPred", "XFieldName": "Predicted.Wheat.Phenology.HaunStage", "YFieldName": "Observed.Wheat.Phenology.HaunStage", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FLN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "TOS", "FactorToVaryMarkers": "Cv", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Predicted.Wheat.Phenology.FinalLeafNumber", "YFieldName": "Observed.Wheat.Phenology.FinalLeafNumber", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 0, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "EmergenceDAS", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": "Experiment", "FactorToVaryLines": null, "Marker": 11, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.EmergenceDAS", "YFieldName": "Predicted.Wheat.Phenology.EmergenceDAS", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 5, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "EmergenceDAS", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.EmergenceDAS", "YFieldName": "Predicted.Wheat.Phenology.EmergenceDAS", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": 1.0, "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 2, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FLN", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Cv", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.FinalLeafNumber", "YFieldName": "Predicted.Wheat.Phenology.FinalLeafNumber", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": true, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": "Observed", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": "Predicted", "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "HeadingDAS", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.HeadingDAS", "YFieldName": "Predicted.Wheat.Phenology.HeadingDAS", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": false, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Predicted", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 5, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "FloweringDAS", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": 0, "FactorToVaryColours": "Experiment", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "HarvestObsPred", "XFieldName": "Observed.Wheat.Phenology.FloweringDAS", "YFieldName": "Predicted.Wheat.Phenology.FloweringDAS", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": false, "showOneToOne": true, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "NPIValidation", "Children": [ { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "SGEHEAT_13GEHEAT-1", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2013-05-21", "Action": "[wheat].Sow(cultivar:\"axe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "axe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2013-05-21", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2013-05-21", "Action": "[wheat].Sow(cultivar:\"sunstate\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "sunstate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2013-05-21", "Action": "[wheat].Sow(cultivar:\"crusader\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "crusader", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2013-05-21", "Action": "[wheat].Sow(cultivar:\"mace\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "mace", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2013-05-21", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "SGEHEAT_13GEHEAT-1", "Children": [ { "$type": "Models.Clock, Models", "Start": "2013-05-20T00:00:00", "End": "2014-01-03T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "SGEHEAT_13GEHEAT-1.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2013-05-21", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "SGEHEAT_13GEHEAT-2", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2013-07-31", "Action": "[wheat].Sow(cultivar:\"axe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "axe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2013-07-31", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2013-07-31", "Action": "[wheat].Sow(cultivar:\"sunstate\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "sunstate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2013-07-31", "Action": "[wheat].Sow(cultivar:\"mace\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "mace", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2013-07-31", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2013-07-31", "Action": "[wheat].Sow(cultivar:\"crusader\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "crusader", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "SGEHEAT_13GEHEAT-2", "Children": [ { "$type": "Models.Clock, Models", "Start": "2013-07-30T00:00:00", "End": "2014-01-03T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "SGEHEAT_13GEHEAT-2.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2013-07-31", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "14SSOW-1", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-04-11", "Action": "[wheat].Sow(cultivar:\"gregory\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "gregory", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-04-11", "Action": "[wheat].Sow(cultivar:\"ellison\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "ellison", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-04-11", "Action": "[wheat].Sow(cultivar:\"wedgetail\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wedgetail", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-04-11", "Action": "[wheat].Sow(cultivar:\"scythe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scythe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-04-11", "Action": "[wheat].Sow(cultivar:\"axe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "axe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-04-11", "Action": "[wheat].Sow(cultivar:\"braewood\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "braewood", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-04-11", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-04-11", "Action": "[wheat].Sow(cultivar:\"calingiri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "calingiri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-04-11", "Action": "[wheat].Sow(cultivar:\"catalina\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "catalina", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-04-11", "Action": "[wheat].Sow(cultivar:\"derrimut\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "derrimut", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-04-11", "Action": "[wheat].Sow(cultivar:\"strzelecki\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "strzelecki", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-04-11", "Action": "[wheat].Sow(cultivar:\"sunbri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "sunbri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-04-11", "Action": "[wheat].Sow(cultivar:\"sunstate\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "sunstate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-04-11", "Action": "[wheat].Sow(cultivar:\"kellalac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kellalac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-04-11", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-04-11", "Action": "[wheat].Sow(cultivar:\"mace\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "mace", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-04-11", "Action": "[wheat].Sow(cultivar:\"rosella\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "rosella", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-04-11", "Action": "[wheat].Sow(cultivar:\"gauntlet\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "gauntlet", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-04-11", "Action": "[wheat].Sow(cultivar:\"forrest\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "forrest", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-04-11", "Action": "[wheat].Sow(cultivar:\"lancer\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "lancer", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-04-11", "Action": "[wheat].Sow(cultivar:\"scout\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scout", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-04-11", "Action": "[wheat].Sow(cultivar:\"revenue\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "revenue", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-04-11", "Action": "[wheat].Sow(cultivar:\"merinda\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "merinda", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-04-11", "Action": "[wheat].Sow(cultivar:\"spitfire\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "spitfire", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-04-11", "Action": "[wheat].Sow(cultivar:\"suntop\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "suntop", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-04-11", "Action": "[wheat].Sow(cultivar:\"whistler\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "whistler", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-04-11", "Action": "[wheat].Sow(cultivar:\"young\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "young", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-04-11", "Action": "[wheat].Sow(cultivar:\"yitpi\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "yitpi", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-04-11", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-04-11", "Action": "[wheat].Sow(cultivar:\"hume\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "hume", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-04-11", "Action": "[wheat].Sow(cultivar:\"peake\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "peake", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-04-11", "Action": "[wheat].Sow(cultivar:\"ouyen\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "ouyen", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-04-11", "Action": "[wheat].Sow(cultivar:\"wills\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wills", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-04-11", "Action": "[wheat].Sow(cultivar:\"eaglehawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "eaglehawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "14SSOW-1", "Children": [ { "$type": "Models.Clock, Models", "Start": "2014-04-10T00:00:00", "End": "2015-02-05T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "14SSOW-1.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-04-11", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "14SSOW-2", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-05-13", "Action": "[wheat].Sow(cultivar:\"scythe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scythe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-05-13", "Action": "[wheat].Sow(cultivar:\"axe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "axe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-05-13", "Action": "[wheat].Sow(cultivar:\"braewood\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "braewood", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-05-13", "Action": "[wheat].Sow(cultivar:\"calingiri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "calingiri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-05-13", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-05-13", "Action": "[wheat].Sow(cultivar:\"derrimut\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "derrimut", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-05-13", "Action": "[wheat].Sow(cultivar:\"catalina\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "catalina", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-05-13", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-05-13", "Action": "[wheat].Sow(cultivar:\"kellalac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kellalac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-05-13", "Action": "[wheat].Sow(cultivar:\"mace\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "mace", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-05-13", "Action": "[wheat].Sow(cultivar:\"gregory\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "gregory", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-05-13", "Action": "[wheat].Sow(cultivar:\"wedgetail\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wedgetail", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-05-13", "Action": "[wheat].Sow(cultivar:\"ellison\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "ellison", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-05-13", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-05-13", "Action": "[wheat].Sow(cultivar:\"yitpi\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "yitpi", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-05-13", "Action": "[wheat].Sow(cultivar:\"young\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "young", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-05-13", "Action": "[wheat].Sow(cultivar:\"crusader\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "crusader", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-05-13", "Action": "[wheat].Sow(cultivar:\"rosella\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "rosella", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-05-13", "Action": "[wheat].Sow(cultivar:\"sunbri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "sunbri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-05-13", "Action": "[wheat].Sow(cultivar:\"strzelecki\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "strzelecki", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-05-13", "Action": "[wheat].Sow(cultivar:\"sunstate\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "sunstate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-05-13", "Action": "[wheat].Sow(cultivar:\"eaglehawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "eaglehawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-05-13", "Action": "[wheat].Sow(cultivar:\"forrest\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "forrest", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-05-13", "Action": "[wheat].Sow(cultivar:\"gauntlet\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "gauntlet", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-05-13", "Action": "[wheat].Sow(cultivar:\"lancer\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "lancer", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-05-13", "Action": "[wheat].Sow(cultivar:\"spitfire\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "spitfire", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-05-13", "Action": "[wheat].Sow(cultivar:\"scout\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scout", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-05-13", "Action": "[wheat].Sow(cultivar:\"merinda\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "merinda", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-05-13", "Action": "[wheat].Sow(cultivar:\"revenue\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "revenue", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-05-13", "Action": "[wheat].Sow(cultivar:\"whistler\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "whistler", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-05-13", "Action": "[wheat].Sow(cultivar:\"suntop\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "suntop", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-05-13", "Action": "[wheat].Sow(cultivar:\"hume\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "hume", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-05-13", "Action": "[wheat].Sow(cultivar:\"peake\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "peake", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-05-13", "Action": "[wheat].Sow(cultivar:\"wills\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wills", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-05-13", "Action": "[wheat].Sow(cultivar:\"ouyen\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "ouyen", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "14SSOW-2", "Children": [ { "$type": "Models.Clock, Models", "Start": "2014-05-12T00:00:00", "End": "2015-03-09T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "14SSOW-2.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-05-13", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "14SSOW-4", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-07-16", "Action": "[wheat].Sow(cultivar:\"gregory\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "gregory", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-07-16", "Action": "[wheat].Sow(cultivar:\"wedgetail\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wedgetail", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-07-16", "Action": "[wheat].Sow(cultivar:\"ellison\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "ellison", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-07-16", "Action": "[wheat].Sow(cultivar:\"scythe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scythe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-07-16", "Action": "[wheat].Sow(cultivar:\"axe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "axe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-07-16", "Action": "[wheat].Sow(cultivar:\"braewood\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "braewood", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-07-16", "Action": "[wheat].Sow(cultivar:\"calingiri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "calingiri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-07-16", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-07-16", "Action": "[wheat].Sow(cultivar:\"derrimut\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "derrimut", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-07-16", "Action": "[wheat].Sow(cultivar:\"catalina\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "catalina", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-07-16", "Action": "[wheat].Sow(cultivar:\"rosella\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "rosella", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-07-16", "Action": "[wheat].Sow(cultivar:\"sunbri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "sunbri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-07-16", "Action": "[wheat].Sow(cultivar:\"strzelecki\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "strzelecki", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-07-16", "Action": "[wheat].Sow(cultivar:\"sunstate\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "sunstate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-07-16", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-07-16", "Action": "[wheat].Sow(cultivar:\"kellalac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kellalac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-07-16", "Action": "[wheat].Sow(cultivar:\"mace\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "mace", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-07-16", "Action": "[wheat].Sow(cultivar:\"forrest\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "forrest", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-07-16", "Action": "[wheat].Sow(cultivar:\"gauntlet\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "gauntlet", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-07-16", "Action": "[wheat].Sow(cultivar:\"lancer\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "lancer", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-07-16", "Action": "[wheat].Sow(cultivar:\"spitfire\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "spitfire", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-07-16", "Action": "[wheat].Sow(cultivar:\"scout\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scout", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-07-16", "Action": "[wheat].Sow(cultivar:\"merinda\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "merinda", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-07-16", "Action": "[wheat].Sow(cultivar:\"whistler\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "whistler", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-07-16", "Action": "[wheat].Sow(cultivar:\"suntop\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "suntop", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-07-16", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-07-16", "Action": "[wheat].Sow(cultivar:\"yitpi\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "yitpi", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-07-16", "Action": "[wheat].Sow(cultivar:\"young\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "young", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-07-16", "Action": "[wheat].Sow(cultivar:\"crusader\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "crusader", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-07-16", "Action": "[wheat].Sow(cultivar:\"hume\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "hume", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-07-16", "Action": "[wheat].Sow(cultivar:\"peake\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "peake", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-07-16", "Action": "[wheat].Sow(cultivar:\"wills\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wills", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-07-16", "Action": "[wheat].Sow(cultivar:\"ouyen\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "ouyen", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-07-16", "Action": "[wheat].Sow(cultivar:\"eaglehawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "eaglehawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "14SSOW-4", "Children": [ { "$type": "Models.Clock, Models", "Start": "2014-07-15T00:00:00", "End": "2015-05-12T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "14SSOW-4.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-07-16", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "14SSOW-5", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-08-12", "Action": "[wheat].Sow(cultivar:\"scythe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scythe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-08-12", "Action": "[wheat].Sow(cultivar:\"axe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "axe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-08-12", "Action": "[wheat].Sow(cultivar:\"braewood\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "braewood", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-08-12", "Action": "[wheat].Sow(cultivar:\"calingiri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "calingiri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-08-12", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-08-12", "Action": "[wheat].Sow(cultivar:\"derrimut\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "derrimut", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-08-12", "Action": "[wheat].Sow(cultivar:\"catalina\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "catalina", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-08-12", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-08-12", "Action": "[wheat].Sow(cultivar:\"kellalac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kellalac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-08-12", "Action": "[wheat].Sow(cultivar:\"mace\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "mace", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-08-12", "Action": "[wheat].Sow(cultivar:\"gregory\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "gregory", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-08-12", "Action": "[wheat].Sow(cultivar:\"ellison\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "ellison", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-08-12", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-08-12", "Action": "[wheat].Sow(cultivar:\"young\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "young", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-08-12", "Action": "[wheat].Sow(cultivar:\"yitpi\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "yitpi", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-08-12", "Action": "[wheat].Sow(cultivar:\"crusader\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "crusader", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-08-12", "Action": "[wheat].Sow(cultivar:\"sunbri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "sunbri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-08-12", "Action": "[wheat].Sow(cultivar:\"strzelecki\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "strzelecki", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-08-12", "Action": "[wheat].Sow(cultivar:\"sunstate\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "sunstate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-08-12", "Action": "[wheat].Sow(cultivar:\"eaglehawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "eaglehawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-08-12", "Action": "[wheat].Sow(cultivar:\"forrest\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "forrest", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-08-12", "Action": "[wheat].Sow(cultivar:\"gauntlet\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "gauntlet", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-08-12", "Action": "[wheat].Sow(cultivar:\"lancer\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "lancer", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-08-12", "Action": "[wheat].Sow(cultivar:\"spitfire\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "spitfire", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-08-12", "Action": "[wheat].Sow(cultivar:\"merinda\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "merinda", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-08-12", "Action": "[wheat].Sow(cultivar:\"scout\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scout", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-08-12", "Action": "[wheat].Sow(cultivar:\"suntop\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "suntop", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-08-12", "Action": "[wheat].Sow(cultivar:\"hume\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "hume", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-08-12", "Action": "[wheat].Sow(cultivar:\"peake\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "peake", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-08-12", "Action": "[wheat].Sow(cultivar:\"wills\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wills", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-08-12", "Action": "[wheat].Sow(cultivar:\"ouyen\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "ouyen", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "14SSOW-5", "Children": [ { "$type": "Models.Clock, Models", "Start": "2014-08-11T00:00:00", "End": "2015-06-08T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "14SSOW-5.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2014-08-12", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "12JuneeJames-1-100", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-04-18", "Action": "[wheat].Sow(cultivar:\"gregory\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "gregory", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-04-18", "Action": "[wheat].Sow(cultivar:\"eaglehawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "eaglehawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "12JuneeJames-1-100", "Children": [ { "$type": "Models.Clock, Models", "Start": "2012-04-17T00:00:00", "End": "2012-12-17T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "12JuneeJames-1-100.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-04-18", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "12JuneeJames-1-50", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-04-18", "Action": "[wheat].Sow(cultivar:\"eaglehawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "eaglehawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "12JuneeJames-1-50", "Children": [ { "$type": "Models.Clock, Models", "Start": "2012-04-17T00:00:00", "End": "2012-12-17T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "12JuneeJames-1-50.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-04-18", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "12JuneeJames-2-100", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-04-26", "Action": "[wheat].Sow(cultivar:\"gregory\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "gregory", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-04-26", "Action": "[wheat].Sow(cultivar:\"eaglehawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "eaglehawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "12JuneeJames-2-100", "Children": [ { "$type": "Models.Clock, Models", "Start": "2012-04-25T00:00:00", "End": "2012-12-17T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "12JuneeJames-2-100.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-04-26", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "12JuneeJames-2-50", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-04-26", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "12JuneeJames-2-50", "Children": [ { "$type": "Models.Clock, Models", "Start": "2012-04-25T00:00:00", "End": "2012-12-17T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "12JuneeJames-2-50.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-04-26", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "12JuneeJames-3-100", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-05-08", "Action": "[wheat].Sow(cultivar:\"eaglehawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "eaglehawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-05-08", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-05-08", "Action": "[wheat].Sow(cultivar:\"gregory\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "gregory", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "12JuneeJames-3-100", "Children": [ { "$type": "Models.Clock, Models", "Start": "2012-05-07T00:00:00", "End": "2012-12-17T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "12JuneeJames-3-100.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-05-08", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "12JuneeJames-4-100", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-05-17", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-05-17", "Action": "[wheat].Sow(cultivar:\"gregory\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "gregory", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "12JuneeJames-4-100", "Children": [ { "$type": "Models.Clock, Models", "Start": "2012-05-16T00:00:00", "End": "2012-12-17T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "12JuneeJames-4-100.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2012-05-17", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BCVT_Ardingly_1992-06-19", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1992-06-19", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BCVT_Ardingly_1992-06-19", "Children": [ { "$type": "Models.Clock, Models", "Start": "1992-06-18T00:00:00", "End": "1993-04-15T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BCVT_Ardingly_1992-06-19.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1992-06-19", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BCVT_Badgingarra_2005-05-26", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2005-05-26", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BCVT_Badgingarra_2005-05-26", "Children": [ { "$type": "Models.Clock, Models", "Start": "2005-05-25T00:00:00", "End": "2006-03-22T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BCVT_Badgingarra_2005-05-26.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2005-05-26", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BCVT_Badgingarra_2005-05-28", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2005-05-28", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BCVT_Badgingarra_2005-05-28", "Children": [ { "$type": "Models.Clock, Models", "Start": "2005-05-27T00:00:00", "End": "2006-03-24T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BCVT_Badgingarra_2005-05-28.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2005-05-28", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BCVT_Badjaling_2003-05-30", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2003-05-30", "Action": "[wheat].Sow(cultivar:\"calingiri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "calingiri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BCVT_Badjaling_2003-05-30", "Children": [ { "$type": "Models.Clock, Models", "Start": "2003-05-29T00:00:00", "End": "2004-03-25T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BCVT_Badjaling_2003-05-30.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2003-05-30", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BCVT_Chapman_1992-06-23", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1992-06-23", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BCVT_Chapman_1992-06-23", "Children": [ { "$type": "Models.Clock, Models", "Start": "1992-06-22T00:00:00", "End": "1993-04-19T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BCVT_Chapman_1992-06-23.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1992-06-23", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BCVT_Chapman_1992-06-24", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1992-06-24", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BCVT_Chapman_1992-06-24", "Children": [ { "$type": "Models.Clock, Models", "Start": "1992-06-23T00:00:00", "End": "1993-04-20T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BCVT_Chapman_1992-06-24.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1992-06-24", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BCVT_Chapman_1994-06-10", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1994-06-10", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BCVT_Chapman_1994-06-10", "Children": [ { "$type": "Models.Clock, Models", "Start": "1994-06-09T00:00:00", "End": "1995-04-06T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BCVT_Chapman_1994-06-10.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1994-06-10", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BCVT_Gairdner_River_2004-06-09", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2004-06-09", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BCVT_Gairdner_River_2004-06-09", "Children": [ { "$type": "Models.Clock, Models", "Start": "2004-06-08T00:00:00", "End": "2005-04-05T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BCVT_Gairdner_River_2004-06-09.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2004-06-09", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BCVT_Georgina_1992-06-26", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1992-06-26", "Action": "[wheat].Sow(cultivar:\"rosella\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "rosella", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BCVT_Georgina_1992-06-26", "Children": [ { "$type": "Models.Clock, Models", "Start": "1992-06-25T00:00:00", "End": "1993-04-22T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BCVT_Georgina_1992-06-26.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1992-06-26", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BCVT_Konnongorring_1997-06-13", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1997-06-13", "Action": "[wheat].Sow(cultivar:\"calingiri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "calingiri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BCVT_Konnongorring_1997-06-13", "Children": [ { "$type": "Models.Clock, Models", "Start": "1997-06-12T00:00:00", "End": "1998-04-09T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BCVT_Konnongorring_1997-06-13.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1997-06-13", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BCVT_Konnongorring_1997-06-27", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1997-06-27", "Action": "[wheat].Sow(cultivar:\"calingiri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "calingiri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BCVT_Konnongorring_1997-06-27", "Children": [ { "$type": "Models.Clock, Models", "Start": "1997-06-26T00:00:00", "End": "1998-04-23T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BCVT_Konnongorring_1997-06-27.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1997-06-27", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BCVT_Kumarl_1999-05-22", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1999-05-22", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BCVT_Kumarl_1999-05-22", "Children": [ { "$type": "Models.Clock, Models", "Start": "1999-05-21T00:00:00", "End": "2000-03-17T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BCVT_Kumarl_1999-05-22.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1999-05-22", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BCVT_Kunjin_2005-05-26", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2005-05-26", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BCVT_Kunjin_2005-05-26", "Children": [ { "$type": "Models.Clock, Models", "Start": "2005-05-25T00:00:00", "End": "2006-03-22T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BCVT_Kunjin_2005-05-26.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2005-05-26", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BCVT_Meckering_2003-06-04", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2003-06-04", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BCVT_Meckering_2003-06-04", "Children": [ { "$type": "Models.Clock, Models", "Start": "2003-06-03T00:00:00", "End": "2004-03-30T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BCVT_Meckering_2003-06-04.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2003-06-04", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BCVT_Merredin_1995-05-30", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1995-05-30", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BCVT_Merredin_1995-05-30", "Children": [ { "$type": "Models.Clock, Models", "Start": "1995-05-29T00:00:00", "End": "1996-03-25T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BCVT_Merredin_1995-05-30.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1995-05-30", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BCVT_Merredin_1996-06-25", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1996-06-25", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BCVT_Merredin_1996-06-25", "Children": [ { "$type": "Models.Clock, Models", "Start": "1996-06-24T00:00:00", "End": "1997-04-21T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BCVT_Merredin_1996-06-25.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1996-06-25", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BCVT_Merredin_1996-07-02", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1996-07-02", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BCVT_Merredin_1996-07-02", "Children": [ { "$type": "Models.Clock, Models", "Start": "1996-07-01T00:00:00", "End": "1997-04-28T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BCVT_Merredin_1996-07-02.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1996-07-02", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BCVT_Merredin_1998-06-19", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1998-06-19", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BCVT_Merredin_1998-06-19", "Children": [ { "$type": "Models.Clock, Models", "Start": "1998-06-18T00:00:00", "End": "1999-04-15T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BCVT_Merredin_1998-06-19.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1998-06-19", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BCVT_Merredin_2000-06-19", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2000-06-19", "Action": "[wheat].Sow(cultivar:\"calingiri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "calingiri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BCVT_Merredin_2000-06-19", "Children": [ { "$type": "Models.Clock, Models", "Start": "2000-06-18T00:00:00", "End": "2001-04-15T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BCVT_Merredin_2000-06-19.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2000-06-19", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BCVT_Merredin_2002-06-10", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2002-06-10", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BCVT_Merredin_2002-06-10", "Children": [ { "$type": "Models.Clock, Models", "Start": "2002-06-09T00:00:00", "End": "2003-04-06T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BCVT_Merredin_2002-06-10.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2002-06-10", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BCVT_Merredin_2003-06-06", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2003-06-06", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2003-06-06", "Action": "[wheat].Sow(cultivar:\"hume\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "hume", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BCVT_Merredin_2003-06-06", "Children": [ { "$type": "Models.Clock, Models", "Start": "2003-06-05T00:00:00", "End": "2004-04-01T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BCVT_Merredin_2003-06-06.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2003-06-06", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BCVT_Mt_Madden_1994-06-13", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1994-06-13", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BCVT_Mt_Madden_1994-06-13", "Children": [ { "$type": "Models.Clock, Models", "Start": "1994-06-12T00:00:00", "End": "1995-04-09T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BCVT_Mt._Madden_1994-06-13.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1994-06-13", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BCVT_Mukinbudin_2000-06-13", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2000-06-13", "Action": "[wheat].Sow(cultivar:\"yitpi\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "yitpi", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BCVT_Mukinbudin_2000-06-13", "Children": [ { "$type": "Models.Clock, Models", "Start": "2000-06-12T00:00:00", "End": "2001-04-09T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BCVT_Mukinbudin_2000-06-13.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2000-06-13", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BCVT_Mullewa_1993-06-04", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1993-06-04", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BCVT_Mullewa_1993-06-04", "Children": [ { "$type": "Models.Clock, Models", "Start": "1993-06-03T00:00:00", "End": "1994-03-31T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BCVT_Mullewa_1993-06-04.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1993-06-04", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BCVT_Mullewa_2004-05-28", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2004-05-28", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BCVT_Mullewa_2004-05-28", "Children": [ { "$type": "Models.Clock, Models", "Start": "2004-05-27T00:00:00", "End": "2005-03-24T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BCVT_Mullewa_2004-05-28.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2004-05-28", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BCVT_Munglinup_1994-06-08", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1994-06-08", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BCVT_Munglinup_1994-06-08", "Children": [ { "$type": "Models.Clock, Models", "Start": "1994-06-07T00:00:00", "End": "1995-04-04T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BCVT_Munglinup_1994-06-08.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1994-06-08", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BCVT_Scaddan_1999-05-25", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1999-05-25", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BCVT_Scaddan_1999-05-25", "Children": [ { "$type": "Models.Clock, Models", "Start": "1999-05-24T00:00:00", "End": "2000-03-20T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BCVT_Scaddan_1999-05-25.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1999-05-25", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BCVT_Speddingup_2001-05-30", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2001-05-30", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BCVT_Speddingup_2001-05-30", "Children": [ { "$type": "Models.Clock, Models", "Start": "2001-05-29T00:00:00", "End": "2002-03-26T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BCVT_Speddingup_2001-05-30.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2001-05-30", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BCVT_Tammin_1999-06-09", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1999-06-09", "Action": "[wheat].Sow(cultivar:\"calingiri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "calingiri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BCVT_Tammin_1999-06-09", "Children": [ { "$type": "Models.Clock, Models", "Start": "1999-06-08T00:00:00", "End": "2000-04-04T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BCVT_Tammin_1999-06-09.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1999-06-09", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BCVT_Wannamal_1992-06-25", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1992-06-25", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BCVT_Wannamal_1992-06-25", "Children": [ { "$type": "Models.Clock, Models", "Start": "1992-06-24T00:00:00", "End": "1993-04-21T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BCVT_Wannamal_1992-06-25.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1992-06-25", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BCVT_Wongan_Hills_1998-06-09", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1998-06-09", "Action": "[wheat].Sow(cultivar:\"calingiri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "calingiri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BCVT_Wongan_Hills_1998-06-09", "Children": [ { "$type": "Models.Clock, Models", "Start": "1998-06-08T00:00:00", "End": "1999-04-05T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BCVT_Wongan_Hills_1998-06-09.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "1998-06-09", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BCVT_Wongan_Hills_2001-06-11", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2001-06-11", "Action": "[wheat].Sow(cultivar:\"calingiri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "calingiri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BCVT_Wongan_Hills_2001-06-11", "Children": [ { "$type": "Models.Clock, Models", "Start": "2001-06-10T00:00:00", "End": "2002-04-07T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BCVT_Wongan_Hills_2001-06-11.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2001-06-11", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BCVT_Wongan_Hills_2002-06-09", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2002-06-09", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BCVT_Wongan_Hills_2002-06-09", "Children": [ { "$type": "Models.Clock, Models", "Start": "2002-06-08T00:00:00", "End": "2003-04-05T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BCVT_Wongan_Hills_2002-06-09.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2002-06-09", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BTOS_2008GE1", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-04-24", "Action": "[wheat].Sow(cultivar:\"derrimut\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "derrimut", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-04-24", "Action": "[wheat].Sow(cultivar:\"axe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "axe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-04-24", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-04-24", "Action": "[wheat].Sow(cultivar:\"sunstate\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "sunstate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-04-24", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-04-24", "Action": "[wheat].Sow(cultivar:\"young\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "young", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BTOS_2008GE1", "Children": [ { "$type": "Models.Clock, Models", "Start": "2008-04-23T00:00:00", "End": "2009-02-18T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BTOS_2008GE1.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-04-24", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BTOS_2008GE2", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-16", "Action": "[wheat].Sow(cultivar:\"scythe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scythe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-16", "Action": "[wheat].Sow(cultivar:\"calingiri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "calingiri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-16", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-16", "Action": "[wheat].Sow(cultivar:\"derrimut\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "derrimut", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-16", "Action": "[wheat].Sow(cultivar:\"sunstate\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "sunstate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-16", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-16", "Action": "[wheat].Sow(cultivar:\"young\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "young", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BTOS_2008GE2", "Children": [ { "$type": "Models.Clock, Models", "Start": "2008-05-15T00:00:00", "End": "2009-03-12T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BTOS_2008GE2.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-16", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BTOS_2008GE3", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-03", "Action": "[wheat].Sow(cultivar:\"braewood\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "braewood", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-03", "Action": "[wheat].Sow(cultivar:\"calingiri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "calingiri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-03", "Action": "[wheat].Sow(cultivar:\"derrimut\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "derrimut", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-03", "Action": "[wheat].Sow(cultivar:\"scythe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scythe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-03", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-03", "Action": "[wheat].Sow(cultivar:\"sunstate\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "sunstate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-03", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-03", "Action": "[wheat].Sow(cultivar:\"young\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "young", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BTOS_2008GE3", "Children": [ { "$type": "Models.Clock, Models", "Start": "2008-06-02T00:00:00", "End": "2009-03-30T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BTOS_2008GE3.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-03", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BTOS_2008GE4", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"braewood\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "braewood", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"calingiri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "calingiri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"scythe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scythe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"derrimut\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "derrimut", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"ellison\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "ellison", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"sunstate\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "sunstate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"yitpi\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "yitpi", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"young\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "young", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BTOS_2008GE4", "Children": [ { "$type": "Models.Clock, Models", "Start": "2008-06-19T00:00:00", "End": "2009-04-16T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BTOS_2008GE4.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BTOS_2008KA1", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-04-24", "Action": "[wheat].Sow(cultivar:\"axe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "axe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-04-24", "Action": "[wheat].Sow(cultivar:\"scythe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scythe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BTOS_2008KA1", "Children": [ { "$type": "Models.Clock, Models", "Start": "2008-04-23T00:00:00", "End": "2009-02-18T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BTOS_2008KA1.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-04-24", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BTOS_2008KA2", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-16", "Action": "[wheat].Sow(cultivar:\"scythe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scythe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BTOS_2008KA2", "Children": [ { "$type": "Models.Clock, Models", "Start": "2008-05-15T00:00:00", "End": "2009-03-12T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BTOS_2008KA2.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-16", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BTOS_2008KA3", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-03", "Action": "[wheat].Sow(cultivar:\"braewood\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "braewood", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-03", "Action": "[wheat].Sow(cultivar:\"scythe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scythe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-03", "Action": "[wheat].Sow(cultivar:\"ellison\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "ellison", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-03", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-03", "Action": "[wheat].Sow(cultivar:\"yitpi\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "yitpi", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BTOS_2008KA3", "Children": [ { "$type": "Models.Clock, Models", "Start": "2008-06-02T00:00:00", "End": "2009-03-30T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BTOS_2008KA3.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-03", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BTOS_2008KA4", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"calingiri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "calingiri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"braewood\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "braewood", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"scythe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scythe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"axe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "axe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"derrimut\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "derrimut", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"ellison\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "ellison", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"sunstate\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "sunstate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"yitpi\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "yitpi", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"young\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "young", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BTOS_2008KA4", "Children": [ { "$type": "Models.Clock, Models", "Start": "2008-06-19T00:00:00", "End": "2009-04-16T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BTOS_2008KA4.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BTOS_2008NM2", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-16", "Action": "[wheat].Sow(cultivar:\"scythe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scythe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BTOS_2008NM2", "Children": [ { "$type": "Models.Clock, Models", "Start": "2008-05-15T00:00:00", "End": "2009-03-12T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BTOS_2008NM2.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-16", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BTOS_2008NM3", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-03", "Action": "[wheat].Sow(cultivar:\"calingiri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "calingiri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-03", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-03", "Action": "[wheat].Sow(cultivar:\"braewood\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "braewood", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-03", "Action": "[wheat].Sow(cultivar:\"derrimut\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "derrimut", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-03", "Action": "[wheat].Sow(cultivar:\"axe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "axe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-03", "Action": "[wheat].Sow(cultivar:\"scythe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scythe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-03", "Action": "[wheat].Sow(cultivar:\"ellison\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "ellison", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-03", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-03", "Action": "[wheat].Sow(cultivar:\"sunstate\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "sunstate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-03", "Action": "[wheat].Sow(cultivar:\"yitpi\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "yitpi", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-03", "Action": "[wheat].Sow(cultivar:\"young\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "young", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-03", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BTOS_2008NM3", "Children": [ { "$type": "Models.Clock, Models", "Start": "2008-06-02T00:00:00", "End": "2009-03-30T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BTOS_2008NM3.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-03", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BTOS_2008NM4", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"calingiri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "calingiri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"braewood\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "braewood", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"derrimut\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "derrimut", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"axe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "axe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"scythe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scythe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"ellison\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "ellison", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"sunstate\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "sunstate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"young\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "young", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"yitpi\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "yitpi", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BTOS_2008NM4", "Children": [ { "$type": "Models.Clock, Models", "Start": "2008-06-19T00:00:00", "End": "2009-04-16T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BTOS_2008NM4.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-20", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BTOS_2009GE1", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-04-24", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-04-24", "Action": "[wheat].Sow(cultivar:\"derrimut\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "derrimut", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-04-24", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-04-24", "Action": "[wheat].Sow(cultivar:\"sunstate\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "sunstate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-04-24", "Action": "[wheat].Sow(cultivar:\"young\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "young", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BTOS_2009GE1", "Children": [ { "$type": "Models.Clock, Models", "Start": "2009-04-23T00:00:00", "End": "2010-02-18T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BTOS_2009GE1.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-04-24", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BTOS_2009GE2", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-05-15", "Action": "[wheat].Sow(cultivar:\"axe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "axe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-05-15", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BTOS_2009GE2", "Children": [ { "$type": "Models.Clock, Models", "Start": "2009-05-14T00:00:00", "End": "2010-03-11T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BTOS_2009GE2.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-05-15", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BTOS_2009GE3", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-03", "Action": "[wheat].Sow(cultivar:\"scythe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scythe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-03", "Action": "[wheat].Sow(cultivar:\"axe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "axe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-03", "Action": "[wheat].Sow(cultivar:\"braewood\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "braewood", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-03", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-03", "Action": "[wheat].Sow(cultivar:\"calingiri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "calingiri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-03", "Action": "[wheat].Sow(cultivar:\"derrimut\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "derrimut", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-03", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-03", "Action": "[wheat].Sow(cultivar:\"sunstate\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "sunstate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-03", "Action": "[wheat].Sow(cultivar:\"young\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "young", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-03", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BTOS_2009GE3", "Children": [ { "$type": "Models.Clock, Models", "Start": "2009-06-02T00:00:00", "End": "2010-03-30T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BTOS_2009GE3.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-03", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BTOS_2009GE4", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-22", "Action": "[wheat].Sow(cultivar:\"scythe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scythe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-22", "Action": "[wheat].Sow(cultivar:\"axe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "axe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-22", "Action": "[wheat].Sow(cultivar:\"braewood\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "braewood", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-22", "Action": "[wheat].Sow(cultivar:\"calingiri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "calingiri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-22", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-22", "Action": "[wheat].Sow(cultivar:\"derrimut\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "derrimut", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-22", "Action": "[wheat].Sow(cultivar:\"ellison\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "ellison", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-22", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-22", "Action": "[wheat].Sow(cultivar:\"kellalac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kellalac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-22", "Action": "[wheat].Sow(cultivar:\"sunstate\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "sunstate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-22", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-22", "Action": "[wheat].Sow(cultivar:\"young\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "young", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BTOS_2009GE4", "Children": [ { "$type": "Models.Clock, Models", "Start": "2009-06-21T00:00:00", "End": "2010-04-18T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BTOS_2009GE4.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-22", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BTOS_2009KA3", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-03", "Action": "[wheat].Sow(cultivar:\"scythe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scythe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-03", "Action": "[wheat].Sow(cultivar:\"braewood\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "braewood", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-03", "Action": "[wheat].Sow(cultivar:\"ellison\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "ellison", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BTOS_2009KA3", "Children": [ { "$type": "Models.Clock, Models", "Start": "2009-06-02T00:00:00", "End": "2010-03-30T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BTOS_2009KA3.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-03", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BYIE_08HIR", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-27", "Action": "[wheat].Sow(cultivar:\"scythe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scythe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-27", "Action": "[wheat].Sow(cultivar:\"braewood\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "braewood", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-27", "Action": "[wheat].Sow(cultivar:\"ellison\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "ellison", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-27", "Action": "[wheat].Sow(cultivar:\"yitpi\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "yitpi", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BYIE_08HIR", "Children": [ { "$type": "Models.Clock, Models", "Start": "2008-05-26T00:00:00", "End": "2009-03-23T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BYIE_08HIR.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-27", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BYIE_08KA", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-30", "Action": "[wheat].Sow(cultivar:\"scythe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scythe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-30", "Action": "[wheat].Sow(cultivar:\"braewood\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "braewood", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-30", "Action": "[wheat].Sow(cultivar:\"calingiri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "calingiri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-30", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-30", "Action": "[wheat].Sow(cultivar:\"wedgetail\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wedgetail", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-30", "Action": "[wheat].Sow(cultivar:\"ellison\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "ellison", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-30", "Action": "[wheat].Sow(cultivar:\"yitpi\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "yitpi", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BYIE_08KA", "Children": [ { "$type": "Models.Clock, Models", "Start": "2008-05-29T00:00:00", "End": "2009-03-26T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BYIE_08KA.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-30", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BYIE_08NB", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-19", "Action": "[wheat].Sow(cultivar:\"ellison\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "ellison", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-19", "Action": "[wheat].Sow(cultivar:\"wedgetail\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wedgetail", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-19", "Action": "[wheat].Sow(cultivar:\"derrimut\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "derrimut", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-19", "Action": "[wheat].Sow(cultivar:\"axe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "axe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-19", "Action": "[wheat].Sow(cultivar:\"scythe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scythe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-19", "Action": "[wheat].Sow(cultivar:\"calingiri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "calingiri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-19", "Action": "[wheat].Sow(cultivar:\"braewood\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "braewood", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-19", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-19", "Action": "[wheat].Sow(cultivar:\"sunstate\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "sunstate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-19", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-19", "Action": "[wheat].Sow(cultivar:\"young\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "young", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-19", "Action": "[wheat].Sow(cultivar:\"yitpi\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "yitpi", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-19", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BYIE_08NB", "Children": [ { "$type": "Models.Clock, Models", "Start": "2008-06-18T00:00:00", "End": "2009-04-15T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BYIE_08NB.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-19", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BYIE_08RS", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-29", "Action": "[wheat].Sow(cultivar:\"scythe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scythe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-29", "Action": "[wheat].Sow(cultivar:\"axe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "axe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-29", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-29", "Action": "[wheat].Sow(cultivar:\"braewood\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "braewood", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-29", "Action": "[wheat].Sow(cultivar:\"calingiri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "calingiri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-29", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-29", "Action": "[wheat].Sow(cultivar:\"derrimut\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "derrimut", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-29", "Action": "[wheat].Sow(cultivar:\"wedgetail\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wedgetail", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-29", "Action": "[wheat].Sow(cultivar:\"ellison\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "ellison", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-29", "Action": "[wheat].Sow(cultivar:\"young\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "young", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-29", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-29", "Action": "[wheat].Sow(cultivar:\"yitpi\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "yitpi", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-29", "Action": "[wheat].Sow(cultivar:\"sunstate\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "sunstate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BYIE_08RS", "Children": [ { "$type": "Models.Clock, Models", "Start": "2008-05-28T00:00:00", "End": "2009-03-25T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BYIE_08RS.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-05-29", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BYIE_08WH", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-11", "Action": "[wheat].Sow(cultivar:\"scythe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scythe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-11", "Action": "[wheat].Sow(cultivar:\"axe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "axe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-11", "Action": "[wheat].Sow(cultivar:\"braewood\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "braewood", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-11", "Action": "[wheat].Sow(cultivar:\"calingiri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "calingiri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-11", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-11", "Action": "[wheat].Sow(cultivar:\"derrimut\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "derrimut", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-11", "Action": "[wheat].Sow(cultivar:\"wedgetail\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wedgetail", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-11", "Action": "[wheat].Sow(cultivar:\"ellison\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "ellison", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-11", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-11", "Action": "[wheat].Sow(cultivar:\"sunstate\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "sunstate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-11", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-11", "Action": "[wheat].Sow(cultivar:\"young\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "young", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-11", "Action": "[wheat].Sow(cultivar:\"yitpi\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "yitpi", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BYIE_08WH", "Children": [ { "$type": "Models.Clock, Models", "Start": "2008-06-10T00:00:00", "End": "2009-04-07T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BYIE_08WH.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2008-06-11", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BYIE_09ER", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-05-30", "Action": "[wheat].Sow(cultivar:\"axe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "axe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-05-30", "Action": "[wheat].Sow(cultivar:\"scythe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scythe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-05-30", "Action": "[wheat].Sow(cultivar:\"calingiri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "calingiri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-05-30", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-05-30", "Action": "[wheat].Sow(cultivar:\"braewood\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "braewood", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-05-30", "Action": "[wheat].Sow(cultivar:\"ellison\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "ellison", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-05-30", "Action": "[wheat].Sow(cultivar:\"derrimut\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "derrimut", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-05-30", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-05-30", "Action": "[wheat].Sow(cultivar:\"sunstate\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "sunstate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-05-30", "Action": "[wheat].Sow(cultivar:\"yitpi\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "yitpi", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-05-30", "Action": "[wheat].Sow(cultivar:\"young\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "young", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-05-30", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BYIE_09ER", "Children": [ { "$type": "Models.Clock, Models", "Start": "2009-05-29T00:00:00", "End": "2010-03-26T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BYIE_09ER.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-05-30", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BYIE_09GN", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-14", "Action": "[wheat].Sow(cultivar:\"axe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "axe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-14", "Action": "[wheat].Sow(cultivar:\"scythe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scythe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-14", "Action": "[wheat].Sow(cultivar:\"calingiri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "calingiri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-14", "Action": "[wheat].Sow(cultivar:\"braewood\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "braewood", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-14", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-14", "Action": "[wheat].Sow(cultivar:\"ellison\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "ellison", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-14", "Action": "[wheat].Sow(cultivar:\"derrimut\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "derrimut", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-14", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-14", "Action": "[wheat].Sow(cultivar:\"kellalac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kellalac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-14", "Action": "[wheat].Sow(cultivar:\"sunstate\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "sunstate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-14", "Action": "[wheat].Sow(cultivar:\"young\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "young", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-14", "Action": "[wheat].Sow(cultivar:\"yitpi\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "yitpi", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-14", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BYIE_09GN", "Children": [ { "$type": "Models.Clock, Models", "Start": "2009-06-13T00:00:00", "End": "2010-04-10T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BYIE_09GN.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-14", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BYIE_09HIR", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-05-22", "Action": "[wheat].Sow(cultivar:\"braewood\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "braewood", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BYIE_09HIR", "Children": [ { "$type": "Models.Clock, Models", "Start": "2009-05-21T00:00:00", "End": "2010-03-18T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BYIE_09HIR.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-05-22", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BYIE_09KA", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-09", "Action": "[wheat].Sow(cultivar:\"scythe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scythe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-09", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-09", "Action": "[wheat].Sow(cultivar:\"braewood\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "braewood", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-09", "Action": "[wheat].Sow(cultivar:\"ellison\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "ellison", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-09", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-09", "Action": "[wheat].Sow(cultivar:\"kellalac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kellalac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-09", "Action": "[wheat].Sow(cultivar:\"yitpi\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "yitpi", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BYIE_09KA", "Children": [ { "$type": "Models.Clock, Models", "Start": "2009-06-08T00:00:00", "End": "2010-04-05T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BYIE_09KA.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-09", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BYIE_09MDL", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-07-03", "Action": "[wheat].Sow(cultivar:\"axe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "axe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-07-03", "Action": "[wheat].Sow(cultivar:\"scythe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scythe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-07-03", "Action": "[wheat].Sow(cultivar:\"calingiri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "calingiri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-07-03", "Action": "[wheat].Sow(cultivar:\"braewood\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "braewood", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-07-03", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-07-03", "Action": "[wheat].Sow(cultivar:\"ellison\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "ellison", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-07-03", "Action": "[wheat].Sow(cultivar:\"wedgetail\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wedgetail", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-07-03", "Action": "[wheat].Sow(cultivar:\"derrimut\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "derrimut", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-07-03", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-07-03", "Action": "[wheat].Sow(cultivar:\"kellalac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kellalac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-07-03", "Action": "[wheat].Sow(cultivar:\"sunstate\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "sunstate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-07-03", "Action": "[wheat].Sow(cultivar:\"young\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "young", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-07-03", "Action": "[wheat].Sow(cultivar:\"yitpi\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "yitpi", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-07-03", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BYIE_09MDL", "Children": [ { "$type": "Models.Clock, Models", "Start": "2009-07-02T00:00:00", "End": "2010-04-29T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BYIE_09MDL.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-07-03", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BYIE_09RS", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-05-08", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-05-08", "Action": "[wheat].Sow(cultivar:\"scythe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scythe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-05-08", "Action": "[wheat].Sow(cultivar:\"axe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "axe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-05-08", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-05-08", "Action": "[wheat].Sow(cultivar:\"young\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "young", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BYIE_09RS", "Children": [ { "$type": "Models.Clock, Models", "Start": "2009-05-07T00:00:00", "End": "2010-03-04T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BYIE_09RS.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-05-08", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "BYIE_09WH", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-18", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-18", "Action": "[wheat].Sow(cultivar:\"braewood\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "braewood", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-18", "Action": "[wheat].Sow(cultivar:\"calingiri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "calingiri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-18", "Action": "[wheat].Sow(cultivar:\"scythe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scythe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-18", "Action": "[wheat].Sow(cultivar:\"axe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "axe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-18", "Action": "[wheat].Sow(cultivar:\"derrimut\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "derrimut", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-18", "Action": "[wheat].Sow(cultivar:\"wedgetail\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wedgetail", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-18", "Action": "[wheat].Sow(cultivar:\"ellison\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "ellison", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-18", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-18", "Action": "[wheat].Sow(cultivar:\"kellalac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kellalac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-18", "Action": "[wheat].Sow(cultivar:\"sunstate\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "sunstate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-18", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-18", "Action": "[wheat].Sow(cultivar:\"yitpi\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "yitpi", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-18", "Action": "[wheat].Sow(cultivar:\"young\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "young", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "BYIE_09WH", "Children": [ { "$type": "Models.Clock, Models", "Start": "2009-06-17T00:00:00", "End": "2010-04-14T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "BYIE_09WH.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-18", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "PTOS_10Kairi-1", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-05-14", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-05-14", "Action": "[wheat].Sow(cultivar:\"gregory\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "gregory", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-05-14", "Action": "[wheat].Sow(cultivar:\"derrimut\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "derrimut", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-05-14", "Action": "[wheat].Sow(cultivar:\"calingiri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "calingiri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-05-14", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-05-14", "Action": "[wheat].Sow(cultivar:\"axe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "axe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-05-14", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-05-14", "Action": "[wheat].Sow(cultivar:\"strzelecki\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "strzelecki", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "PTOS_10Kairi-1", "Children": [ { "$type": "Models.Clock, Models", "Start": "2010-05-13T00:00:00", "End": "2011-03-10T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "PTOS_10Kairi-1.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-05-14", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "PTOS_10Kairi-2", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-05-28", "Action": "[wheat].Sow(cultivar:\"gregory\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "gregory", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-05-28", "Action": "[wheat].Sow(cultivar:\"derrimut\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "derrimut", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-05-28", "Action": "[wheat].Sow(cultivar:\"calingiri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "calingiri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-05-28", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-05-28", "Action": "[wheat].Sow(cultivar:\"axe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "axe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-05-28", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-05-28", "Action": "[wheat].Sow(cultivar:\"strzelecki\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "strzelecki", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-05-28", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "PTOS_10Kairi-2", "Children": [ { "$type": "Models.Clock, Models", "Start": "2010-05-27T00:00:00", "End": "2011-03-24T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "PTOS_10Kairi-2.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-05-28", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "PTOS_10Kairi-3", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-06-15", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-06-15", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-06-15", "Action": "[wheat].Sow(cultivar:\"gregory\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "gregory", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-06-15", "Action": "[wheat].Sow(cultivar:\"derrimut\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "derrimut", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-06-15", "Action": "[wheat].Sow(cultivar:\"calingiri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "calingiri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-06-15", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-06-15", "Action": "[wheat].Sow(cultivar:\"axe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "axe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "PTOS_10Kairi-3", "Children": [ { "$type": "Models.Clock, Models", "Start": "2010-06-14T00:00:00", "End": "2011-04-11T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "PTOS_10Kairi-3.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-06-15", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "PTOS_10Kairi-4", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-06-25", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-06-25", "Action": "[wheat].Sow(cultivar:\"gregory\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "gregory", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-06-25", "Action": "[wheat].Sow(cultivar:\"derrimut\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "derrimut", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-06-25", "Action": "[wheat].Sow(cultivar:\"calingiri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "calingiri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-06-25", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-06-25", "Action": "[wheat].Sow(cultivar:\"axe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "axe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-06-25", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "PTOS_10Kairi-4", "Children": [ { "$type": "Models.Clock, Models", "Start": "2010-06-24T00:00:00", "End": "2011-04-21T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "PTOS_10Kairi-4.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-06-25", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "PTOS_10Kairi-5", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-07-09", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-07-09", "Action": "[wheat].Sow(cultivar:\"gregory\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "gregory", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-07-09", "Action": "[wheat].Sow(cultivar:\"derrimut\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "derrimut", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-07-09", "Action": "[wheat].Sow(cultivar:\"calingiri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "calingiri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-07-09", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-07-09", "Action": "[wheat].Sow(cultivar:\"axe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "axe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-07-09", "Action": "[wheat].Sow(cultivar:\"yitpi\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "yitpi", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-07-09", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-07-09", "Action": "[wheat].Sow(cultivar:\"strzelecki\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "strzelecki", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "PTOS_10Kairi-5", "Children": [ { "$type": "Models.Clock, Models", "Start": "2010-07-08T00:00:00", "End": "2011-05-05T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "PTOS_10Kairi-5.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-07-09", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "PTOS_10Mackay-1", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-05-07", "Action": "[wheat].Sow(cultivar:\"gregory\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "gregory", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-05-07", "Action": "[wheat].Sow(cultivar:\"derrimut\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "derrimut", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-05-07", "Action": "[wheat].Sow(cultivar:\"calingiri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "calingiri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-05-07", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-05-07", "Action": "[wheat].Sow(cultivar:\"axe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "axe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-05-07", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-05-07", "Action": "[wheat].Sow(cultivar:\"strzelecki\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "strzelecki", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-05-07", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "PTOS_10Mackay-1", "Children": [ { "$type": "Models.Clock, Models", "Start": "2010-05-06T00:00:00", "End": "2011-03-03T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "PTOS_10Mackay-1.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-05-07", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "PTOS_10Mackay-2", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-05-21", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-05-21", "Action": "[wheat].Sow(cultivar:\"strzelecki\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "strzelecki", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-05-21", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-05-21", "Action": "[wheat].Sow(cultivar:\"gregory\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "gregory", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-05-21", "Action": "[wheat].Sow(cultivar:\"derrimut\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "derrimut", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-05-21", "Action": "[wheat].Sow(cultivar:\"calingiri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "calingiri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-05-21", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-05-21", "Action": "[wheat].Sow(cultivar:\"axe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "axe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "PTOS_10Mackay-2", "Children": [ { "$type": "Models.Clock, Models", "Start": "2010-05-20T00:00:00", "End": "2011-03-17T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "PTOS_10Mackay-2.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-05-21", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "PTOS_10Mackay-3", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-06-04", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-06-04", "Action": "[wheat].Sow(cultivar:\"gregory\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "gregory", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-06-04", "Action": "[wheat].Sow(cultivar:\"derrimut\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "derrimut", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-06-04", "Action": "[wheat].Sow(cultivar:\"calingiri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "calingiri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-06-04", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-06-04", "Action": "[wheat].Sow(cultivar:\"axe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "axe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-06-04", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "PTOS_10Mackay-3", "Children": [ { "$type": "Models.Clock, Models", "Start": "2010-06-03T00:00:00", "End": "2011-03-31T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "PTOS_10Mackay-3.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-06-04", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "PTOS_10Mackay-4", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-06-18", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-06-18", "Action": "[wheat].Sow(cultivar:\"gregory\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "gregory", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-06-18", "Action": "[wheat].Sow(cultivar:\"derrimut\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "derrimut", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-06-18", "Action": "[wheat].Sow(cultivar:\"calingiri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "calingiri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-06-18", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-06-18", "Action": "[wheat].Sow(cultivar:\"axe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "axe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-06-18", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "PTOS_10Mackay-4", "Children": [ { "$type": "Models.Clock, Models", "Start": "2010-06-17T00:00:00", "End": "2011-04-14T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "PTOS_10Mackay-4.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-06-18", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "PTOS_10Mackay-5", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-07-09", "Action": "[wheat].Sow(cultivar:\"gregory\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "gregory", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-07-09", "Action": "[wheat].Sow(cultivar:\"derrimut\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "derrimut", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-07-09", "Action": "[wheat].Sow(cultivar:\"calingiri\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "calingiri", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-07-09", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-07-09", "Action": "[wheat].Sow(cultivar:\"axe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "axe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-07-09", "Action": "[wheat].Sow(cultivar:\"yitpi\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "yitpi", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-07-09", "Action": "[wheat].Sow(cultivar:\"wyalkatchem\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wyalkatchem", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-07-09", "Action": "[wheat].Sow(cultivar:\"strzelecki\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "strzelecki", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-07-09", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "PTOS_10Mackay-5", "Children": [ { "$type": "Models.Clock, Models", "Start": "2010-07-08T00:00:00", "End": "2011-05-05T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "PTOS_10Mackay-5.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2010-07-09", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "HAGT_09Roseworthy-1", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-03-30", "Action": "[wheat].Sow(cultivar:\"axe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "axe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-03-30", "Action": "[wheat].Sow(cultivar:\"mace\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "mace", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "HAGT_09Roseworthy-1", "Children": [ { "$type": "Models.Clock, Models", "Start": "2009-03-29T00:00:00", "End": "2009-12-30T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "HAGT_09Roseworthy-1.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-03-30", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "HAGT_09Roseworthy-2", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-04-30", "Action": "[wheat].Sow(cultivar:\"axe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "axe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-04-30", "Action": "[wheat].Sow(cultivar:\"mace\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "mace", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "HAGT_09Roseworthy-2", "Children": [ { "$type": "Models.Clock, Models", "Start": "2009-04-29T00:00:00", "End": "2009-12-30T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "HAGT_09Roseworthy-2.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-04-30", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "HAGT_09Roseworthy-3", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-05-15", "Action": "[wheat].Sow(cultivar:\"mace\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "mace", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-05-15", "Action": "[wheat].Sow(cultivar:\"axe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "axe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "HAGT_09Roseworthy-3", "Children": [ { "$type": "Models.Clock, Models", "Start": "2009-05-14T00:00:00", "End": "2009-12-30T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "HAGT_09Roseworthy-3.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-05-15", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "HAGT_09Roseworthy-4", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-05-29", "Action": "[wheat].Sow(cultivar:\"mace\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "mace", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-05-29", "Action": "[wheat].Sow(cultivar:\"axe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "axe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-05-29", "Action": "[wheat].Sow(cultivar:\"yitpi\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "yitpi", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "HAGT_09Roseworthy-4", "Children": [ { "$type": "Models.Clock, Models", "Start": "2009-05-28T00:00:00", "End": "2009-12-30T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "HAGT_09Roseworthy-4.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-05-29", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "HAGT_09Roseworthy-5", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-15", "Action": "[wheat].Sow(cultivar:\"axe\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "axe", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-15", "Action": "[wheat].Sow(cultivar:\"yitpi\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "yitpi", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-15", "Action": "[wheat].Sow(cultivar:\"mace\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "mace", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "HAGT_09Roseworthy-5", "Children": [ { "$type": "Models.Clock, Models", "Start": "2009-06-14T00:00:00", "End": "2009-12-30T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "HAGT_09Roseworthy-5.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2009-06-15", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "17CuryoMESW-TOS1", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-15", "Action": "[wheat].Sow(cultivar:\"bennett\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bennett", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-15", "Action": "[wheat].Sow(cultivar:\"kittyhawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kittyhawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-15", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-15", "Action": "[wheat].Sow(cultivar:\"scepter\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scepter", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-15", "Action": "[wheat].Sow(cultivar:\"trojan\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "trojan", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "17CuryoMESW-TOS1", "Children": [ { "$type": "Models.Clock, Models", "Start": "2017-03-14T00:00:00", "End": "2018-01-09T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "17CuryoMESW-TOS1.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-15", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "17CuryoMESW-TOS2", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-29", "Action": "[wheat].Sow(cultivar:\"bennett\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bennett", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-29", "Action": "[wheat].Sow(cultivar:\"kittyhawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kittyhawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-29", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-29", "Action": "[wheat].Sow(cultivar:\"scepter\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scepter", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-29", "Action": "[wheat].Sow(cultivar:\"trojan\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "trojan", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "17CuryoMESW-TOS2", "Children": [ { "$type": "Models.Clock, Models", "Start": "2017-03-28T00:00:00", "End": "2018-01-23T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "17CuryoMESW-TOS2.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-29", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "17CuryoMESW-TOS3", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-18", "Action": "[wheat].Sow(cultivar:\"bennett\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bennett", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-18", "Action": "[wheat].Sow(cultivar:\"kittyhawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kittyhawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-18", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-18", "Action": "[wheat].Sow(cultivar:\"scepter\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scepter", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-18", "Action": "[wheat].Sow(cultivar:\"trojan\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "trojan", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "17CuryoMESW-TOS3", "Children": [ { "$type": "Models.Clock, Models", "Start": "2017-04-17T00:00:00", "End": "2018-02-12T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "17CuryoMESW-TOS3.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-18", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "17CuryoMESW-TOS4", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-05-04", "Action": "[wheat].Sow(cultivar:\"bennett\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bennett", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-05-04", "Action": "[wheat].Sow(cultivar:\"kittyhawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kittyhawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-05-04", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-05-04", "Action": "[wheat].Sow(cultivar:\"scepter\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scepter", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-05-04", "Action": "[wheat].Sow(cultivar:\"trojan\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "trojan", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "17CuryoMESW-TOS4", "Children": [ { "$type": "Models.Clock, Models", "Start": "2017-05-03T00:00:00", "End": "2018-02-28T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "17CuryoMESW-TOS4.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-05-04", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "17HartMESW-TOS1", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-14", "Action": "[wheat].Sow(cultivar:\"bennett\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bennett", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-14", "Action": "[wheat].Sow(cultivar:\"kittyhawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kittyhawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-14", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-14", "Action": "[wheat].Sow(cultivar:\"scepter\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scepter", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-14", "Action": "[wheat].Sow(cultivar:\"trojan\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "trojan", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "17HartMESW-TOS1", "Children": [ { "$type": "Models.Clock, Models", "Start": "2017-03-13T00:00:00", "End": "2018-01-08T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "17HartMESW-TOS1.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-14", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "17HartMESW-TOS2", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-31", "Action": "[wheat].Sow(cultivar:\"bennett\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bennett", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-31", "Action": "[wheat].Sow(cultivar:\"kittyhawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kittyhawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-31", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-31", "Action": "[wheat].Sow(cultivar:\"scepter\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scepter", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-31", "Action": "[wheat].Sow(cultivar:\"trojan\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "trojan", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "17HartMESW-TOS2", "Children": [ { "$type": "Models.Clock, Models", "Start": "2017-03-30T00:00:00", "End": "2018-01-25T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "17HartMESW-TOS2.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-31", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "17HartMESW-TOS3", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-18", "Action": "[wheat].Sow(cultivar:\"bennett\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bennett", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-18", "Action": "[wheat].Sow(cultivar:\"kittyhawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kittyhawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-18", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-18", "Action": "[wheat].Sow(cultivar:\"scepter\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scepter", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-18", "Action": "[wheat].Sow(cultivar:\"trojan\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "trojan", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "17HartMESW-TOS3", "Children": [ { "$type": "Models.Clock, Models", "Start": "2017-04-17T00:00:00", "End": "2018-02-12T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "17HartMESW-TOS3.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-18", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "17HartMESW-TOS4", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-05-03", "Action": "[wheat].Sow(cultivar:\"bennett\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bennett", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-05-03", "Action": "[wheat].Sow(cultivar:\"kittyhawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kittyhawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-05-03", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-05-03", "Action": "[wheat].Sow(cultivar:\"scepter\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scepter", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-05-03", "Action": "[wheat].Sow(cultivar:\"trojan\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "trojan", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "17HartMESW-TOS4", "Children": [ { "$type": "Models.Clock, Models", "Start": "2017-05-02T00:00:00", "End": "2018-02-27T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "17HartMESW-TOS4.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-05-03", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "17LoxtonMESW-TOS1", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-17", "Action": "[wheat].Sow(cultivar:\"bennett\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bennett", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-17", "Action": "[wheat].Sow(cultivar:\"kittyhawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kittyhawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-17", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-17", "Action": "[wheat].Sow(cultivar:\"scepter\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scepter", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-17", "Action": "[wheat].Sow(cultivar:\"trojan\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "trojan", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "17LoxtonMESW-TOS1", "Children": [ { "$type": "Models.Clock, Models", "Start": "2017-03-16T00:00:00", "End": "2018-01-11T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "17LoxtonMESW-TOS1.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-17", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "17LoxtonMESW-TOS2", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-03", "Action": "[wheat].Sow(cultivar:\"bennett\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bennett", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-03", "Action": "[wheat].Sow(cultivar:\"kittyhawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kittyhawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-03", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-03", "Action": "[wheat].Sow(cultivar:\"scepter\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scepter", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-03", "Action": "[wheat].Sow(cultivar:\"trojan\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "trojan", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "17LoxtonMESW-TOS2", "Children": [ { "$type": "Models.Clock, Models", "Start": "2017-04-02T00:00:00", "End": "2018-01-28T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "17LoxtonMESW-TOS2.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-03", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "17LoxtonMESW-TOS3", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-18", "Action": "[wheat].Sow(cultivar:\"bennett\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bennett", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-18", "Action": "[wheat].Sow(cultivar:\"kittyhawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kittyhawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-18", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-18", "Action": "[wheat].Sow(cultivar:\"scepter\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scepter", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-18", "Action": "[wheat].Sow(cultivar:\"trojan\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "trojan", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "17LoxtonMESW-TOS3", "Children": [ { "$type": "Models.Clock, Models", "Start": "2017-04-17T00:00:00", "End": "2018-02-12T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "17LoxtonMESW-TOS3.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-18", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "17LoxtonMESW-TOS4", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-05-04", "Action": "[wheat].Sow(cultivar:\"bennett\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bennett", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-05-04", "Action": "[wheat].Sow(cultivar:\"kittyhawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kittyhawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-05-04", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-05-04", "Action": "[wheat].Sow(cultivar:\"scepter\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scepter", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-05-04", "Action": "[wheat].Sow(cultivar:\"trojan\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "trojan", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "17LoxtonMESW-TOS4", "Children": [ { "$type": "Models.Clock, Models", "Start": "2017-05-03T00:00:00", "End": "2018-02-28T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "17LoxtonMESW-TOS4.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-05-04", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "17MilduraMESW-TOS1", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-16", "Action": "[wheat].Sow(cultivar:\"bennett\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bennett", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-16", "Action": "[wheat].Sow(cultivar:\"kittyhawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kittyhawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-16", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-16", "Action": "[wheat].Sow(cultivar:\"scepter\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scepter", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-16", "Action": "[wheat].Sow(cultivar:\"trojan\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "trojan", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "17MilduraMESW-TOS1", "Children": [ { "$type": "Models.Clock, Models", "Start": "2017-03-15T00:00:00", "End": "2018-01-10T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "17MilduraMESW-TOS1.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-16", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "17MilduraMESW-TOS2", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-30", "Action": "[wheat].Sow(cultivar:\"bennett\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bennett", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-30", "Action": "[wheat].Sow(cultivar:\"kittyhawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kittyhawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-30", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-30", "Action": "[wheat].Sow(cultivar:\"scepter\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scepter", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-30", "Action": "[wheat].Sow(cultivar:\"trojan\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "trojan", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "17MilduraMESW-TOS2", "Children": [ { "$type": "Models.Clock, Models", "Start": "2017-03-29T00:00:00", "End": "2018-01-24T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "17MilduraMESW-TOS2.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-30", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "17MilduraMESW-TOS3", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-13", "Action": "[wheat].Sow(cultivar:\"bennett\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bennett", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-13", "Action": "[wheat].Sow(cultivar:\"kittyhawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kittyhawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-13", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-13", "Action": "[wheat].Sow(cultivar:\"scepter\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scepter", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-13", "Action": "[wheat].Sow(cultivar:\"trojan\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "trojan", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "17MilduraMESW-TOS3", "Children": [ { "$type": "Models.Clock, Models", "Start": "2017-04-12T00:00:00", "End": "2018-02-07T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "17MilduraMESW-TOS3.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-13", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "17MilduraMESW-TOS4", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-28", "Action": "[wheat].Sow(cultivar:\"bennett\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bennett", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-28", "Action": "[wheat].Sow(cultivar:\"kittyhawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kittyhawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-28", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-28", "Action": "[wheat].Sow(cultivar:\"scepter\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scepter", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-28", "Action": "[wheat].Sow(cultivar:\"trojan\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "trojan", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "17MilduraMESW-TOS4", "Children": [ { "$type": "Models.Clock, Models", "Start": "2017-04-27T00:00:00", "End": "2018-02-22T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "17MilduraMESW-TOS4.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-28", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "17MinnipaMESW-TOS1", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-21", "Action": "[wheat].Sow(cultivar:\"bennett\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bennett", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-21", "Action": "[wheat].Sow(cultivar:\"kittyhawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kittyhawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-21", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-21", "Action": "[wheat].Sow(cultivar:\"scepter\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scepter", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "17MinnipaMESW-TOS1", "Children": [ { "$type": "Models.Clock, Models", "Start": "2017-03-20T00:00:00", "End": "2018-01-15T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "17MinnipaMESW-TOS1.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-03-21", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "17MinnipaMESW-TOS2", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-03", "Action": "[wheat].Sow(cultivar:\"bennett\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bennett", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-03", "Action": "[wheat].Sow(cultivar:\"kittyhawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kittyhawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-03", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-03", "Action": "[wheat].Sow(cultivar:\"scepter\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scepter", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "17MinnipaMESW-TOS2", "Children": [ { "$type": "Models.Clock, Models", "Start": "2017-04-02T00:00:00", "End": "2018-01-28T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "17MinnipaMESW-TOS2.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-03", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "17MinnipaMESW-TOS3", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-18", "Action": "[wheat].Sow(cultivar:\"bennett\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bennett", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-18", "Action": "[wheat].Sow(cultivar:\"kittyhawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kittyhawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-18", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-18", "Action": "[wheat].Sow(cultivar:\"scepter\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scepter", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "17MinnipaMESW-TOS3", "Children": [ { "$type": "Models.Clock, Models", "Start": "2017-04-17T00:00:00", "End": "2018-02-12T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "17MinnipaMESW-TOS3.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-04-18", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "17MinnipaMESW-TOS4", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-05-05", "Action": "[wheat].Sow(cultivar:\"bennett\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bennett", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-05-05", "Action": "[wheat].Sow(cultivar:\"kittyhawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kittyhawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-05-05", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-05-05", "Action": "[wheat].Sow(cultivar:\"scepter\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scepter", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "17MinnipaMESW-TOS4", "Children": [ { "$type": "Models.Clock, Models", "Start": "2017-05-04T00:00:00", "End": "2018-03-01T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "17MinnipaMESW-TOS4.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2017-05-05", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "18HartMESW-TOS1", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-03-20", "Action": "[wheat].Sow(cultivar:\"bennett\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bennett", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-03-20", "Action": "[wheat].Sow(cultivar:\"kittyhawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kittyhawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-03-20", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-03-20", "Action": "[wheat].Sow(cultivar:\"scepter\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scepter", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-03-20", "Action": "[wheat].Sow(cultivar:\"trojan\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "trojan", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "18HartMESW-TOS1", "Children": [ { "$type": "Models.Clock, Models", "Start": "2018-03-19T00:00:00", "End": "2019-01-14T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "18HartMESW-TOS1.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-03-20", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "18HartMESW-TOS2", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-04-03", "Action": "[wheat].Sow(cultivar:\"bennett\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bennett", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-04-03", "Action": "[wheat].Sow(cultivar:\"kittyhawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kittyhawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-04-03", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-04-03", "Action": "[wheat].Sow(cultivar:\"scepter\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scepter", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-04-03", "Action": "[wheat].Sow(cultivar:\"trojan\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "trojan", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "18HartMESW-TOS2", "Children": [ { "$type": "Models.Clock, Models", "Start": "2018-04-02T00:00:00", "End": "2019-01-28T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "18HartMESW-TOS2.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-04-03", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "18HartMESW-TOS3", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-04-17", "Action": "[wheat].Sow(cultivar:\"bennett\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bennett", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-04-17", "Action": "[wheat].Sow(cultivar:\"kittyhawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kittyhawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-04-17", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-04-17", "Action": "[wheat].Sow(cultivar:\"scepter\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scepter", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-04-17", "Action": "[wheat].Sow(cultivar:\"trojan\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "trojan", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "18HartMESW-TOS3", "Children": [ { "$type": "Models.Clock, Models", "Start": "2018-04-16T00:00:00", "End": "2019-02-11T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "18HartMESW-TOS3.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-04-17", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "18HartMESW-TOS4", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-05-01", "Action": "[wheat].Sow(cultivar:\"bennett\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bennett", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-05-01", "Action": "[wheat].Sow(cultivar:\"kittyhawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kittyhawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-05-01", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-05-01", "Action": "[wheat].Sow(cultivar:\"scepter\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scepter", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-05-01", "Action": "[wheat].Sow(cultivar:\"trojan\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "trojan", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "18HartMESW-TOS4", "Children": [ { "$type": "Models.Clock, Models", "Start": "2018-04-30T00:00:00", "End": "2019-02-25T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "18HartMESW-TOS4.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-05-01", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "18LoxtonMESW-TOS1", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-03-19", "Action": "[wheat].Sow(cultivar:\"bennett\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bennett", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-03-19", "Action": "[wheat].Sow(cultivar:\"kittyhawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kittyhawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-03-19", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-03-19", "Action": "[wheat].Sow(cultivar:\"scepter\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scepter", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-03-19", "Action": "[wheat].Sow(cultivar:\"trojan\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "trojan", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "18LoxtonMESW-TOS1", "Children": [ { "$type": "Models.Clock, Models", "Start": "2018-03-18T00:00:00", "End": "2019-01-13T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "18LoxtonMESW-TOS1.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-03-19", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "18LoxtonMESW-TOS2", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-04-04", "Action": "[wheat].Sow(cultivar:\"bennett\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bennett", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-04-04", "Action": "[wheat].Sow(cultivar:\"kittyhawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kittyhawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-04-04", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-04-04", "Action": "[wheat].Sow(cultivar:\"scepter\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scepter", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-04-04", "Action": "[wheat].Sow(cultivar:\"trojan\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "trojan", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "18LoxtonMESW-TOS2", "Children": [ { "$type": "Models.Clock, Models", "Start": "2018-04-03T00:00:00", "End": "2019-01-29T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "18LoxtonMESW-TOS2.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-04-04", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "18LoxtonMESW-TOS3", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-04-18", "Action": "[wheat].Sow(cultivar:\"bennett\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bennett", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-04-18", "Action": "[wheat].Sow(cultivar:\"kittyhawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kittyhawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-04-18", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-04-18", "Action": "[wheat].Sow(cultivar:\"scepter\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scepter", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-04-18", "Action": "[wheat].Sow(cultivar:\"trojan\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "trojan", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "18LoxtonMESW-TOS3", "Children": [ { "$type": "Models.Clock, Models", "Start": "2018-04-17T00:00:00", "End": "2019-02-12T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "18LoxtonMESW-TOS3.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-04-18", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "18LoxtonMESW-TOS4", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-05-03", "Action": "[wheat].Sow(cultivar:\"bennett\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bennett", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-05-03", "Action": "[wheat].Sow(cultivar:\"kittyhawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kittyhawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-05-03", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-05-03", "Action": "[wheat].Sow(cultivar:\"scepter\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scepter", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-05-03", "Action": "[wheat].Sow(cultivar:\"trojan\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "trojan", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "18LoxtonMESW-TOS4", "Children": [ { "$type": "Models.Clock, Models", "Start": "2018-05-02T00:00:00", "End": "2019-02-27T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "18LoxtonMESW-TOS4.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-05-03", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "18MilduraMESW-TOS1", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-03-19", "Action": "[wheat].Sow(cultivar:\"bennett\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bennett", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-03-19", "Action": "[wheat].Sow(cultivar:\"kittyhawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kittyhawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-03-19", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-03-19", "Action": "[wheat].Sow(cultivar:\"scepter\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scepter", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-03-19", "Action": "[wheat].Sow(cultivar:\"trojan\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "trojan", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "18MilduraMESW-TOS1", "Children": [ { "$type": "Models.Clock, Models", "Start": "2018-03-18T00:00:00", "End": "2019-01-13T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "18MilduraMESW-TOS1.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-03-19", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "18MilduraMESW-TOS2", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-04-03", "Action": "[wheat].Sow(cultivar:\"bennett\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bennett", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-04-03", "Action": "[wheat].Sow(cultivar:\"kittyhawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kittyhawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-04-03", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-04-03", "Action": "[wheat].Sow(cultivar:\"scepter\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scepter", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-04-03", "Action": "[wheat].Sow(cultivar:\"trojan\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "trojan", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "18MilduraMESW-TOS2", "Children": [ { "$type": "Models.Clock, Models", "Start": "2018-04-02T00:00:00", "End": "2019-01-28T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "18MilduraMESW-TOS2.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-04-03", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "18MilduraMESW-TOS3", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-04-17", "Action": "[wheat].Sow(cultivar:\"bennett\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bennett", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-04-17", "Action": "[wheat].Sow(cultivar:\"kittyhawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kittyhawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-04-17", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-04-17", "Action": "[wheat].Sow(cultivar:\"scepter\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scepter", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-04-17", "Action": "[wheat].Sow(cultivar:\"trojan\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "trojan", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "18MilduraMESW-TOS3", "Children": [ { "$type": "Models.Clock, Models", "Start": "2018-04-16T00:00:00", "End": "2019-02-11T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "18MilduraMESW-TOS3.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-04-17", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "18MilduraMESW-TOS4", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-05-01", "Action": "[wheat].Sow(cultivar:\"bennett\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bennett", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-05-01", "Action": "[wheat].Sow(cultivar:\"kittyhawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "kittyhawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-05-01", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-05-01", "Action": "[wheat].Sow(cultivar:\"scepter\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "scepter", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-05-01", "Action": "[wheat].Sow(cultivar:\"trojan\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "trojan", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "18MilduraMESW-TOS4", "Children": [ { "$type": "Models.Clock, Models", "Start": "2018-04-30T00:00:00", "End": "2019-02-25T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "18MilduraMESW-TOS4.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2018-05-01", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Inverleigh2013-TOS1", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2013-03-26", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Inverleigh2013-TOS1", "Children": [ { "$type": "Models.Clock, Models", "Start": "2013-03-25T00:00:00", "End": "2014-01-20T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Inverleigh2013-TOS1.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2013-03-26", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Inverleigh2013-TOS2", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2013-04-08", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Inverleigh2013-TOS2", "Children": [ { "$type": "Models.Clock, Models", "Start": "2013-04-07T00:00:00", "End": "2014-02-02T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Inverleigh2013-TOS2.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2013-04-08", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Temora2015-TOS1", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-04-17", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-04-17", "Action": "[wheat].Sow(cultivar:\"condo\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "condo", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-04-17", "Action": "[wheat].Sow(cultivar:\"eaglehawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "eaglehawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-04-17", "Action": "[wheat].Sow(cultivar:\"gregory\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "gregory", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-04-17", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-04-17", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-04-17", "Action": "[wheat].Sow(cultivar:\"wedgetail\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wedgetail", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Temora2015-TOS1", "Children": [ { "$type": "Models.Clock, Models", "Start": "2015-04-16T00:00:00", "End": "2016-02-11T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Temora2015-TOS1.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-04-17", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Temora2015-TOS2", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-04-27", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-04-27", "Action": "[wheat].Sow(cultivar:\"condo\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "condo", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-04-27", "Action": "[wheat].Sow(cultivar:\"eaglehawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "eaglehawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-04-27", "Action": "[wheat].Sow(cultivar:\"gregory\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "gregory", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-04-27", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-04-27", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-04-27", "Action": "[wheat].Sow(cultivar:\"wedgetail\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wedgetail", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Temora2015-TOS2", "Children": [ { "$type": "Models.Clock, Models", "Start": "2015-04-26T00:00:00", "End": "2016-02-21T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Temora2015-TOS2.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-04-27", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Temora2015-TOS3", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-07", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-07", "Action": "[wheat].Sow(cultivar:\"condo\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "condo", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-07", "Action": "[wheat].Sow(cultivar:\"eaglehawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "eaglehawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-07", "Action": "[wheat].Sow(cultivar:\"gregory\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "gregory", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-07", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-07", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-07", "Action": "[wheat].Sow(cultivar:\"wedgetail\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wedgetail", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Temora2015-TOS3", "Children": [ { "$type": "Models.Clock, Models", "Start": "2015-05-06T00:00:00", "End": "2016-03-02T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Temora2015-TOS3.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-07", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Temora2015-TOS4", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-15", "Action": "[wheat].Sow(cultivar:\"bolac\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "bolac", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-15", "Action": "[wheat].Sow(cultivar:\"condo\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "condo", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-15", "Action": "[wheat].Sow(cultivar:\"eaglehawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "eaglehawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-15", "Action": "[wheat].Sow(cultivar:\"gregory\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "gregory", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-15", "Action": "[wheat].Sow(cultivar:\"janz\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "janz", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-15", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-15", "Action": "[wheat].Sow(cultivar:\"wedgetail\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wedgetail", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Temora2015-TOS4", "Children": [ { "$type": "Models.Clock, Models", "Start": "2015-05-14T00:00:00", "End": "2016-03-10T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Temora2015-TOS4.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-15", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Brookstead2015-TOS1", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-10", "Action": "[wheat].Sow(cultivar:\"eaglehawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "eaglehawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-10", "Action": "[wheat].Sow(cultivar:\"gregory\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "gregory", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-10", "Action": "[wheat].Sow(cultivar:\"wedgetail\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wedgetail", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Brookstead2015-TOS1", "Children": [ { "$type": "Models.Clock, Models", "Start": "2015-05-09T00:00:00", "End": "2016-03-05T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Brookstead2015-TOS1.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-10", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Brookstead2015-TOS2", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-25", "Action": "[wheat].Sow(cultivar:\"eaglehawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "eaglehawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-25", "Action": "[wheat].Sow(cultivar:\"gregory\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "gregory", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-25", "Action": "[wheat].Sow(cultivar:\"wedgetail\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wedgetail", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Brookstead2015-TOS2", "Children": [ { "$type": "Models.Clock, Models", "Start": "2015-05-24T00:00:00", "End": "2016-03-20T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Brookstead2015-TOS2.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-25", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Brookstead2015-TOS3", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-06-10", "Action": "[wheat].Sow(cultivar:\"eaglehawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "eaglehawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-06-10", "Action": "[wheat].Sow(cultivar:\"gregory\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "gregory", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-06-10", "Action": "[wheat].Sow(cultivar:\"wedgetail\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wedgetail", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Brookstead2015-TOS3", "Children": [ { "$type": "Models.Clock, Models", "Start": "2015-06-09T00:00:00", "End": "2016-04-05T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Brookstead2015-TOS3.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-06-10", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Emerald2015-TOS1", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-04-20", "Action": "[wheat].Sow(cultivar:\"eaglehawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "eaglehawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-04-20", "Action": "[wheat].Sow(cultivar:\"gregory\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "gregory", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-04-20", "Action": "[wheat].Sow(cultivar:\"wedgetail\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wedgetail", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Emerald2015-TOS1", "Children": [ { "$type": "Models.Clock, Models", "Start": "2015-04-19T00:00:00", "End": "2016-02-14T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Emerald2015-TOS1.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-04-20", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Emerald2015-TOS2", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-01", "Action": "[wheat].Sow(cultivar:\"eaglehawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "eaglehawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-01", "Action": "[wheat].Sow(cultivar:\"gregory\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "gregory", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-01", "Action": "[wheat].Sow(cultivar:\"wedgetail\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wedgetail", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Emerald2015-TOS2", "Children": [ { "$type": "Models.Clock, Models", "Start": "2015-04-30T00:00:00", "End": "2016-02-25T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Emerald2015-TOS2.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-01", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Emerald2015-TOS3", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-11", "Action": "[wheat].Sow(cultivar:\"eaglehawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "eaglehawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-11", "Action": "[wheat].Sow(cultivar:\"gregory\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "gregory", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-11", "Action": "[wheat].Sow(cultivar:\"wedgetail\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wedgetail", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Emerald2015-TOS3", "Children": [ { "$type": "Models.Clock, Models", "Start": "2015-05-10T00:00:00", "End": "2016-03-06T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Emerald2015-TOS3.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-11", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Minnipa2015-TOS1", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-04-13", "Action": "[wheat].Sow(cultivar:\"eaglehawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "eaglehawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-04-13", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-04-13", "Action": "[wheat].Sow(cultivar:\"trojan\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "trojan", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-04-13", "Action": "[wheat].Sow(cultivar:\"wedgetail\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wedgetail", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Minnipa2015-TOS1", "Children": [ { "$type": "Models.Clock, Models", "Start": "2015-04-12T00:00:00", "End": "2015-12-30T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Minnipa2015-TOS1.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-04-13", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Minnipa2015-TOS2", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-04-29", "Action": "[wheat].Sow(cultivar:\"eaglehawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "eaglehawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-04-29", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-04-29", "Action": "[wheat].Sow(cultivar:\"trojan\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "trojan", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-04-29", "Action": "[wheat].Sow(cultivar:\"wedgetail\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wedgetail", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Minnipa2015-TOS2", "Children": [ { "$type": "Models.Clock, Models", "Start": "2015-04-28T00:00:00", "End": "2015-12-30T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Minnipa2015-TOS2.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-04-29", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Minnipa2015-TOS3", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-15", "Action": "[wheat].Sow(cultivar:\"eaglehawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "eaglehawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-15", "Action": "[wheat].Sow(cultivar:\"longsword\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "longsword", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-15", "Action": "[wheat].Sow(cultivar:\"trojan\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "trojan", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-15", "Action": "[wheat].Sow(cultivar:\"wedgetail\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wedgetail", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Minnipa2015-TOS3", "Children": [ { "$type": "Models.Clock, Models", "Start": "2015-05-14T00:00:00", "End": "2015-12-30T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Minnipa2015-TOS3.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-15", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Temora2016-TOS4", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2016-05-16", "Action": "[wheat].Sow(cultivar:\"eaglehawk\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "eaglehawk", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2016-05-16", "Action": "[wheat].Sow(cultivar:\"wedgetail\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wedgetail", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Temora2016-TOS4", "Children": [ { "$type": "Models.Clock, Models", "Start": "2016-05-15T00:00:00", "End": "2017-03-12T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Temora2016-TOS4.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2016-05-16", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Hart2015-TOS1", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-04-10", "Action": "[wheat].Sow(cultivar:\"trojan\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "trojan", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-04-10", "Action": "[wheat].Sow(cultivar:\"wedgetail\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wedgetail", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Hart2015-TOS1", "Children": [ { "$type": "Models.Clock, Models", "Start": "2015-04-09T00:00:00", "End": "2016-02-04T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Hart2015-TOS1.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-04-10", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Hart2015-TOS2", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-04-30", "Action": "[wheat].Sow(cultivar:\"trojan\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "trojan", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-04-30", "Action": "[wheat].Sow(cultivar:\"wedgetail\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wedgetail", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Hart2015-TOS2", "Children": [ { "$type": "Models.Clock, Models", "Start": "2015-04-29T00:00:00", "End": "2016-02-24T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Hart2015-TOS2.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-04-30", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Hart2015-TOS3", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-15", "Action": "[wheat].Sow(cultivar:\"trojan\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "trojan", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-15", "Action": "[wheat].Sow(cultivar:\"wedgetail\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wedgetail", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Hart2015-TOS3", "Children": [ { "$type": "Models.Clock, Models", "Start": "2015-05-14T00:00:00", "End": "2016-03-10T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Hart2015-TOS3.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2015-05-15", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Inverleigh2013-TOS3", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2013-04-24", "Action": "[wheat].Sow(cultivar:\"wedgetail\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wedgetail", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Inverleigh2013-TOS3", "Children": [ { "$type": "Models.Clock, Models", "Start": "2013-04-23T00:00:00", "End": "2014-02-18T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Inverleigh2013-TOS3.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2013-04-24", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "Inverleigh2013-TOS4", "Children": [ { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[Sowing]", "Name": "Cultivar", "Children": [ { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2013-05-10", "Action": "[wheat].Sow(cultivar:\"wedgetail\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "wedgetail", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "Inverleigh2013-TOS4", "Children": [ { "$type": "Models.Clock, Models", "Start": "2013-05-09T00:00:00", "End": "2014-03-06T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "SummaryFile", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "Inverleigh2013-TOS4.met", "ExcelWorkSheetName": null, "Name": "Weather", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "SoilArbitrator", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.5818, "Longitude": 151.3202, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.0106, 1.0715, 1.0939, 1.1586, 1.173, 1.1629, 1.1875 ], "AirDry": [ 0.1303, 0.1987, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.2605, 0.2484, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.521, 0.4967, 0.4884, 0.4803, 0.4716, 0.4571, 0.4523 ], "SAT": [ 0.5887, 0.5657, 0.5572, 0.5328, 0.5274, 0.5312, 0.5219 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogen, Models", "fom_types": [ "default", "manure", "mucuna", "lablab", "shemp", "stable" ], "fract_carb": [ 0.2, 0.3, 0.54, 0.57, 0.45, 0.0 ], "fract_cell": [ 0.7, 0.3, 0.37, 0.37, 0.47, 0.1 ], "fract_lign": [ 0.1, 0.4, 0.09, 0.06, 0.08, 0.9 ], "NPartitionApproach": 0, "Name": "SoilNitrogen", "Children": [ { "$type": "Models.Soils.SoilNitrogenNO3, Models", "Name": "NO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenNH4, Models", "Name": "NH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenUrea, Models", "Name": "Urea", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNO3, Models", "Name": "PlantAvailableNO3", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.SoilNitrogenPlantAvailableNH4, Models", "Name": "PlantAvailableNH4", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.129, 270.3444, 163.9721, 99.4541, 60.322, 36.5871, 22.1912 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.3, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using APSIM.Shared.Utilities;\r\nusing Models.Utilities;\r\nusing Models.Soils;\r\nusing Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [], "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Operations, Models", "Operation": [ { "$type": "Models.Operation, Models", "Date": "2013-05-10", "Action": "[wheat].Sow(cultivar:\"hartog\", population:150, depth:50, rowSpacing:250);", "Enabled": true } ], "Name": "Sowing", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingDate", "[Wheat].SowingData.Cultivar", "[Wheat].Phenology.CurrentPhase.Name", "[Wheat].Phenology.CurrentStageName", "[Wheat].Phenology.EmergenceDAS", "[Wheat].Phenology.TerminalSpikeletDAS", "[Wheat].Phenology.FlagLeafDAS", "[Wheat].Phenology.HeadingDAS", "[Wheat].Phenology.FloweringDAS", "[Wheat].Phenology.MaturityDAS", "[Wheat].Grain.Wt", "[Wheat].Grain.N", "[Wheat].Grain.Number", "[Wheat].Grain.Size", "[Wheat].Grain.Nconc", "[Wheat].AboveGround.Wt", "[Wheat].AboveGround.N", "[Wheat].Grain.Protein", "[Wheat].Grain.Size", "[Wheat].Phenology.HaunStageTerminalSpikelet", "[Wheat].Structure.FinalLeafNumber", "[Wheat].Structure.MainStemPopn", "[Wheat].SowingData.Cultivar", "[Wheat].SowingDate.DayOfYear", "[Wheat].Leaf.CohortMaxSize", "[Clock].StartDate", "([Wheat].Phenology.FloweringDAS - [Wheat].Phenology.EmergenceDAS) as FloweringDAE", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today", "[Wheat].SowingData.Cultivar" ], "EventNames": [ "[Wheat].Sowing" ], "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "Sensibility", "Children": [ { "$type": "Models.Core.Folder, Models", "ShowPageOfGraphs": true, "Name": "CO2AndTranspirationEfficiency", "Children": [ { "$type": "Models.Factorial.Experiment, Models", "DisabledSimNames": null, "Name": "CO2TE", "Children": [ { "$type": "Models.Memo, Models", "Text": "This test examines the impact of a doubling of CO2 from historical (350ppm) on Transpiration Efficiency. [Reyenga1999] suggest an increase of approximately 37% in Transpiration Efficiency over this range in CO2 concentration.\nIn this test, a series of wheat crops are simulated for Dalby, Queensland, Australia. Nitrogen limitation is removed. The slope of plots of biomass production vs crop water use is used to quantify a gross seasonal TE. The change in slope should approximate the response suggested by [Reyenga1999].", "Name": "Memo", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Factorial.Factors, Models", "Name": "Factors", "Children": [ { "$type": "Models.Factorial.Factor, Models", "Specification": "[SetCO2]", "Name": "CO2", "Children": [ { "$type": "Models.Manager, Models", "Code": "using Models.Climate;\r\nusing System;\r\nusing Models.Core;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Collections.Generic;\r\nusing System.Text;\r\nusing Models.PMF;\r\nusing Models;\r\nusing System.Xml.Serialization;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n [System.Xml.Serialization.XmlInclude(typeof(Model))]\r\n public class Script : Model\r\n {\r\n [Link] Weather Met;\r\n [Link] Clock Clock;\r\n \r\n [Description(\"CO2 conc\")]\r\n public double CO2 { get; set; }\r\n \r\n \r\n [EventSubscribe(\"PreparingNewWeatherData\")]\r\n private void OnPreparingNewWeatherData(object sender, EventArgs e)\r\n {\r\n Met.CO2 = CO2; \r\n }\r\n }\r\n}\r\n", "Parameters": [ { "Key": "CO2", "Value": "350" } ], "Name": "350ppm", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Climate;\r\nusing System;\r\nusing Models.Core;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Collections.Generic;\r\nusing System.Text;\r\nusing Models.PMF;\r\nusing Models;\r\nusing System.Xml.Serialization;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n [System.Xml.Serialization.XmlInclude(typeof(Model))]\r\n public class Script : Model\r\n {\r\n [Link] Weather Met;\r\n [Link] Clock Clock;\r\n \r\n [Description(\"CO2 conc\")]\r\n public double CO2 { get; set; }\r\n \r\n \r\n [EventSubscribe(\"PreparingNewWeatherData\")]\r\n private void OnPreparingNewWeatherData(object sender, EventArgs e)\r\n {\r\n Met.CO2 = CO2; \r\n }\r\n }\r\n}\r\n", "Parameters": [ { "Key": "CO2", "Value": "700" } ], "Name": "700ppm", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Simulation, Models", "IsRunning": false, "Descriptors": null, "Name": "CO2TEBaseSimulation", "Children": [ { "$type": "Models.Clock, Models", "Start": "1990-01-01T00:00:00", "End": "2000-12-31T00:00:00", "Name": "Clock", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Summary, Models", "CaptureErrors": true, "CaptureWarnings": true, "CaptureSummaryText": true, "Name": "summaryfile", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Climate.Weather, Models", "ConstantsFile": null, "FileName": "%root%\\Examples\\WeatherFiles\\Dalby.met", "ExcelWorkSheetName": "", "Name": "Weather", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Arbitrator.SoilArbitrator, Models", "Name": "Soil Arbitrator", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Core.Zone, Models", "Area": 1.0, "Slope": 0.0, "AspectAngle": 0.0, "Altitude": 50.0, "Name": "Field", "Children": [ { "$type": "Models.Fertiliser, Models", "Name": "Fertiliser", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Surface.SurfaceOrganicMatter, Models", "InitialResidueName": "wheat_stubble", "InitialResidueType": "wheat", "InitialResidueMass": 500.0, "InitialStandingFraction": 0.0, "InitialCPR": 0.0, "InitialCNR": 100.0, "ResourceName": "SurfaceOrganicMatter", "Name": "SurfaceOrganicMatter", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.PMF.Plant, Models", "ResourceName": "Wheat", "Name": "Wheat", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.MicroClimate, Models", "a_interception": 0.0, "b_interception": 1.0, "c_interception": 0.0, "d_interception": 0.0, "soil_albedo": 0.23, "SoilHeatFluxFraction": 0.4, "MinimumHeightDiffForNewLayer": 0.0, "NightInterceptionFraction": 0.5, "ReferenceHeight": 2.0, "Name": "MicroClimate", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Soil, Models", "RecordNumber": 0, "ASCOrder": "Vertosol", "ASCSubOrder": "Black", "SoilType": "Clay", "LocalName": null, "Site": "Norwin", "NearestTown": "Norwin", "Region": "Darling Downs and Granite Belt", "State": "Queensland", "Country": "Australia", "NaturalVegetation": "Qld. Bluegrass, possible Qld. Blue gum", "ApsoilNumber": "900", "Latitude": -27.581836, "Longitude": 151.320206, "LocationAccuracy": " +/- 20m", "YearOfSampling": null, "DataSource": "CSIRO Sustainable Ecosystems, Toowoomba; Characteriesd as part of the GRDC funded project\"Doing it better, doing it smarter, managing soil water in Australian agriculture' 2011", "Comments": "OC, CLL for all crops estimated-based on Bongeen Mywybilla Soil No1", "Name": "Soil", "Children": [ { "$type": "Models.Soils.Physical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "ParticleSizeClay": null, "ParticleSizeSand": null, "ParticleSizeSilt": null, "Rocks": null, "Texture": null, "BD": [ 1.01056473311131, 1.07145631083388, 1.09393858528057, 1.15861335018721, 1.17301160318016, 1.16287303586874, 1.18749547755906 ], "AirDry": [ 0.130250054518252, 0.198689390775399, 0.28, 0.28, 0.28, 0.28, 0.28 ], "LL15": [ 0.260500109036505, 0.248361738469248, 0.28, 0.28, 0.28, 0.28, 0.28 ], "DUL": [ 0.52100021807301, 0.496723476938497, 0.488437607673005, 0.480296969355493, 0.471583596524955, 0.457070570557793, 0.452331759845006 ], "SAT": [ 0.588654817693846, 0.565676863836273, 0.557192986686577, 0.532787415023694, 0.527354112007486, 0.531179986464627, 0.521888499034317 ], "KS": [ 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0 ], "BDMetadata": null, "AirDryMetadata": null, "LL15Metadata": null, "DULMetadata": null, "SATMetadata": null, "KSMetadata": null, "RocksMetadata": null, "TextureMetadata": null, "ParticleSizeSandMetadata": null, "ParticleSizeSiltMetadata": null, "ParticleSizeClayMetadata": null, "Name": "Physical", "Children": [ { "$type": "Models.Soils.SoilCrop, Models", "LL": [ 0.261, 0.248, 0.28, 0.306, 0.36, 0.392, 0.446 ], "KL": [ 0.06, 0.06, 0.06, 0.04, 0.04, 0.02, 0.01 ], "XF": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "LLMetadata": null, "KLMetadata": null, "XFMetadata": null, "Name": "WheatSoil", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.WaterModel.WaterBalance, Models", "SummerDate": "1-Nov", "SummerU": 5.0, "SummerCona": 5.0, "WinterDate": "1-Apr", "WinterU": 5.0, "WinterCona": 5.0, "DiffusConst": 40.0, "DiffusSlope": 16.0, "Salb": 0.12, "CN2Bare": 73.0, "CNRed": 20.0, "CNCov": 0.8, "DischargeWidth": "NaN", "CatchmentArea": "NaN", "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "SWCON": [ 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3 ], "KLAT": null, "ResourceName": "WaterBalance", "Name": "SoilWater", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Organic, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "FOMCNRatio": 40.0, "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "Carbon": [ 1.2, 0.96, 0.6, 0.3, 0.18, 0.12, 0.12 ], "SoilCNRatio": [ 12.0, 12.0, 12.0, 12.0, 12.0, 12.0, 12.0 ], "FBiom": [ 0.04, 0.02, 0.02, 0.02, 0.01, 0.01, 0.01 ], "FInert": [ 0.4, 0.6, 0.8, 1.0, 1.0, 1.0, 1.0 ], "FOM": [ 347.12903231275641, 270.3443621919937, 163.97214434990104, 99.454132887040629, 60.321980831124677, 36.587130828674873, 22.1912165985086 ], "CarbonMetadata": null, "FOMMetadata": null, "Name": "Organic", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Chemical, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3N": [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ], "NH4N": [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], "PH": [ 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0 ], "CL": null, "EC": null, "ESP": null, "ECMetadata": null, "CLMetadata": null, "ESPMetadata": null, "PHMetadata": null, "Name": "Chemical", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.InitialWater, Models", "PercentMethod": 1, "FractionFull": 1.0, "DepthWetSoil": "NaN", "RelativeTo": null, "Name": "InitialWater", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Sample, Models", "Depth": [ "0-15", "15-30", "30-60", "60-90", "90-120", "120-150", "150-180" ], "Thickness": [ 150.0, 150.0, 300.0, 300.0, 300.0, 300.0, 300.0 ], "NO3": null, "NH4": null, "SW": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "OC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "EC": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "CL": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "ESP": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "PH": [ "NaN", "NaN", "NaN", "NaN", "NaN", "NaN", "NaN" ], "SWUnits": 0, "OCUnits": 0, "PHUnits": 0, "Name": "InitialN", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.CERESSoilTemperature, Models", "Name": "Temperature", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Soils.Nutrients.Nutrient, Models", "ResourceName": "Nutrient", "Name": "Nutrient", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "[Clock].Today.Date", "[Wheat].Grain.Wt", "[Wheat].AboveGround.Wt", "Sum of [Wheat].Leaf.Transpiration from [Wheat].Sowing to [Wheat].Harvesting as CropET" ], "EventNames": [ "[Wheat].Harvesting" ], "GroupByVariableName": null, "Name": "SensibilityReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Climate;\r\nusing System;\r\nusing Models.Core;\r\nusing APSIM.Shared.Utilities;\r\nusing System.Collections.Generic;\r\nusing System.Text;\r\nusing Models.PMF;\r\nusing Models;\r\nusing System.Xml.Serialization;\r\n\r\nnamespace Models\r\n{\r\n [Serializable] \r\n [System.Xml.Serialization.XmlInclude(typeof(Model))]\r\n public class Script : Model\r\n {\r\n [Link] Weather Met;\r\n [Link] Clock Clock;\r\n [Link] Zone zone;\r\n \r\n [Description(\"CO2 conc\")]\r\n public double CO2 { get; set; }\r\n \r\n \r\n [EventSubscribe(\"PreparingNewWeatherData\")]\r\n private void OnPreparingNewWeatherData(object sender, EventArgs e)\r\n {\r\n zone.Set(\"Weather.CO2\", CO2);\r\n }\r\n }\r\n}\r\n", "Parameters": [ { "Key": "CO2", "Value": "0" } ], "Name": "SetCO2", "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Interfaces;\nusing System;\nusing Models.Core;\nusing Models.PMF;\nusing Models.Soils;\nusing Models.Soils.Nutrients;\nusing Models.Utilities;\nusing APSIM.Shared.Utilities;\nusing Models.Climate;\n\nnamespace Models\n{\n [Serializable]\n public class Script : Model\n {\n [Link] private Clock Clock;\n [Link] private Fertiliser Fertiliser;\n [Link] private Summary Summary;\n [Link] private Plant Wheat;\n [Link] private Soil Soil;\n private Accumulator accumulatedRain;\n [Link]\n private ISoilWater waterBalance;\n \n [Description(\"Start of sowing window (d-mmm)\")]\n public string StartDate { get; set;}\n [Description(\"End of sowing window (d-mmm)\")]\n public string EndDate { get; set;}\n [Description(\"Minimum extractable soil water for sowing (mm)\")]\n public double MinESW { get; set;}\n [Description(\"Accumulated rainfall required for sowing (mm)\")]\n public double MinRain { get; set;}\n [Description(\"Duration of rainfall accumulation (d)\")]\n public int RainDays { get; set;}\n [Description(\"Cultivar to be sown\")]\n [Display(Type=DisplayType.CultivarName)]\n public string CultivarName { get; set;}\n [Description(\"Sowing depth (mm)\")]\n public double SowingDepth { get; set;} \n [Description(\"Row spacing (mm)\")]\n public double RowSpacing { get; set;} \n [Description(\"Plant population (/m2)\")]\n public double Population { get; set;} \n \n \n [EventSubscribe(\"StartOfSimulation\")]\n private void OnSimulationCommencing(object sender, EventArgs e)\n {\n accumulatedRain = new Accumulator(this, \"[Weather].Rain\", RainDays);\n }\n \n\n [EventSubscribe(\"DoManagement\")]\n private void OnDoManagement(object sender, EventArgs e)\n {\n accumulatedRain.Update();\n \n if (DateUtilities.WithinDates(StartDate,Clock.Today,EndDate) &&\n !Wheat.IsAlive &&\n MathUtilities.Sum(waterBalance.ESW) > MinESW &&\n accumulatedRain.Sum > MinRain)\n {\n Wheat.Sow(population:Population, cultivar:CultivarName, depth:SowingDepth, rowSpacing:RowSpacing); \n }\n \n }\n \n }\n}\n", "Parameters": [ { "Key": "StartDate", "Value": "1-may" }, { "Key": "EndDate", "Value": "10-jul" }, { "Key": "MinESW", "Value": "100" }, { "Key": "MinRain", "Value": "25" }, { "Key": "RainDays", "Value": "7" }, { "Key": "CultivarName", "Value": "Hartog" }, { "Key": "SowingDepth", "Value": "30" }, { "Key": "RowSpacing", "Value": "250" }, { "Key": "Population", "Value": "120" } ], "Name": "SowingRule", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.Soils.Nutrients;\r\nusing System;\r\nusing Models.Core;\r\nusing Models.PMF;\r\nusing Models.Soils;\r\nusing Models.Soils.Nutrients;\r\nusing Models.Utilities;\r\nusing APSIM.Shared.Utilities;\r\n\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Plant Wheat;\r\n\r\n [EventSubscribe(\"DoManagement\")]\r\n private void OnDoManagement(object sender, EventArgs e)\r\n {\r\n if (Wheat.IsReadyForHarvesting)\r\n {\r\n Wheat.Harvest();\r\n Wheat.EndCrop(); \r\n }\r\n \r\n }\r\n \r\n }\r\n}\r\n", "Parameters": null, "Name": "Harvest", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Manager, Models", "Code": "using Models.PMF;\r\nusing Models.Core;\r\nusing System;\r\nnamespace Models\r\n{\r\n [Serializable]\r\n public class Script : Model\r\n {\r\n [Link] Clock Clock;\r\n [Link] Fertiliser Fertiliser;\r\n [Link] Summary Summary;\r\n \r\n \r\n [Description(\"Amount of fertiliser to be applied (kg/ha)\")]\r\n public double Amount { get; set;}\r\n \r\n [Description(\"Crop to be fertilised\")]\r\n public string CropName { get; set;}\r\n \r\n \r\n \r\n\r\n [EventSubscribe(\"Sowing\")]\r\n private void OnSowing(object sender, EventArgs e)\r\n {\r\n Model crop = sender as Model;\r\n if (crop.Name.ToLower()==CropName.ToLower())\r\n Fertiliser.Apply(Amount: Amount, Type: Fertiliser.Types.NO3N);\r\n }\r\n \r\n }\r\n}\r\n", "Parameters": [ { "Key": "Amount", "Value": "300" }, { "Key": "CropName", "Value": "wheat" } ], "Name": "SowingFertiliser", "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": [ "" ], "EventNames": [ "" ], "GroupByVariableName": null, "Name": "HarvestReport", "Children": [], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Report, Models", "VariableNames": null, "EventNames": null, "GroupByVariableName": null, "Name": "SowingReport", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false }, { "$type": "Models.Graph, Models", "Caption": null, "Axis": [ { "$type": "Models.Axis, Models", "Type": 3, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false }, { "$type": "Models.Axis, Models", "Type": 0, "Title": null, "Inverted": false, "Minimum": "NaN", "Maximum": "NaN", "Interval": "NaN", "DateTimeAxis": false, "CrossesAtZero": false } ], "LegendPosition": 3, "LegendOrientation": 0, "DisabledSeries": [], "LegendOutsideGraph": false, "Name": "Biomass production vs Crop water Use", "Children": [ { "$type": "Models.Series, Models", "Type": 1, "XAxis": 3, "YAxis": 0, "ColourArgb": -16777216, "FactorToVaryColours": "CO2", "FactorToVaryMarkers": null, "FactorToVaryLines": null, "Marker": 0, "MarkerSize": 0, "Line": 4, "LineThickness": 0, "TableName": "SensibilityReport", "XFieldName": "CropET", "YFieldName": "Wheat.AboveGround.Wt", "X2FieldName": "", "Y2FieldName": "", "ShowInLegend": true, "IncludeSeriesNameInLegend": false, "Cumulative": false, "CumulativeX": false, "Filter": null, "Name": "Series 0", "Children": [ { "$type": "Models.Regression, Models", "ForEachSeries": true, "showOneToOne": false, "showEquation": true, "Name": "Regression", "Children": [], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": false, "Enabled": true, "ReadOnly": false } ], "IncludeInDocumentation": true, "Enabled": true, "ReadOnly": false }