Skip to content
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

Merged
merged 14 commits into from
Sep 6, 2023

Conversation

gmao-msienkie
Copy link
Contributor

configuration.

Description

Modify the aircraft.yaml to add application of aircraft temperature bias correction

Dependencies

  • waiting on GEOS-ESM/repo/pull/<pr_number>
  • waiting on GEOS-ESM/repo/pull/<pr_number>

Impact

  • repo
  • ...

@gmao-msienkie
Copy link
Contributor Author

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
bias file for 06z input /discover/nobackup/projects/gmao/dadev/dao_it/archive/x0048/ana/Y2021/M12/x0048.ana.acftbias.20211212_00z.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.)

@gmao-msienkie
Copy link
Contributor Author

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'

@danholdaway danholdaway changed the base branch from develop to feature/aircraft_and_surface September 5, 2023 21:02
Base automatically changed from feature/aircraft_and_surface to develop September 5, 2023 21:21
@danholdaway danholdaway self-requested a review September 6, 2023 01:49
@danholdaway danholdaway merged commit 36419dc into develop Sep 6, 2023
@danholdaway danholdaway deleted the feature/aircraft_bias_correction branch September 6, 2023 01:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants