metanorma / atmospheric

International Standard Atmosphere / ICAO Standard Atmosphere (ISA) from ICAO 7488 / ISO 2533
BSD 2-Clause "Simplified" License
1 stars 1 forks source link

Combine test values from ISO 2533 into full test file #17

Closed ronaldtse closed 8 months ago

ronaldtse commented 8 months ago

We need to move the values of the ISO 2533 tables into the test structure (tests.yml):

Originally posted by @ronaldtse in https://github.com/metanorma/atmospheric/issues/15#issuecomment-1933292174

newbthenewbd commented 8 months ago

Just noticed the missing mmHg values, tripped up my script for a while... :) I suppose these just don't get tested, or do we try to convert from mbar, or...?

newbthenewbd commented 8 months ago

These tables have it pretty crazy...

  - geometrical-altitude: 300
    geopotential-altitude: 300
    temperature-K: 286200
    temperature-C: 13050
    p-mbar: 9.77727e+2
    p-mmHg: 7.33356e+2
    density: 1.19011e+0
    acceleration: 9.8057

vs

  - geopotential-altitude: 300
    geometrical-altitude: 300
    temperature-K: 286200
    temperature-C: 13050
    p-mbar: 9.77725e+2
    p-mmHg: 7.33355e+2
    density: 1.19011e+0
    acceleration: 9.8057