|
505 | 505 | } |
506 | 506 | } |
507 | 507 | }, |
| 508 | + { |
| 509 | + "type": "object", |
| 510 | + "description": "Continental geotherm using the steady-state 1-D heat conduction equation from Chapman (1986).", |
| 511 | + "additionalProperties": false, |
| 512 | + "required": [ |
| 513 | + "model" |
| 514 | + ], |
| 515 | + "properties": { |
| 516 | + "model": { |
| 517 | + "default value": "", |
| 518 | + "type": "string", |
| 519 | + "description": "The name of the temperature model.", |
| 520 | + "enum": [ |
| 521 | + "chapman" |
| 522 | + ] |
| 523 | + }, |
| 524 | + "operation": { |
| 525 | + "default value": "replace", |
| 526 | + "type": "string", |
| 527 | + "description": "Whether the value should replace any value previously defined at this location (replace), add the value to the previously define value (add) or subtract the value to the previously define value (subtract).", |
| 528 | + "enum": [ |
| 529 | + "replace", |
| 530 | + "add", |
| 531 | + "subtract" |
| 532 | + ] |
| 533 | + }, |
| 534 | + "top temperature": { |
| 535 | + "default value": 293.15, |
| 536 | + "type": "number", |
| 537 | + "description": "The temperature at the top surface in K of this feature.If the value is below zero, then an adiabatic temperature is used." |
| 538 | + }, |
| 539 | + "top heat flux": { |
| 540 | + "default value": 0.055, |
| 541 | + "type": "number", |
| 542 | + "description": "The heat flux at the top surface in W m^(-2) of this feature.The default value is 0.055." |
| 543 | + }, |
| 544 | + "thermal conductivity": { |
| 545 | + "default value": 2.5, |
| 546 | + "type": "number", |
| 547 | + "description": "The thermal conductivity in W m^(-1) K^(-1) of this feature.The default value is 2.5." |
| 548 | + }, |
| 549 | + "heat generation per unit volume": { |
| 550 | + "default value": 0.000001, |
| 551 | + "type": "number", |
| 552 | + "description": "The heat generation per unit volume in W m^(-3) of this feature.The default value is 1e-6." |
| 553 | + }, |
| 554 | + "min depth": { |
| 555 | + "description": "The depth in m from which the composition of this feature is present.", |
| 556 | + "oneOf": [ |
| 557 | + { |
| 558 | + "default value": 0.0, |
| 559 | + "type": "number", |
| 560 | + "description": "" |
| 561 | + }, |
| 562 | + { |
| 563 | + "type": "array", |
| 564 | + "minItems": 0, |
| 565 | + "maxItems": 4294967295, |
| 566 | + "uniqueItems": false, |
| 567 | + "description": "", |
| 568 | + "items": { |
| 569 | + "type": "array", |
| 570 | + "additionalProperties": false, |
| 571 | + "minItems": 1, |
| 572 | + "maxItems": 2, |
| 573 | + "description": "", |
| 574 | + "items": { |
| 575 | + "anyOf": [ |
| 576 | + { |
| 577 | + "type": "number", |
| 578 | + "default value": 0.0 |
| 579 | + }, |
| 580 | + { |
| 581 | + "type": "array", |
| 582 | + "minItems": 1, |
| 583 | + "maxItems": 4294967295, |
| 584 | + "items": { |
| 585 | + "type": "array", |
| 586 | + "minItems": 1, |
| 587 | + "maxItems": 2, |
| 588 | + "items": { |
| 589 | + "type": "number" |
| 590 | + } |
| 591 | + } |
| 592 | + } |
| 593 | + ] |
| 594 | + } |
| 595 | + } |
| 596 | + } |
| 597 | + ] |
| 598 | + }, |
| 599 | + "max depth": { |
| 600 | + "description": "The depth in m to which the composition of this feature is present.", |
| 601 | + "oneOf": [ |
| 602 | + { |
| 603 | + "default value": 1.7976931348623157e308, |
| 604 | + "type": "number", |
| 605 | + "description": "" |
| 606 | + }, |
| 607 | + { |
| 608 | + "type": "array", |
| 609 | + "minItems": 0, |
| 610 | + "maxItems": 4294967295, |
| 611 | + "uniqueItems": false, |
| 612 | + "description": "", |
| 613 | + "items": { |
| 614 | + "type": "array", |
| 615 | + "additionalProperties": false, |
| 616 | + "minItems": 1, |
| 617 | + "maxItems": 2, |
| 618 | + "description": "", |
| 619 | + "items": { |
| 620 | + "anyOf": [ |
| 621 | + { |
| 622 | + "type": "number", |
| 623 | + "default value": 1.7976931348623157e308 |
| 624 | + }, |
| 625 | + { |
| 626 | + "type": "array", |
| 627 | + "minItems": 1, |
| 628 | + "maxItems": 4294967295, |
| 629 | + "items": { |
| 630 | + "type": "array", |
| 631 | + "minItems": 1, |
| 632 | + "maxItems": 2, |
| 633 | + "items": { |
| 634 | + "type": "number" |
| 635 | + } |
| 636 | + } |
| 637 | + } |
| 638 | + ] |
| 639 | + } |
| 640 | + } |
| 641 | + } |
| 642 | + ] |
| 643 | + } |
| 644 | + } |
| 645 | + }, |
508 | 646 | { |
509 | 647 | "type": "object", |
510 | 648 | "description": "Linear temperature model. Can be set to use an adiabatic temperature at the boundaries.", |
|
0 commit comments