JCSDA-internal / ioda-converters

Various converters for getting obs data in and out of IODA
9 stars 4 forks source link

Change temperature output of ADPUPA converter #1376

Closed haydenlj closed 1 year ago

haydenlj commented 1 year ago

Description

ADPUPA files have temperature converted to virtual temperature at altitudes with sufficient moisture content. This results in two "half" temperature profiles, sensible temperature present at upper levels and missing at lower, and opposite for virtual temperature. Since T=Tv for low moisture cases, change the output to assume all temperature measurements are virtual temperature, for ease of handling in skylab

Requirements

Adjust converter and associated files

Acceptance Criteria (Definition of Done)

ctest pass, output file accepted by skylab and reasonable output produced

Dependencies

none