Skip to content

Commit

Permalink
General handling of GMAO-preqc files (#358)
Browse files Browse the repository at this point in the history
* General handle for GMAO-preqc bfr files

* fix typo

* explain
  • Loading branch information
rtodling authored Nov 4, 2024
1 parent e137900 commit 276c98c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Updated observation resource files for M21C
- Generalize handling of obsys.rc for reanalysis when prebufr files are created
within the DAS by preQC

## [v1.7.2+R21C_v1.0.0] - 2024-03-01

Expand Down
8 changes: 4 additions & 4 deletions GMAO_etc/obsys-nccs-r21c.rc
Original file line number Diff line number Diff line change
Expand Up @@ -488,11 +488,11 @@ BEGIN r21c_gmi_bufr => gmi.%y4%m2%d2.t%h2z.bufr
END

#-------------------------
BEGIN gmao_prep_bufr => EXPID.prepbufr.%y4%m2%d2.t%h2z.blk
19961231_00z-20211231_18z 060000 FVHOME/EXPID/atmens/central/EXPID.prepbufr.%y4%m2%d2.t%h2z.blk
BEGIN gmao_prep_bufr => $EXPID.prepbufr.%y4%m2%d2.t%h2z.bfr
19961231_00z-20211231_18z 060000 $FVHOME/atmens/central/$EXPID.prepbufr.%y4%m2%d2.t%h2z.blk
END
BEGIN gmao_acftpfl_bufr => EXPID.acft_profl.%y4%m2%d2.t%h2z.bfr
19961231_00z-20211231_18z 060000 FVHOME/EXPID/atmens/central/EXPID.acft_profl.%y4%m2%d2.t%h2z.bfr
BEGIN gmao_acftpfl_bufr => $EXPID.acft_profl.%y4%m2%d2.t%h2z.bfr
19961231_00z-20211231_18z 060000 $FVHOME/atmens/central/$EXPID.acft_profl.%y4%m2%d2.t%h2z.bfr
END


0 comments on commit 276c98c

Please sign in to comment.