Skip to content

Conversation

@ypwang19
Copy link
Contributor

@ypwang19 ypwang19 commented Nov 7, 2025

Description

This PR resolves issue ##4233

This PR adds the capability to process analysis tracer fields into aerosol AOD product in GRIB2 format using the upp tool within the GCAFS workflow. The input for UPP is aerosol analysis on Gaussian grid. Aerosol variables in atmospheric analysis file (analysis.atm.a006.nc) are all missing data, such that the aerosol Gaussian analysis fields are generated by adding aerosol increments (aeroinc_gaussian) to the atm.f006 background file.

This feature is implemented in atmanlupp job in GCAFS workflow.

Resolves #4233
Refs #NOAA-EMC/GDASApp#1964

Type of change

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

Change characteristics

How has this been tested?

  • Cycled test on Gaea

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

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.

Process aerosol analysis to grib2 format via UPP

1 participant