Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions GMAO_ods/kx_register.tbl
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,11 @@
538 odas_obs Jason1-N 109 538 # (j1n) Jason1-N (* Jason-1N?)
539 odas_obs Topex-N 109 539 # (tpn) Topex-N

# see gsi.rc: OBS_INPUT::
# kx source dplat dtype isat
516 gsi_diag g16 abi 16 # abi g16
518 gsi_diag g18 abi 18 # abi g18

# see gsi.rc: OBS_INPUT::
# kx source dplat dtype isat
546 gsi_diag aqua amsre 0 # amsre_aqua
Expand Down
6 changes: 3 additions & 3 deletions GMAO_ods/odsmeta.h
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@
7 'ODSmatch could not find match ',
8 'no impact due to advected local '/)

integer, parameter :: nsats = 58
integer, parameter :: nsats = 59
character(len=*), parameter :: sats(nsats)=(/
. 'hirs2 ', 'hirs3 ', 'hirs4 ',
. 'msu ', 'ssu ', 'sndr ',
Expand All @@ -341,7 +341,7 @@
. 'amsr2 ', 'ompsnmeff ', 'ompsnpnc ',
. 'amsre ', 'ompslpnc ', 'tgez ',
. 'tgev ', 'tgav ', 'tgaz ',
. 'tgop ' /)
. 'tgop ', 'abi' /)

! note: numbers below were made up for MHS, and SSU
! note: CRIS and ATMS numbers assigned at will
Expand All @@ -367,7 +367,7 @@
. 550 , 428 , 438 ,
. 546 , 337 , 999 ,
. 999 , 999 , 999 ,
. 999 /)
. 999 , 500 /)

integer, parameter :: npcp = 4
character(len=*), parameter :: pcpt(npcp)=(/
Expand Down
2 changes: 2 additions & 0 deletions GMAO_ods/odsstats.rc
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ OBS*Class*Kts::
SEVIRI 40
SSMI 40
# OMI 21
ABI 40
::

OBS*Class*Kxs::
Expand Down Expand Up @@ -89,4 +90,5 @@ OBS*Class*Kxs::
SEVIRI 989 990
SSMI 708 710 711 713:715
# OMI 449
ABI 516 518
::
2 changes: 2 additions & 0 deletions GMAO_ods/odsstats4jedi.rc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ OBS*Class*Kts::
Radiosonde 4 5 11 33 44
ASCAT 4 5
SATWIND 4 5
ABI 40
# AMSUA-AQA 40
AMSUA-N15 40
AMSUA-N18 40
Expand Down Expand Up @@ -59,6 +60,7 @@ OBS*Class*Kxs::
ASCAT 290
# SATWIND 226:240
SATWIND 242:259
ABI 516 518
# AMSUA-AQA 300
AMSUA-N15 315
AMSUA-N18 318
Expand Down
2 changes: 2 additions & 0 deletions GMAO_ods/radiance-kx.readme
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
hirs4 n19 hirs4_n19 19 19
hirs4 metop-a hirs4_metop-a 25 25
hirs4 metop-b hirs4_metop-b 26 26
abi g16 abi_g16 16 516
abi g18 abi_g18 18 518
airs aqua airs_aqua 0 49
sndr g08_prep sndr_g08 8 53
sndr g10_prep sndr_g10 10 55
Expand Down
Loading