Skip to content

Commit

Permalink
removed usu from genie command
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenaH84 committed Jun 16, 2024
1 parent a64bbd1 commit 1e30cb5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docker-compose-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
restart: always
ports:
- "8000:8000"
command: su genie -c 'julia --project=. -e "include("app/rest.jl")" --color=yes --depwarn=no --project=@. --sysimage="/home/sysimage.so" -q -i -- $$(dirname $$0)/../bootstrap.jl -s=true "$$@"'
command: julia --project=. -e "include("app/rest.jl")" --color=yes --depwarn=no --project=@. --sysimage="/home/sysimage.so" -q -i -- $$(dirname $$0)/../bootstrap.jl -s=true "$$@"


nginx:
Expand Down
6 changes: 3 additions & 3 deletions streamlit/input_files/battmo_formatted_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"Coating": {
"thickness": 8.499999999999999e-05,
"N": 20,
"effectiveDensity": 1726.14,
"effectiveDensity": 1770.4,
"bruggemanCoefficient": 1.5,
"ActiveMaterial": {
"massFraction": 0.9,
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"diffusionModelType": "full",
"SolidDiffusion": {
"activationEnergyOfDiffusion": 70000.0,
"activationEnergyOfDiffusion": 80000.0,
"referenceDiffusionCoefficient": 3.9e-14,
"particleRadius": 5e-07,
"N": 10
Expand Down Expand Up @@ -170,7 +170,7 @@
"Control": {
"controlPolicy": "CCCV",
"initialControl": "charging",
"numberOfCycles": 3,
"numberOfCycles": 1,
"CRate": 1.0,
"DRate": 1.0,
"lowerCutoffVoltage": 2.4,
Expand Down
14 changes: 7 additions & 7 deletions streamlit/input_files/linked_data_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -1929,7 +1929,7 @@
"@type": "emmo:Energy",
"value": {
"@type": "emmo:Numerical",
"hasNumericalData": 70000.0
"hasNumericalData": 80000.0
},
"unit": {
"label": "JoulePerMole",
Expand Down Expand Up @@ -2337,7 +2337,7 @@
"@type": "emmo:Porosity",
"value": {
"@type": "emmo:Numerical",
"hasNumericalData": 0.22000000000000003
"hasNumericalData": 0.2
},
"unit": {
"label": "UnitOne",
Expand All @@ -2350,7 +2350,7 @@
"@type": "emmo:MassLoading",
"value": {
"@type": "emmo:Numerical",
"hasNumericalData": 14.67219
"hasNumericalData": 15.0484
},
"unit": {
"label": "MiliGramPerCubicCentiMeter",
Expand Down Expand Up @@ -2402,7 +2402,7 @@
"@type": "emmo:Capacity",
"value": {
"@type": "emmo:Numerical",
"hasNumericalData": 1092.5690615494264
"hasNumericalData": 1120.5836528712066
},
"unit": {
"label": "MiliAmpereHour",
Expand Down Expand Up @@ -6233,7 +6233,7 @@
"@type": "emmo:N/PRatio",
"value": {
"@type": "emmo:Numerical",
"hasNumericalData": 1.04
"hasNumericalData": 1.07
},
"unit": {
"label": "UnitOne",
Expand All @@ -6246,7 +6246,7 @@
"@type": "emmo:CellMass",
"value": {
"@type": "emmo:Numerical",
"hasNumericalData": 31.6742860172
"hasNumericalData": 31.7796972032
},
"unit": {
"label": "Gram",
Expand Down Expand Up @@ -6357,7 +6357,7 @@
"@type": "emmo:NumberOfEntities",
"value": {
"@type": "emmo:Numerical",
"hasNumericalData": 3
"hasNumericalData": 1
},
"unit": {
"label": "UnitOne",
Expand Down
4 changes: 2 additions & 2 deletions streamlit/output_files/calculated_values.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"calculatedParameters": {
"effective_density": {
"negative_electrode": 1726.14,
"negative_electrode": 1770.4,
"positive_electrode": 3151.12
},
"mass_loadings": {
"negative_electrode": 14.67219,
"negative_electrode": 15.0484,
"positive_electrode": 23.948511999999994
}
}
Expand Down

0 comments on commit 1e30cb5

Please sign in to comment.