Skip to content

Commit

Permalink
Dsfcalc fix (NOAA-EMC#727)
Browse files Browse the repository at this point in the history
Tiny fix to allow modelling of sub-fov variability for NOAA-21 ATMS.
  • Loading branch information
ADCollard committed Mar 26, 2024
1 parent 1cc934e commit 6d9ebbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion regression/regression_namelists.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ OBS_INPUT::
sstviirs viirs-m j1 viirs-m_j1 0.0 4 0
abibufr abi g18 abi_g18 0.0 1 0
ahibufr ahi himawari9 ahi_himawari9 0.0 1 0
atmsbufr atms n21 atms_n21 0.0 1 0
atmsbufr atms n21 atms_n21 0.0 1 1
crisfsbufr cris-fsr n21 cris-fsr_n21 0.0 1 0
sstviirs viirs-m j2 viirs-m_j2 0.0 4 0
ompsnpbufr ompsnp n21 ompsnp_n21 0.0 0 0
Expand Down
2 changes: 1 addition & 1 deletion src/gsi/calc_fov_crosstrk.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,7 @@ subroutine get_sat_height(satid, height, valid)
height=866._r_kind
case('npp')
height=840._r_kind
case('n20')
case('n20', 'n21', 'n22', 'n23')
height=840._r_kind
case default
write(6,*) 'GET_SAT_HEIGHT: ERROR, unrecognized satellite id: ', trim(satid)
Expand Down

0 comments on commit 6d9ebbb

Please sign in to comment.