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

Make aircraft tail arrays allocatable so that max_tail can be set from a namelist entry #190

Merged
merged 4 commits into from
Dec 12, 2024

Conversation

gmao-msienkie
Copy link
Contributor

Recently our input aircraft data stream has been receiving additional data - an increase in MDCRS data, and the addition of ADS-C AMDAR data. This has also led to an increase in the number of entries in the aircraft bias coefficient arrays as the number of unique tail identifiers increases. Since the beginning of November the number of entries in the abias_air file has increased from around 10000 to more than 12500. If the entries continue to increase we will need to keep recompiling the GSI to increase the size of the arrays associated with the bias correction.
If the bias coefficient arrays are changed to be allocatable, then we can add a namelist variable to specify the size of max_tail which is the size of the bias coefficient arrays. This is an implementation of the idea.
I added the namelist variable 'max_tail' to the OBSQC namelist because that is where the other settings for aircraft bias are located. However the radiance VarBC settings are under the SETUP namelist and it is not clear why the aircraft bias settings should be under OBSQC though I guess it doesn't really matter.

in tails due to addition of ADS-C data from non-U.S. aircraft to
the input data stream.  ESMA (progress) ticket #2454
'max_tail' value can be set via namelist
@gmao-msienkie gmao-msienkie requested a review from a team as a code owner December 11, 2024 16:29
Copy link

Label error. Requires at least 1 of: 0 diff, 0 diff trivial, Non 0-diff, 0 diff structural, 0-diff trivial, Not 0-diff, 0-diff, automatic, 0-diff uncoupled. Found:

@gmao-msienkie gmao-msienkie added the 0 diff The changes in this pull request have verified to be zero-diff with the target branch. label Dec 11, 2024
Copy link
Contributor

@rtodling rtodling left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good by me. Thank you @gmao-msienkie

@rtodling rtodling merged commit f2b0268 into develop Dec 12, 2024
2 checks passed
@gmao-msienkie gmao-msienkie deleted the feature/msienkie/aircraft_max_tail_from_namelist branch December 12, 2024 16:22
@gmao-yzhu
Copy link
Contributor

The changes look fine to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0 diff The changes in this pull request have verified to be zero-diff with the target branch.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants