-
Notifications
You must be signed in to change notification settings - Fork 5
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
Modify aircraft.yaml to add 'offline' temperature bias correction #208
Conversation
how to convert aircraft bias coefficient file: python3 generate_aircraft_bias_csv.py x0048.ana.acftbias.20211211_18z.txt aircraft_abias_air_constant.2021-12-11T21:00:00Z.csv MetaData/stationIdentification string 0 BiasCoefficientValue/constantPredictor float 2 python3 generate_aircraft_bias_csv.py x0048.ana.acftbias.20211211_18z.txt aircraft_abias_air_ascent.2021-12-11T21:00:00Z.csv MetaData/stationIdentification string 0 BiasCoefficientValue/ascentPredictor float 3 python3 generate_aircraft_bias_csv.py x0048.ana.acftbias.20211211_18z.txt aircraft_abias_air_ascentSquared.2021-12-11T21:00:00Z.csv MetaData/stationIdentification string 0 BiasCoefficientValue/ascentSquaredPredictor float 4 The converter generate_aircraft_bias_csv.py is in ioda-converters/src/acftbias/ bias file for 00z input /discover/nobackup/projects/gmao/dadev/dao_it/archive/x0048/ana/Y2021/M12/x0048.ana.acftbias.20211211_18z.txt (Note these ultimately would be from e.g. x0048.ana_acftbias_rst.20211211_21z.txt, x0048.ana_acftbias_rst.20211212_03z.txt which are identical to the files above - but are packed in tar files so not as convenient to access.) |
Note that the bias corrected HofX is loaded into 'HofXBc' and I have modified the Background error to use test_hofx: to use this HofX instead of the non bias corrected 'hofx' |
…S-ESM/swell into feature/aircraft_and_surface
configuration.
Description
Modify the aircraft.yaml to add application of aircraft temperature bias correction
Dependencies
Impact