-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update bufr codes to handle one forecast at a time (#75)
This PR includes the follow changes to bufr sounding codes: 1. added the function to judge and process 3D soil variables, which are new outputs from GFSv17 2. modified the code to process forecast hour individually 3. code clean-up and removal of nemsio input files that are not used anymore 4. added a new module modpr_module.f90, which is a simplified version of sigio_module.f 5. removed linking with 'nemsio' and 'sigio' library in CMakeLists.txt With the updates of bufr codes and scripts, there is no need to add restart capability to GFS post-process job JGFS_ATMOS_POSTSND. The related bufr job script update is another PR NOAA-EMC/global-workflow#2853 Refs NOAA-EMC/global-workflow#1257 Refs NOAA-EMC/global-workflow#2853
- Loading branch information
1 parent
279bbf2
commit bd8f13d
Showing
7 changed files
with
625 additions
and
396 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.