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

Add capability to ingest and assimilate IASI-NG #3126

Draft
wants to merge 19 commits into
base: develop
Choose a base branch
from

Conversation

wx20jjung
Copy link
Collaborator

@wx20jjung wx20jjung commented Nov 26, 2024

Description

These are various changes needed to connect the IASI-NG data files to the GSI and ENKF routines. They include connecting the RARS/EARS and DBNet data when available.

Data links are contained in the exglobal_atmos_analysis.sh. mtias2 is the operational data file. Esias2 and ias2db lines are for the RARS/EARS and DBNet data files.
IASINGBF=${IASINGBF:-${COM_OBS}/${OPREFIX}mtias2.tm00.bufr_d${OSUFFIX}}
ESIASING=${ESIASING:-${COM_OBS}/${OPREFIX}esias2.tm00.bufr_d${OSUFFIX}}
IASINGDB=${IASINGDB:-${COM_OBS}/${OPREFIX}ias2db.tm00.bufr_d${OSUFFIX}}

Eventually the cloud and aerosol detection software (CADS) will be used for cloud detection. There is an auxiliary file to modify several default parameters, if necessary. This file is also linked in the exglobal_atmos_analysis.sh file. This IASING_CLDDET.NL file is not required at run time and is ignored if the file does not exist.
${NLN} ${FIXgfs}/gsi/IASING_CLDDET.NL IASING_CLDDET.NL

There is a flag in the config.anal file to turn on/off the CADS. This flag is turned on/off with a namelist variable in OBSQC
iasing_cads=${IASING_CADS}

If this iasing_cads flag (above) is incorporated before the changes in the GSI (added to GSI on 11/25) are available, this will break the global workflow.

A line is added to obs_input to define the data thinning and the surface calculations. These values are consistent with the current IASI and CrIS instruments.
iasingbufr iasi-ng metop-sg-a1 iasi-ng_metop-sg-a1 0.0 1 0

A line is added to the exgdas_enkf_update.sh to use these data within the ensembles similar to exglobal_atmos_analysis.sh.
sattypes_rad(80)= 'iasi-ng_metop-sg-a1', dsis(80)= 'iasi-ng_metop-sg-a1',

Iasi-ng_metop-sg-a1 was appended to the diagtype[3} variable in exglobal_diag.sh to collect O-B and O-A statistics for iasi-ng.

There are fix files that will be required to eventually use IASI-NG. They are global_satinfo.txt, global_scaninfo.txt and IASING_CLDDET.NL. The global_satinfo.txt will contain the assumed 500 channel subset expected to be used. The global_scaninfo.txt contains the information if fields-of-view along the edges of the scan line are to be removed. IASING_CLDDET.NL contains run-time namelist changes for the cloud and aerosol detection software (CADS). Global_satinfo.txt should be installed after the IASI-NG and MetImage coefficient files exist in the CRTM fix directory. The GSI has internal defaults for scaninfo.txt and IASING_CLDDET.NL and do not need to exist.

Resolves #3081
Depends on NOAA-EMC/GSI#804

Type of change

  • Bug fix (fixes something broken)
  • New feature (adds functionality)
  • Maintenance (code refactor, clean-up, new CI test, etc.)

Change characteristics

  • Is this a breaking change (a change in existing functionality)? NO
  • Does this change require a documentation update? NO
  • Does this change require an update to any of the following submodules? YES

How has this been tested?

I have run cycled tests with these changes using IASI-NG proxy data on Hera.
I have also conducted limited unit tests with my changes within the global-workflow:
C96C48_hybatmDA
C96_atm3DVar
Both pass when the OBSPROC namelist variable is removed or the latest develop branch of the GSI is used.

Checklist

  • Any dependent changes have been merged and published
  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have documented my code, including function, input, and output descriptions
  • My changes generate no new warnings
  • New and existing tests pass with my changes
  • This change is covered by an existing CI test or a new one has been added
  • Any new scripts have been added to the .github/CODEOWNERS file with owners
  • I have made corresponding changes to the system documentation if necessary

@WalterKolczynski-NOAA WalterKolczynski-NOAA changed the title Add capability to imgest and assimilate IASI-NG Add capability to ingest and assimilate IASI-NG Dec 10, 2024
@WalterKolczynski-NOAA
Copy link
Contributor

@wx20jjung Is there any reason this is still in draft, or is it ready for review? Shellcheck failures should be corrected.

@wx20jjung
Copy link
Collaborator Author

wx20jjung commented Dec 10, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add the capability to ingest IASI-NG data
2 participants