-
Notifications
You must be signed in to change notification settings - Fork 204
Process aerosol analysis in grib2 format via UPP in GCAFS #4234
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
Process aerosol analysis in grib2 format via UPP in GCAFS #4234
Conversation
Co-authored-by: Cory Martin <[email protected]>
|
@ypwang19 I think you need to merge in develop and resolve any conflicts, thanks! |
|
Do we need anything else or is this ready for test and final review? |
| - "{{ COMIN_ATMOS_GRIB_0p50 | relpath(ROTDIR) }}/{{ head }}pres_a.0p50.analysis.grib2.idx" | ||
| - "{{ COMIN_ATMOS_GRIB_1p00 | relpath(ROTDIR) }}/{{ head }}pres_a.1p00.analysis.grib2" | ||
| - "{{ COMIN_ATMOS_GRIB_1p00 | relpath(ROTDIR) }}/{{ head }}pres_a.1p00.analysis.grib2.idx" | ||
| # temporarily disable pres_b products archiving. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bbakernoaa note this for when we get your previous PR un-reverted
TravisElless-NOAA
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few minor suggestions from me.
dev/jobs/JGLOBAL_ATMOS_ANALYSIS_CALC
Outdated
| COMIN_ATMOS_RESTART:COM_ATMOS_RESTART_TMPL \ | ||
| COMIN_CHEM_ANALYSIS:COM_CHEM_ANALYSIS_TMPL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this is only used for the GCAFS system probably best to put this into an if statement and only call for that system.
Co-authored-by: Travis Elless <[email protected]>
Co-authored-by: Travis Elless <[email protected]>
|
Will launch Hera CI |
Co-authored-by: Travis Elless <[email protected]>
|
Sorry for my delay on this @ypwang19. Since the Hera tests passed, I will merge. |
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 tracer analysis fields are generated by adding aerosol increments (aeroinc_gaussian) to theatm.f006background file.This feature is implemented in
analcalc,atmanlupp, andatmanlprodjobs in GCAFS workflow.This PR depends on parm/product/gcafs* files, such that it will work after #4147 merged.
Resolves #4233
Dependency
PR #4147
Type of change
Change characteristics
How has this been tested?
Checklist