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

call_crtm bug fix for gmi #109

Merged
merged 1 commit into from
Feb 19, 2021

Conversation

ScottSieron-NOAA
Copy link
Contributor

In line 933 in setuprad.f90, the function call_crtm is called without the optional parameter 'stability'. The function call_crtm has been assigning a value to stability without checking if it is present. This fixes this bug.

@MichaelLueken
Copy link
Contributor

@ScottSieron-NOAA

Is issue #68 associated with this work? If it isn't, please create a new issue for this bug fix. Also, who would you like to have review your bug fix? All work requires third party review before being merged to the master.

Thanks,

Mike

@MichaelLueken MichaelLueken linked an issue Feb 11, 2021 that may be closed by this pull request
Copy link
Contributor

@emilyhcliu emilyhcliu left a comment

Choose a reason for hiding this comment

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

Looks good!

@HaixiaLiu-NOAA
Copy link
Contributor

The fix for stability looks good, but should we make similar modifications for other optional variables as well, such as hwp_ratio, tcwv?

@HaixiaLiu-NOAA
Copy link
Contributor

suggest to modify the line 2073 to be

present(hwp_ratio) hwp_ratio = hwp_guess(1)/(hwp_guess(1)+hwp_guess(2))

and the line 2033 to be

present (tcwv) tcwv = tcwv + (atmosphere(1)%absorber(k,1)*0.001_r_kind)*c6(k)

@MichaelLueken
Copy link
Contributor

The due date for the review committee has past with no feedback, so I will give this fix final approval and merge it into the NOAA-EMC/GSI master.

@MichaelLueken MichaelLueken merged commit a944725 into NOAA-EMC:master Feb 19, 2021
ilianagenkova added a commit to ilianagenkova/GSI that referenced this pull request Jan 25, 2022
…op-BC and Him-8 new BUFR, station_id bug fix
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.

call_crtm bug for gmi
4 participants