DmitrMakeev commited on
Commit
e14a69f
·
verified ·
1 Parent(s): ce52537

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -702,11 +702,12 @@ INPUT_DATA = {
702
  "Калий сернокислый": {"K": 0.44874, "S": 0.18401}
703
  },
704
  "profileSettings": {
705
- "P": 50, "K": 220, "Mg": 24, "S": 60,
706
- "Ca_nitrate_target": 60,
707
- "Ca_chelate_target": 20,
708
- "NO3_RAT": 4, "TOTAL_NITROG": 125, "liters": 100
709
  }
 
710
  }
711
 
712
  class NutrientCalculator:
 
702
  "Калий сернокислый": {"K": 0.44874, "S": 0.18401}
703
  },
704
  "profileSettings": {
705
+ "P": 31, "K": 210, "Mg": 24, "S": 57.5,
706
+ "Ca_nitrate_target": 82,
707
+ "Ca_chelate_target": 0,
708
+ "NO3_RAT": 8.25, "TOTAL_NITROG": 125, "liters": 100
709
  }
710
+
711
  }
712
 
713
  class NutrientCalculator: