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

Added capability of obs2ioda to convert Himawari H09 data #13

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

mrixlam
Copy link
Collaborator

@mrixlam mrixlam commented Oct 11, 2024

included additional capability to the existing obs2ioda software to convert Himawari H09 data.

Modified Files:

  • define_mod.f90
  • hsd.f90
  • ncio_mod.f90
  • Makefile

As a temporary solution to the issue of obs2ioda not converting Himawari H09 data, I have created this branch by modifying existing code for H08.

Modified Files: 
- define_mod.f90
- hsd.f90
- ncio_mod.f90
- Makefile
Copy link
Collaborator

@liujake liujake left a comment

Choose a reason for hiding this comment

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

@mrixlam It would be good if you can make code more general to make it work for both H8 and H9.

@@ -14,7 +14,8 @@
FC = ifort
#BUFR_LIB = -L/glade/u/home/hclin/extlib/intel -lbufr
#FFLAGS = -mcmodel medium # needed for intel error message "failed to convert GOTPCREL relocation"
BUFR_LIB = -L/glade/campaign/mmm/parc/ivette/pandac/converters/WRFDA_3DVAR_dmpar/var/external/bufr -lbufr

BUFR_LIB = -L/glade/u/home/mrislam/WRFDA/WRFDA-3DVAR/var/external/bufr -lbufr #-L/glade/p/mmm/parc/ivette/pandac/converters/WRFDA_3DVAR_dmpar/var/external/bufr -lbufr #-L/glade/u/home/hclin/extlib/intel -lbufr
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do you have to change the bufr lib location for compilation? though this may not be relevant anymore as @amstokely 's PR will switch to NCEP bufr lib.

'ahi_himawari8 ' &
'ahi_himawari9 ' & ! MRI -- changed from ahi_himawari8 to ahi_himawari9
Copy link
Collaborator

Choose a reason for hiding this comment

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

You should add himarwari9 instead of replacing 8 with 9. Code needs to work with both h8 and h9.

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