Skip to content

[4] Additional properties prevented #90

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: rpm-and-tilt-not-required
Choose a base branch
from
13 changes: 6 additions & 7 deletions power-curve-schema/examples/generic-117-3.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,37 +35,37 @@
"thermal_regulation": {
"derating": [
{
"$comment": "Linear ramp down in low temperatures, altitude 2500",
"legend": "Linear ramp down in low temperatures, altitude 2500",
"altitude": 2500,
"temperature": [-15, 10],
"power_limit": [1.1e6, 2e6]
},
{
"$comment": "Linear ramp down in low temperatures, altitude 1250",
"legend": "Linear ramp down in low temperatures, altitude 1250",
"altitude": 1250,
"temperature": [-15, 10],
"power_limit": [1.4e6, 2e6]
},
{
"$comment": "Linear ramp down in low temperatures, altitude 0",
"legend": "Linear ramp down in low temperatures, altitude 0",
"altitude": 0,
"temperature": [-15, 10],
"power_limit": [1.6e6, 2e6]
},
{
"$comment": "Linear ramp down to zero in high temperatures, altitude 2500",
"legend": "Linear ramp down to zero in high temperatures, altitude 2500",
"altitude": 2500,
"temperature": [40, 45],
"power_limit": [2e6, 0]
},
{
"$comment": "Linear ramp down to zero in high temperatures, altitude 1250",
"legend": "Linear ramp down to zero in high temperatures, altitude 1250",
"altitude": 1250,
"temperature": [42, 45],
"power_limit": [2e6, 0]
},
{
"$comment": "Linear ramp down to zero in high temperatures, altitude 0",
"legend": "Linear ramp down to zero in high temperatures, altitude 0",
"altitude": 0,
"temperature": [42, 45],
"power_limit": [2e6, 0]
Expand Down Expand Up @@ -195,7 +195,6 @@
"name": "Standard",
"description": "Standard full power mode",
"design_bases": ["basis_1", "basis_2", "basis_3"],
"rated_power": 3450000,
"cuts": [
{
"kind": "low_cut_in",
Expand Down
15 changes: 6 additions & 9 deletions power-curve-schema/examples/generic-274-20.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,37 +35,37 @@
"thermal_regulation": {
"derating": [
{
"$comment": "Linear ramp down in low temperatures, air density 1.3",
"legend": "Linear ramp down in low temperatures, air density 1.3",
"air_density": 1.3,
"temperature": [-15, 10],
"power_limit": [1.1e6, 2e6]
},
{
"$comment": "Linear ramp down in low temperatures, air density 1.225",
"legend": "Linear ramp down in low temperatures, air density 1.225",
"air_density": 1.225,
"temperature": [-15, 10],
"power_limit": [1.4e6, 2e6]
},
{
"$comment": "Linear ramp down in low temperatures, air density 0.9",
"legend": "Linear ramp down in low temperatures, air density 0.9",
"air_density": 1.225,
"temperature": [-15, 10],
"power_limit": [1.6e6, 2e6]
},
{
"$comment": "Nonlinear reduction in high temperatures, air density 1.3",
"legend": "Nonlinear reduction in high temperatures, air density 1.3",
"air_density": 1.3,
"temperature": [40, 41, 42, 43, 44, 45],
"power_limit": [2e6, 1.95e6, 1.85e6, 1.7e6, 1.4e6, 0.8e6]
},
{
"$comment": "Nonlinear reduction in high temperatures, air density 1.225",
"legend": "Nonlinear reduction in high temperatures, air density 1.225",
"air_density": 1.225,
"temperature": [40, 41, 42, 43, 44, 45],
"power_limit": [2e6, 1.98e6, 1.89e6, 1.8e6, 1.5e6, 0.9e6]
},
{
"$comment": "Nonlinear reduction in high temperatures, air density 0.9",
"legend": "Nonlinear reduction in high temperatures, air density 0.9",
"air_density": 0.9,
"temperature": [40, 41, 42, 43, 44, 45],
"power_limit": [2e6, 1.98e6, 1.88e6, 2.0e6, 1.7e6, 1.1e6]
Expand Down Expand Up @@ -121,7 +121,6 @@
"name": "Mode 1",
"description": "Standard full power mode",
"design_bases": ["basis_1"],
"rated_power": 20000000,
"cuts": [
{
"kind": "low_cut_in",
Expand Down Expand Up @@ -363,7 +362,6 @@
"name": "Mode 2 (Derated low-noise)",
"description": "Applicable for sites where noise signature is priority",
"design_bases": ["basis_1"],
"rated_power": 20000000,
"cuts": [
{
"kind": "low_cut_in",
Expand Down Expand Up @@ -597,7 +595,6 @@
"name": "Mode 3 (High tower)",
"description": "A mode demonstrating exclusion of certain hub heights (eg for structural reasons)",
"design_bases": ["basis_1"],
"rated_power": 20000000,
"cuts": [
{
"kind": "low_cut_in",
Expand Down
Loading