@essrt/physics 2.1.0 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,14 +2,14 @@
2
2
  // Gives the TypeScript website full type safety at the boundary (§2g) while
3
3
  // packages/physics stays JavaScript.
4
4
 
5
- export declare const CONSTANTS_HASH: "2f39a17827ddce26";
5
+ export declare const CONSTANTS_HASH: "ffbce6e075ca2f25";
6
6
 
7
7
  export declare const MODEL_VERSION: string;
8
8
 
9
9
  export declare const PREPRINT_DOI: string;
10
10
 
11
11
  export declare const DEFAULT_CONSTANTS: {
12
- readonly hash: "2f39a17827ddce26";
12
+ readonly hash: "ffbce6e075ca2f25";
13
13
  readonly additionalBodies: {
14
14
  "pluto": {
15
15
  "name": string;
@@ -652,16 +652,12 @@ export declare const REFERENCE_DATA: {
652
652
  "tidalLockApproachGyr": number;
653
653
  "essrtFormulaHorizonGyr": number;
654
654
  "iceAlbedoShareLongPct": number;
655
- "chengR2": number;
656
655
  "testAObliquityLagPercentile": number;
657
656
  "testAObliquityPeakMatch": string;
658
657
  "testAEccentricityNullPct": number;
659
658
  "eightHDerivabilityTopPct": number;
660
- "testCInvariantObliquityPct": number;
661
- "testCInvariantRandomPct": number;
662
659
  "testCBalanceSaturnMult": number;
663
660
  "testCBalancePValue": number;
664
- "testCLibrationPValue": number;
665
661
  "testC50WindowMyr": number;
666
662
  "meeusPeriLong1000AD": number;
667
663
  "meeusPeriLong1246AD": number;
@@ -32,7 +32,7 @@
32
32
  * carry it so a counterfactual is reproducible (§2d).
33
33
  * @type {string}
34
34
  */
35
- export const CONSTANTS_HASH = "2f39a17827ddce26";
35
+ export const CONSTANTS_HASH = "ffbce6e075ca2f25";
36
36
 
37
37
  /** Model version label — single source: public/input/model-version.json (§10 two-axis scheme). */
38
38
  export const MODEL_VERSION = "v12.0";
@@ -42,7 +42,7 @@ export const PREPRINT_DOI = "10.21203/rs.3.rs-8758810/v4";
42
42
 
43
43
  /** @type {Readonly<Record<string, unknown>>} */
44
44
  export const DEFAULT_CONSTANTS = Object.freeze({
45
- hash: "2f39a17827ddce26",
45
+ hash: "ffbce6e075ca2f25",
46
46
  additionalBodies: {
47
47
  "pluto": {
48
48
  "name": "Pluto",
@@ -248,7 +248,7 @@ export const DEFAULT_CONSTANTS = Object.freeze({
248
248
  "moonStartposApsidal": 347.5476,
249
249
  "moonStartposNodal": 64.0435,
250
250
  "moonStartposMoon": 67.8443,
251
- "moonMeeusLpCorrection": 0.00908174470925335
251
+ "moonMeeusLpCorrection": 0.009097354859355077
252
252
  },
253
253
  moonMeeus: {
254
254
  "elpW1T2Decomposition_arcsecPerCy2": {
@@ -800,16 +800,12 @@ export const REFERENCE_DATA = Object.freeze({
800
800
  "tidalLockApproachGyr": 50,
801
801
  "essrtFormulaHorizonGyr": 3,
802
802
  "iceAlbedoShareLongPct": 46,
803
- "chengR2": 0.68,
804
803
  "testAObliquityLagPercentile": 2.5,
805
804
  "testAObliquityPeakMatch": "8/10",
806
805
  "testAEccentricityNullPct": 57.5,
807
806
  "eightHDerivabilityTopPct": 0.8,
808
- "testCInvariantObliquityPct": 100,
809
- "testCInvariantRandomPct": 68,
810
807
  "testCBalanceSaturnMult": 1.96,
811
808
  "testCBalancePValue": 0.0004,
812
- "testCLibrationPValue": 0.23,
813
809
  "testC50WindowMyr": -50,
814
810
  "meeusPeriLong1000AD": 85.788,
815
811
  "meeusPeriLong1246AD": 89.998,