Skip to content

Commit

Permalink
Merge pull request #68 from HamishBrownPFR/BugFix
Browse files Browse the repository at this point in the history
Add annual ryegrass green manure
  • Loading branch information
HamishBrownPFR authored Jul 16, 2024
2 parents 6ee4006 + c8ffd2c commit 5570e8d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Binary file modified SVSModel.Excel/TestingFiles/Prototype 3.6.xlsm
Binary file not shown.
1 change: 1 addition & 0 deletions SVSModel/Data/CropCoefficientTableFull.csv
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Phacelia Green manure General,75,Green manure,Green manure,Phacelia,General,Bora
Rape Green manure General,72,Green manure,Green manure,Rape,General,Brassicaceae,Brassica,napus,napus,Brassica napus napus,napus napus,Seed,Apr,LateReproductive,Sep,4,t/ha,Standing DM,1,Dry,0,1,1,0,0,0.1,1.2,1,1.6,0.8,2.5,2.5,75,5
Rye corn Green manure General,76,Green manure,Green manure,Rye corn,General,Poaceae ,Secale,cereale,,Secale cereale ,cereale ,Seed,Apr,EarlyReproductive,Sep,8,t/ha,Standing DM,1,Dry,0,1,1,0,0,0.1,1.5,1,1,0.9,1.4,1.4,0,1
Turnip Green manure General,73,Green manure,Green manure,Turnip,General,Brassicaceae,Brassica,rapa,rapa,Brassica rapa rapa,rapa rapa,Seed,Apr,EarlyReproductive,Sep,8,t/ha,Standing DM,1,Dry,0,1,1,0,0,0.1,1.2,1,2,0.8,2,2,75,5
Annual ryegrass Green manure General,74,Green manure,Green manure,Annual ryegrass,General,Poaceae ,Lolium,multiflorum,,Lolium multiflorum ,multiflorum ,Seed,Apr,EarlyReproductive,Dec,3,t/ha,Standing DM,1,Dry,0,0,1,0,0,0.1,0.9,1,1.5,0.9,2,2,0,0
Early harvest Potato Agria,86,Potato,Potato,Early harvest,Agria,Solanaceae,Solanum ,tuberosum,,Solanum tuberosum ,tuberosum ,Seed,Aug,MidReproductive,Jan,60,t/ha,Saleable product ,1,Total,0,0,0.85,0,76,0.1,0.7,1,1.2,0.9,1.15,1.8,0,5
Early harvest Potato Innovator,89,Potato,Potato,Early harvest,Innovator,Solanaceae,Solanum ,tuberosum,,Solanum tuberosum ,tuberosum ,Seed,Aug,MidReproductive,Jan,60,t/ha,Saleable product ,1,Total,0,0,0.85,0,76,0.1,0.5,1,1.2,0.9,1.15,1.8,0,5
Early harvest Potato Long (Group3),107,Potato,Potato,Early harvest,Long (Group3),Solanaceae,Solanum ,tuberosum,,Solanum tuberosum ,tuberosum ,Seed,Aug,MidReproductive,Jan,60,t/ha,Saleable product ,1,Total,0,0,0.85,0,76,0.1,0.7,1,1.2,0.9,1.15,1.8,0,5
Expand Down
2 changes: 1 addition & 1 deletion SVSModel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ $ dotnet pack SVSModel/SVSModel.csproj
```

```bash
$ dotnet nuget push SVSModel/bin/Release/SVSModel.1.2.2.nupkg --source "https://pkgs.dev.azure.com/rezaresystems/48ae16c6-5f20-44a0-ad41-e047c311de0a/_packaging/svs-model-calculator/nuget/v3/index.json" --api-key az --interactive
$ dotnet nuget push SVSModel/bin/Release/SVSModel.1.2.3.nupkg --source "https://pkgs.dev.azure.com/rezaresystems/48ae16c6-5f20-44a0-ad41-e047c311de0a/_packaging/svs-model-calculator/nuget/v3/index.json" --api-key az --interactive
```
2 changes: 1 addition & 1 deletion SVSModel/SVSModel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<id>SVSModel</id>
<version>1.2.2</version>
<version>1.2.3</version>
<authors>PotatoesNZ</authors>
<description>A wrapper of the SVS Model code</description>
<LangVersion>12</LangVersion>
Expand Down

0 comments on commit 5570e8d

Please sign in to comment.