Skip to content

Commit

Permalink
FP Patch: add class for OMPS-LP (#345)
Browse files Browse the repository at this point in the history
* add omps-lp class

* add comment
  • Loading branch information
rtodling authored Mar 5, 2024
1 parent 0da3033 commit 95d1f7c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- update to remote_util.pl to serve OPS-spec needs
- add class for OMPS-LP

### Removed

Expand Down
6 changes: 6 additions & 0 deletions GMAO_etc/obsys-nccs.rc
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
# 2021.07.31 Todling Add MLS-T for verification
# 2021.08.18 Todling Blacked out a few days of AIRS due to data corruption
# 2021.12.14 Todling Update MLST from v3/v4 to simply v5
# 2024.01.18 Wargan Add OMPS-LP
#
#+BEGIN obclass data set description
#+ ncep_osbuv8_6_bufr: NCEP SBUV Data in bufr format v8.6
Expand Down Expand Up @@ -127,6 +128,7 @@
#+ npp_ompsnp_nc: OMPS PM netcdf format
#+ aura_omieff_nc: AURA OMI netcdf format
#+ gmao_mlst_bufr: MLS Retrieved Temperature (for verification in x-exp and FP)
#+ npp_ompslp_nc: OMPS-LP netcdf format
#+END
#

Expand Down Expand Up @@ -419,6 +421,10 @@ BEGIN npp_ompsnp_nc => ompsnpnc.%y4%m2%d2.t%h2z.nc
20120201_00z-21001231_18z 060000 /discover/nobackup/projects/gmao/input/dao_ops/ops/reanalysis/ompsnp/Y%y4/M%m2/OMPSNP.%y4%m2%d2_%h2z.nc
END

BEGIN npp_ompslp_nc => ompslpnc.%y4%m2%d2.t%h2z.nc
20230904_00z-21001231_18z 060000 /discover/nobackup/projects/gmao/input/dao_ops/ops/flk/ompslp/Y%y4/M%m2/OMPS-LPoz-v2.6-adj.%y4%m2%d2_%h2z.nc
END

BEGIN aura_omieff_nc => omieff.%y4%m2%d2.t%h2z.nc
20041001_00z-21001231_18z 060000 /discover/nobackup/projects/gmao/input/dao_ops/ops/reanalysis/omi_eff_adjusted/Y%y4/M%m2/OMIeff-adj.%y4%m2%d2_%h2z.nc
END
Expand Down

0 comments on commit 95d1f7c

Please sign in to comment.