-
Notifications
You must be signed in to change notification settings - Fork 4
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
base: main
Are you sure you want to change the base?
Conversation
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
There was a problem hiding this 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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
included additional capability to the existing obs2ioda software to convert Himawari H09 data.
Modified Files: