Skip to content

GitHub Issue NOAA-EMC/GSI#24. Add LeoGeo AMVs in GSI.#31

Merged
MichaelLueken merged 1 commit into
NOAA-EMC:masterfrom
ilianagenkova:master
Sep 10, 2020
Merged

GitHub Issue NOAA-EMC/GSI#24. Add LeoGeo AMVs in GSI.#31
MichaelLueken merged 1 commit into
NOAA-EMC:masterfrom
ilianagenkova:master

Conversation

@ilianagenkova

Copy link
Copy Markdown
Contributor

AMV_Genkova_parallel_ncio_LG - branch adding LeoGeo AMVs to GSI

Please see the GitHub Issue #24 for more details.

@MichaelLueken MichaelLueken linked an issue Aug 4, 2020 that may be closed by this pull request
@XiujuanSu-NOAA

XiujuanSu-NOAA commented Aug 4, 2020 via email

Copy link
Copy Markdown
Contributor

@MichaelLueken

Copy link
Copy Markdown
Contributor

Hi Su,

We no longer use VLab, only GitHub. To review a pull request, click on Files changed. The changes are now shown. If you see something that you have questions about, click the blue + icon and add a comment.

For more details, please see https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-request-reviews

Mike

@XiujuanSu-NOAA XiujuanSu-NOAA left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I am ok with most lines, only one at read_satwnd.f90: you can combine 406 and 407 lines into one.

Comment thread src/gsi/read_satwnd.f90
@XiujuanSu-NOAA

Copy link
Copy Markdown
Contributor

I checked global_convinfo.txt file, the changes are fine. However should the changes also apply to other convinfo files?

Su

@ilianagenkova

Copy link
Copy Markdown
Contributor Author

Su,
we decided not to make changes to the historic convinfo files, because LeoGeo winds do not exist before Sep 2019. We only changed the global_convinfo.txt because these winds will be in monitoring mode for a while. When we are ready to start assimilating them, we will consider changing the other convinfo files. Thanks!

@XiujuanSu-NOAA

XiujuanSu-NOAA commented Aug 25, 2020 via email

Copy link
Copy Markdown
Contributor

GitHub Issue NOAA-EMC/GSI#24. Add LeoGeo AMVs to GSI (with Mike L.'s help)

@MichaelLueken MichaelLueken left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Hi Iliana,

I have completed my review of your changes. The regression tests passed without issue. Similarly, there were no issues encountered while compiling and running your changes in debug mode. There are several lines (lines 891 - 902) in read_satwnd.f90 that are commented out. Please remove these lines unless they will be used in the near future. Once you have either updated or commented on lines 891 - 902, then I can send this work to the review committee.

Thanks,

Mike

Comment thread src/gsi/read_satwnd.f90
Comment on lines +891 to +902
!do j=1,6
!if( qify <=r105 .and. qifn <r105 .and. ee <r105) exit
!if(qcdat(2,j) <= r10000 .and. qcdat(3,j) <r10000 ) then
! if(qcdat(2,j) == one .and. qifn >r105) then
! qifn=qcdat(3,j)
! else if(qcdat(2,j) == three .and. qify >r105) then
! qify=qcdat(3,j)
! else if( qcdat(2,j) == four .and. ee >r105) then
! ee=qcdat(3,j)
! endif
!endif
!enddo

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

If these commented out lines aren't needed and won't be used in the future, please remove them.

@ilianagenkova

Copy link
Copy Markdown
Contributor Author

Hi Mike,

These lines will be used in the near future. NESDIS is working towards unifying the BUFR formats of all their winds and by the end of the year I'd know the final configuration. I could then clean up the code from this and other comments which might become obsolete. Thanks!

@MichaelLueken MichaelLueken changed the title Add LeoGeo AMVs in GSI (without COSMIC code) GitHub Issue NOAA-EMC/GSI#24. Add LeoGeo AMVs in GSI. Sep 10, 2020
@MichaelLueken MichaelLueken merged commit 56652c2 into NOAA-EMC:master Sep 10, 2020
@MichaelLueken

Copy link
Copy Markdown
Contributor

The due date for the review committee has passed with no feedback, so final approval was given and the update was merged to the NOAA-EMC/GSI master.

xyzemc pushed a commit to xyzemc/GSI_develop-v16-tms that referenced this pull request Feb 27, 2026
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.

Add LeoGeo AMVs to GSI

3 participants