-
Notifications
You must be signed in to change notification settings - Fork 150
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
Iasi debug fix #790
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a746a31 - Browse repository at this point
Copy the full SHA a746a31View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 1c0e697 - Browse repository at this point
Copy the full SHA 1c0e697View commit details
Commits on Sep 3, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 09c7245 - Browse repository at this point
Copy the full SHA 09c7245View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7ae756 - Browse repository at this point
Copy the full SHA a7ae756View commit details -
Configuration menu - View commit details
-
Copy full SHA for a430c50 - Browse repository at this point
Copy the full SHA a430c50View commit details
Commits on Sep 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 08624d6 - Browse repository at this point
Copy the full SHA 08624d6View commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 45019c5 - Browse repository at this point
Copy the full SHA 45019c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3990e48 - Browse repository at this point
Copy the full SHA 3990e48View commit details
Commits on Sep 11, 2024
-
These changes make the number of observations read (nread) independen…
…t of the thinning routine (itxmax).
Configuration menu - View commit details
-
Copy full SHA for a41a78a - Browse repository at this point
Copy the full SHA a41a78aView commit details
Commits on Sep 17, 2024
-
Co-authored-by: David Huber <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d805b37 - Browse repository at this point
Copy the full SHA d805b37View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for c142f29 - Browse repository at this point
Copy the full SHA c142f29View commit details -
Merge branch 'IASI_debug_fix' of https://github.com/wx20jjung/GSI int…
…o IASI_debug_fix
Configuration menu - View commit details
-
Copy full SHA for 577c0d7 - Browse repository at this point
Copy the full SHA 577c0d7View commit details
Commits on Sep 18, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 02ef623 - Browse repository at this point
Copy the full SHA 02ef623View commit details -
Configuration menu - View commit details
-
Copy full SHA for d928aab - Browse repository at this point
Copy the full SHA d928aabView commit details
Commits on Sep 20, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 74947da - Browse repository at this point
Copy the full SHA 74947daView commit details