-
Notifications
You must be signed in to change notification settings - Fork 151
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
Cads for andrew #616
Cads for andrew #616
Commits on Jun 21, 2022
-
Added co2_slicing technique as a subroutine to qc_irsnd. Needed to ad…
…d sensor flags (iasi, hirs, airs, etc.) to the qc_irsnd subroutine.
Configuration menu - View commit details
-
Copy full SHA for b83d543 - Browse repository at this point
Copy the full SHA b83d543View commit details -
Added instrument flags to qc_irsnd subroutine for the new co2_slicing…
… cloud detection routine.
Configuration menu - View commit details
-
Copy full SHA for 8c47ad4 - Browse repository at this point
Copy the full SHA 8c47ad4View commit details
Commits on Jun 23, 2022
-
Added comments and documentation for the two new subroutines CO2_clou…
…d_detect and statistical_cloud_detect
Configuration menu - View commit details
-
Copy full SHA for 24db10c - Browse repository at this point
Copy the full SHA 24db10cView commit details
Commits on Jun 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 096aeb4 - Browse repository at this point
Copy the full SHA 096aeb4View commit details
Commits on Aug 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 066d95b - Browse repository at this point
Copy the full SHA 066d95bView commit details -
Added quality control procedures to read_cris for the new CO2_slicing…
… subroutine. If a channel used by the CO2_slicing routine has a missing value, reject the profile.
Configuration menu - View commit details
-
Copy full SHA for 1f4415a - Browse repository at this point
Copy the full SHA 1f4415aView commit details -
Added quality control procedures to read_iasi for the new CO2_slicing…
… subroutine. If a channel used by the CO2_slicing routine is bad/missing, reject the profile.
Configuration menu - View commit details
-
Copy full SHA for 1ae6050 - Browse repository at this point
Copy the full SHA 1ae6050View commit details
Commits on Sep 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b224b43 - Browse repository at this point
Copy the full SHA b224b43View commit details -
added flags to namelist obsqc to use co2_cloud_detect instead of defa…
…ult. These flags include airs_co2, cris_co2, iasi_co2, hirs_co2 and goessndr_co2. When the flag is true the subroutine co2_cloud_detect will be used to determine cloud layer.
Configuration menu - View commit details
-
Copy full SHA for ab3424b - Browse repository at this point
Copy the full SHA ab3424bView commit details -
Minor tuning to the cloud thresholds for iasi and cris based on the V…
…IIRS cloud information within the CrIS bufr. Added namelist flags to determine which cloud detection routine to use. If cris_co2, airs_co2, iasi_co2, hirs_co2 and/or goessnder_co2 are true, use the co2_cloud_detect subroutine. The original cloud detection subroutine (statistical_cloud_detect) is the default if any flags are missing or set to false.
Configuration menu - View commit details
-
Copy full SHA for 2d317a8 - Browse repository at this point
Copy the full SHA 2d317a8View commit details
Commits on Sep 15, 2022
-
Modified to look for channels used by CO2_cloud_detect in any CrIS su…
…bset. Also added logic if CO2_cloud_detect is used,specific channels must be available and pass minimum quality control.
Configuration menu - View commit details
-
Copy full SHA for 0e7986e - Browse repository at this point
Copy the full SHA 0e7986eView commit details -
Added logic to check for required CO2_cloud_detect channels in any IA…
…SI subset. CO2 required channels must also pass minimal quality control or profile will be rejected.
Configuration menu - View commit details
-
Copy full SHA for caedef8 - Browse repository at this point
Copy the full SHA caedef8View commit details -
Modified to look for channels used by CO2_cloud_detect in any AIRS s…
…ubset. Also added logic if CO2_cloud_detect is used,specific channels must be available and pass minimum quality control. AIRS is no longer an operational data set so these changes were never properly tested.
Configuration menu - View commit details
-
Copy full SHA for 9506020 - Browse repository at this point
Copy the full SHA 9506020View commit details -
Added logic so that specific channels used by CO2_cloud_detect must b…
…e available and pass minimum quality control. These are channels 3 - 7 which are the basic CO2 sounding channels of this instrument.
Configuration menu - View commit details
-
Copy full SHA for f2beb83 - Browse repository at this point
Copy the full SHA f2beb83View commit details
Commits on Oct 13, 2022
-
This commit contains a bug fix to the CO2_cloud_detect subroutine. Ea…
…ch channel pair only tested a specific layer. All channel pairs should test from the tropopause to their pre determined level. Starting from the tropopause with each channel pair finds considerably more cirrus. A CrIS channel was changed in the 3rd pair, cloud thresholds were adjusted lower. There were other cosmetic changes like the radiative transfer integration, changed the subroutine name of the emc_legacy cloud test, etc.
Configuration menu - View commit details
-
Copy full SHA for d6a702f - Browse repository at this point
Copy the full SHA d6a702fView commit details
Commits on Oct 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fd3bf06 - Browse repository at this point
Copy the full SHA fd3bf06View commit details
Commits on Nov 21, 2022
-
Changes were added to derive channel height assignments for the new c…
…loud_and_aerosol_detection software. Specifically you will see the variable chan_level. Other variables were added (radiance_overcast, radiance_ratio) to compute chan_level.
Configuration menu - View commit details
-
Copy full SHA for ecbfc2e - Browse repository at this point
Copy the full SHA ecbfc2eView commit details -
Namelist variables were added to call the cloud_and_Aerosol_Detection…
… software. These include cris_cads, iasi_cads, and airs_cads. These variables need to be added to the script exglobal_atmos_analysis.sh to call this routine.
Configuration menu - View commit details
-
Copy full SHA for f95f2ce - Browse repository at this point
Copy the full SHA f95f2ceView commit details -
The addition of chan_level in crtm_interface.f90 (the call_crtm() sub…
…routine) requires chan_level to be added in this routine. chan_level is NOT used in this routine and should NOT change the value of any variable going out of this subroutine.
Configuration menu - View commit details
-
Copy full SHA for acc615b - Browse repository at this point
Copy the full SHA acc615bView commit details -
chan_level is a pass-through variable in setuprad and is sent to subr…
…outine qc_irsnd. This variable is used in qc_irsnd when determining the clear/cloudy channels for the IR sensors AIRS, IASI, and CrIS.
Configuration menu - View commit details
-
Copy full SHA for 11d92fa - Browse repository at this point
Copy the full SHA 11d92faView commit details -
A new module was added containing the cloud_and_aerosol_detection sof…
…tware. This module contains the code (subroutines) developed by ECMWF and available on the NWP SAF.
Configuration menu - View commit details
-
Copy full SHA for ea25e3d - Browse repository at this point
Copy the full SHA ea25e3dView commit details -
Extensive changes were made to the subroutine qc_irsnd. This version …
…contains the setup and call routines for the cloud_and_aerosol_detection software. There are several code additions, deletions, and reorganizations in this push.
Configuration menu - View commit details
-
Copy full SHA for 967e656 - Browse repository at this point
Copy the full SHA 967e656View commit details -
This is a new module containing the subroutines for the new cloud_and…
…_aerosol_detection software. This code is available from the NWP SAF and is specifically version 3. The only code changes made to these subroutines are to be compatible with the GSI. Logic changes were kept to a minimum.
Configuration menu - View commit details
-
Copy full SHA for e38a3f0 - Browse repository at this point
Copy the full SHA e38a3f0View commit details
Commits on May 2, 2023
-
Reorganized various subroutines for CADS. Moved CADS setup to gsimod.…
…F90. Added an 11 - 12 micron test to qcmod to remove potential low level clouds.
Configuration menu - View commit details
-
Copy full SHA for 8ca9a66 - Browse repository at this point
Copy the full SHA 8ca9a66View commit details -
Added code to read the AVHRR cluster (IASI) and the VIIRS cluser (CrI…
…S) for use in CADS. These are NOT complete yet.
Configuration menu - View commit details
-
Copy full SHA for de56c94 - Browse repository at this point
Copy the full SHA de56c94View commit details -
Added the CADS namelist files to this script. They should be located …
…in the fix_gsi directory. In this case the IASI_CLDDET.NL was modified to NOT use the AVHRR cluster information as it is not ready yet. AIRS_CLDDET.NL CRIS_CLDDET.NL IASI_CLDDET.NL IASING_CLDDET.NL IRS_CLDDET.NL
Configuration menu - View commit details
-
Copy full SHA for 7ebf0fe - Browse repository at this point
Copy the full SHA 7ebf0feView commit details -
Merge remote-tracking branch 'emc/develop' into jung_cloud_tests_dr
Fixed conflict in gsimod.f90 and removed exglobal_atmos_analysis.sh Conflicts: scripts/exglobal_atmos_analysis.sh src/gsi/gsimod.F90
Configuration menu - View commit details
-
Copy full SHA for 21b7dcd - Browse repository at this point
Copy the full SHA 21b7dcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d20ace - Browse repository at this point
Copy the full SHA 3d20aceView commit details
Commits on Jun 16, 2023
-
These changes incorporate the imager cluster information from IASI an…
…d CrIS into the CADS
Configuration menu - View commit details
-
Copy full SHA for aa7024d - Browse repository at this point
Copy the full SHA aa7024dView commit details
Commits on Jun 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9d8a7f7 - Browse repository at this point
Copy the full SHA 9d8a7f7View commit details
Commits on Aug 7, 2023
-
Cleaned up setuprad code and changed some variable names to include i…
…mager instead of viirs or avhrr. Other minor format changes.
Configuration menu - View commit details
-
Copy full SHA for ef37d7a - Browse repository at this point
Copy the full SHA ef37d7aView commit details -
Added some quality control steps for when the imager (viirs, avhrr) c…
…luster information is missing.
Configuration menu - View commit details
-
Copy full SHA for a274631 - Browse repository at this point
Copy the full SHA a274631View commit details -
modified read_prepbufr with Russ' change to use bufr library v12.0
Adding this new bufr library resolves some data overflow problems that cause the GSI to crash.
Configuration menu - View commit details
-
Copy full SHA for f4e119c - Browse repository at this point
Copy the full SHA f4e119cView commit details
Commits on Aug 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for de3e664 - Browse repository at this point
Copy the full SHA de3e664View commit details -
Merge remote-tracking branch 'emc/develop' into CADS_for_Andrew Conflicts: fix src/gsi/qcmod.f90 src/gsi/read_iasi.f90
Configuration menu - View commit details
-
Copy full SHA for 2fb0a00 - Browse repository at this point
Copy the full SHA 2fb0a00View commit details
Commits on Aug 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5938dd0 - Browse repository at this point
Copy the full SHA 5938dd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97e3fc0 - Browse repository at this point
Copy the full SHA 97e3fc0View commit details
Commits on Sep 4, 2023
-
Added test for the existence of the imager (VIIRS or AVHRR) spectral …
…coefficient file exists. If the file does not exist, disable the imager calculations and the imager test within the Cloud and Aerosol Detection Software (CADS). Removed some excess write statements in the CADS read namelist files.
Configuration menu - View commit details
-
Copy full SHA for 084eafc - Browse repository at this point
Copy the full SHA 084eafcView commit details
Commits on Sep 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4717c1e - Browse repository at this point
Copy the full SHA 4717c1eView commit details
Commits on Sep 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b405117 - Browse repository at this point
Copy the full SHA b405117View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4492129 - Browse repository at this point
Copy the full SHA 4492129View commit details -
Configuration menu - View commit details
-
Copy full SHA for 567c511 - Browse repository at this point
Copy the full SHA 567c511View commit details -
Merge remote-tracking branch 'emc/develop' into CADS_for_Andrew
Configuration menu - View commit details
-
Copy full SHA for af86c2f - Browse repository at this point
Copy the full SHA af86c2fView commit details -
Merge branch 'CADS_for_Andrew' of https://github.com/wx20jjung/GSI in…
…to CADS_for_Andrew
Configuration menu - View commit details
-
Copy full SHA for cb94211 - Browse repository at this point
Copy the full SHA cb94211View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad6c011 - Browse repository at this point
Copy the full SHA ad6c011View commit details
Commits on Sep 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d8bf8c9 - Browse repository at this point
Copy the full SHA d8bf8c9View commit details
Commits on Sep 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9d436fa - Browse repository at this point
Copy the full SHA 9d436faView commit details
Commits on Sep 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e6d5e34 - Browse repository at this point
Copy the full SHA e6d5e34View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd99173 - Browse repository at this point
Copy the full SHA fd99173View commit details -
Configuration menu - View commit details
-
Copy full SHA for e712434 - Browse repository at this point
Copy the full SHA e712434View commit details
Commits on Sep 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 93d68b5 - Browse repository at this point
Copy the full SHA 93d68b5View commit details
Commits on Sep 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1196943 - Browse repository at this point
Copy the full SHA 1196943View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9284b0 - Browse repository at this point
Copy the full SHA d9284b0View commit details
Commits on Sep 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ebd2989 - Browse repository at this point
Copy the full SHA ebd2989View commit details
Commits on Sep 26, 2023
-
Two bug fixes both are array out of bounds issues. One with CADS in t…
…he cloud height array. The other with abi2km bias correction array.
Configuration menu - View commit details
-
Copy full SHA for b3b02f7 - Browse repository at this point
Copy the full SHA b3b02f7View commit details -
Merge remote-tracking branch 'emc/develop' into CADS_for_Andrew
Conflicts: src/gsi/read_iasi.f90 src/gsi/setuprad.f90
Configuration menu - View commit details
-
Copy full SHA for f07a4e9 - Browse repository at this point
Copy the full SHA f07a4e9View commit details
Commits on Oct 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 06f953f - Browse repository at this point
Copy the full SHA 06f953fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6df65e7 - Browse repository at this point
Copy the full SHA 6df65e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67014cf - Browse repository at this point
Copy the full SHA 67014cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c88c1c6 - Browse repository at this point
Copy the full SHA c88c1c6View commit details
Commits on Oct 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dd24102 - Browse repository at this point
Copy the full SHA dd24102View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e774ea - Browse repository at this point
Copy the full SHA 5e774eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2383ead - Browse repository at this point
Copy the full SHA 2383eadView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3fbfe7 - Browse repository at this point
Copy the full SHA d3fbfe7View commit details
Commits on Oct 12, 2023
-
rearranged the cads - legacy cloud detection section to be more effic…
…ient in qcmod.f90 added logic to look for CRTM files for j1/n20 and j2/n21, fixed reviewer comments in read_cris.f90 fixed reviewer comments in read_iasi.f90 major changes to the CADS if blocks. Moved initialization of most variables outside of the nobs loop, added if test for the existance of the imager data.
Configuration menu - View commit details
-
Copy full SHA for c2e5652 - Browse repository at this point
Copy the full SHA c2e5652View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ec4619 - Browse repository at this point
Copy the full SHA 7ec4619View commit details -
Configuration menu - View commit details
-
Copy full SHA for b04d004 - Browse repository at this point
Copy the full SHA b04d004View commit details
Commits on Oct 13, 2023
-
Returned abi2km to original coding. There are indexing problems and a…
…rray out of bounds from abi2km with this commit
Configuration menu - View commit details
-
Copy full SHA for 099b90f - Browse repository at this point
Copy the full SHA 099b90fView commit details
Commits on Oct 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a436130 - Browse repository at this point
Copy the full SHA a436130View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ba50c8 - Browse repository at this point
Copy the full SHA 8ba50c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed9cad7 - Browse repository at this point
Copy the full SHA ed9cad7View commit details
Commits on Nov 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e4646fd - Browse repository at this point
Copy the full SHA e4646fdView commit details
Commits on Nov 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1d1715b - Browse repository at this point
Copy the full SHA 1d1715bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3858863 - Browse repository at this point
Copy the full SHA 3858863View commit details
Commits on Nov 13, 2023
-
CADS for CrIS instruments requires band 1 ( channels 1 -713 ) to exis…
…t. CrIS band 1 on NPP has failed. The band 1 failure creates a lot of I/O statements from the CADS cloud test quality control. These changes reject CrIS profiles when cris_cads = .true. and band 1 is missing. If cris_cads = .false., nothing changes. The verbose flag was also added to the CADS output.
Configuration menu - View commit details
-
Copy full SHA for ac16db4 - Browse repository at this point
Copy the full SHA ac16db4View commit details
Commits on Nov 21, 2023
-
Moved the subroutine cads_imager_calc from setuprad.f90 to cads.f90 (…
…from Russ) and removed the redundant zero declarations. In crtm_interface.f90, removed the if (iasi .and. iasi_cads and etc. statements to break the compiler circular dependencies (from Russ). Added cloudp to subroutine qc_geocsr in qcmod.f90 (From Russ).
Configuration menu - View commit details
-
Copy full SHA for 3968508 - Browse repository at this point
Copy the full SHA 3968508View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e250a6 - Browse repository at this point
Copy the full SHA 7e250a6View commit details
Commits on Nov 29, 2023
-
Code review changes from Dave Huber. In qcmod.f90, definition of tsim…
… is changed and cenlon is removed from the qc_irsnd argument list. In setuprad.f90, cenlon is removed from the qc_irsnd argument list. In read_cris.f90, 714 is replaced with the parameter band_2_start and some TODO comments were added.
Configuration menu - View commit details
-
Copy full SHA for 9c0a736 - Browse repository at this point
Copy the full SHA 9c0a736View commit details -
Configuration menu - View commit details
-
Copy full SHA for af80355 - Browse repository at this point
Copy the full SHA af80355View commit details
Commits on Dec 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 88bf2ec - Browse repository at this point
Copy the full SHA 88bf2ecView commit details