Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 3 additions & 1 deletion src/Applications/NCEP_Etc/NCEP_bias/sac.nl.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
imm2=>>>MM<<<,
idd2=>>>DD<<<,
ihh2=>>>HH<<<,
dth=06,ndat=82,
dth=06,ndat=85,

/
&OBS_INPUT
Expand Down Expand Up @@ -96,6 +96,8 @@
dtype(81)='mhs', dplat(81)='metop-c', dsis(81)='mhs_metop-c',
dtype(82)='cris-fsr', dplat(82)='npp', dsis(82)='cris-fsr_npp',
dtype(83)='iasi', dplat(83)='metop-c', dsis(83)='iasi_metop-c',
dtype(84)='abi', dplat(84)='g16', dsis(84)='abi_g16',
dtype(85)='abi', dplat(85)='g18', dsis(85)='abi_g18',
/
dtype(46)='ssu', dplat(46)='n14', dsis(46)='ssu_n14',
dtype(47)='hsb', dplat(47)='aqua', dsis(47)='hsb_aqua',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@
sattypes_rad(67)= 'atms_n20', dsis(67)= 'atms_n20',
sattypes_rad(68)= 'atms_n21', dsis(68)= 'atms_n21',
! sattypes_rad(69)= 'cris-fsr_n21', dsis(69)= 'cris-fsr_n21',
sattypes_rad(70)= 'abi_g16', dsis(70)= 'abi_g16',
sattypes_rad(71)= 'abi_g18', dsis(71)= 'abi_g18',
/
&ozobs_enkf
sattypes_oz(1) = 'sbuv2_n16',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@
sattypes_rad(67)= 'atms_n20', dsis(67)= 'atms_n20',
sattypes_rad(68)= 'atms_n21', dsis(68)= 'atms_n21',
! sattypes_rad(69)= 'cris-fsr_n21', dsis(69)= 'cris-fsr_n21',
sattypes_rad(70)= 'abi_g16', dsis(70)= 'abi_g16',
sattypes_rad(71)= 'abi_g18', dsis(71)= 'abi_g18',
/
&ozobs_enkf
sattypes_oz(1) = 'sbuv2_n16',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ OBS_INPUT::
! tmibufr tmi trmm tmi_trmm 0.0 1 0 gmao_tmi_bufr
gmibufr gmi gpm gmi_gpm 0.0 1 0 gmao_gmi_bufr
amsr2bufr amsr2 gcom-w1 amsr2_gcom-w1 0.0 1 0 gmao_amsr2_bufr
abibufr abi g16 abi_g16 0.0 1 0 ncep_goescsr_bufr
abibufr abi g18 abi_g18 0.0 1 0 ncep_goescsr_bufr
! The following needs to be set for oneob-test:
! prepqc dummy dummy dummy 1.0 1 0 test
::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ OBS_INPUT::
! tmibufr tmi trmm tmi_trmm 0.0 1 0 gmao_tmi_bufr
gmibufr gmi gpm gmi_gpm 0.0 1 0 gmao_gmi_bufr
amsr2bufr amsr2 gcom-w1 amsr2_gcom-w1 0.0 1 0 gmao_amsr2_bufr
abibufr abi g16 abi_g16 0.0 1 0 ncep_goescsr_bufr
abibufr abi g18 abi_g18 0.0 1 0 ncep_goescsr_bufr
! The following needs to be set for oneob-test:
! prepqc dummy dummy dummy 1.0 1 0 test
::
Expand Down