This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
generated from bcgov/quickstart-openshift
-
Notifications
You must be signed in to change notification settings - Fork 2
NMP Flowchart
GDamaso edited this page Jun 3, 2024
·
3 revisions
This is a high level flowchart for the complete calculation of nutrients to be added for Berry crops in Vancouver Island
NMP Calculator: https://nmp.apps.nrs.gov.bc.ca/
flowchart TD
A[Load file] -->|No| B{Farm Information}
B --> |No Animals/Horticultures/Berries/Vancouver Island| C{Fields and Soil}
C --> D((Field List))
D --> |Add Field/Add Another Field| E[Field Details] --> D
D --> |With at least one field added| A3((Crop List))
A3 --> |Add Crop| B3[Crop Details]
B3 --> A3
A3 --> |With at least one crop added| G((Soil Tests))
G --> |Select Soil Test Method
Add test result| H[Soil Test Details]
H --> G
G --> |Select Leaf Test
Add test result| I[Leaf Test Details]
I --> G
G --> K{Manure and Compost}
K --> Q((Manure and Imports))
Q -->|Add Imported Material
Add another Imported Material| S[Imported Material Details]
S --> Q
Q --> U((Nutrient Analysis))
U --> |Add Nutrient Analysis| V[Nutrient Analysis Details]
U --> Y{Calculate Nutrients}
Y --> A1((Field A))
Y --> B1((Field B))
Y --> C1((Field C))
A1 --> |Add Manure| D1[Manure Details]
D1 --> |Adjust Details| G1([Calculate]) --> D1
A1 --> |Add Fertilizer| E1[Fertilizer Details]
E1 --> |Adjust Details| H1([Calculate]) --> E1
A1 --> |Add Other| F1[Other Details]
Y --> Z2{Reporting}
Z2 --> |PDF's| Z3[Complete Report] & Z4[Record Keeping Sheets]
Z2 --> |NMP Data File| Y2[Download file]
Authors @GDamaso @Shakespeares-spy