Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Iasi debug fix #790

Merged
merged 15 commits into from
Sep 20, 2024
Merged

Iasi debug fix #790

merged 15 commits into from
Sep 20, 2024

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    a746a31 View commit details
    Browse the repository at this point in the history
  2. The current code is hard wired to use 3000 channels per instrument. T…

    …his change allows the number of channels to be defined at run time.
    wx20jjung committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    1c0e697 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Fixed "NAN" issue for brightness temperatures in read_iasi.f90 These …

    …were caused by the radiance scaling factor being missing in the DBNet data. Corrected sending in profile counts into combine_radobs instead of total channel counts in most satellite data read routines. Not all of them were tested. Several no longer exist.
    wx20jjung committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    09c7245 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7ae756 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a430c50 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    08624d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    45019c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3990e48 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. These changes make the number of observations read (nread) independen…

    …t of the thinning routine (itxmax).
    wx20jjung committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    a41a78a View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Update src/gsi/read_iasi.f90

    Co-authored-by: David Huber <[email protected]>
    wx20jjung and DavidHuber-NOAA authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    d805b37 View commit details
    Browse the repository at this point in the history
  2. Changes to read_seviri.f90 are items missed in the initial coding and…

    … make this routine consistent with other satellite data read routines. The other two files are formatting changes.
    wx20jjung committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    c142f29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    577c0d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. This commit backs out of defining and using profile_counts due to pre…

    …vious changes in combine_radobs. Some minor changes remain, lile in read_cris, where now nrec = 999999 to make it consistent with other read routines. The changes associated in fixing the read_iasi failure in debug mode remain.
    wx20jjung committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    02ef623 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d928aab View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Made write statements to fort.207 consistent in radinfo.f90. nrec was…

    … initialized twice in read_gmi.f90, once before and after it was allocated. I removed the first instance.
    wx20jjung committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    74947da View commit details
    Browse the repository at this point in the history