-
Notifications
You must be signed in to change notification settings - Fork 3
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
Minor additional changes to make up 5.41.x #175
Conversation
…n in the code for what the proper sequence of statments should be - I do not claim to know the answer; I just know what works and what fails
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: |
1 similar comment
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: |
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: |
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: bugfix |
The main feature here is a fix to the handling of the option Ta2Tb - the option to convert antenna temperature into brightness temperature - which was failing for me when running over a period with amsua-a_metop-c - this is a case where there is a version 2 of the SpCoeff file in CRTM and the original code could not handle this. After a number of attempts - I finally found a combination of lines in the code that get things to work. I believe even the original writer of the code to do ta2tb has been confused given a couple of comment out lines in the read_bufrtovs.f90 code.
The other changes are, one variable that was not initialized and cause a crash on SLES15; and other cosmetic changes that merge codes from FP and 5.30.x (including R21C).