Update parm/aero files for UPP processing aerosol analysis in GRIB2 format#1964
Update parm/aero files for UPP processing aerosol analysis in GRIB2 format#1964ypwang19 wants to merge 12 commits into
Conversation
| ['seas1', 'mass_fraction_of_sea_salt001_in_air'], | ||
| ['seas2', 'mass_fraction_of_sea_salt002_in_air'], | ||
| ['seas3', 'mass_fraction_of_sea_salt003_in_air'], | ||
| ['seas4', 'mass_fraction_of_sea_salt004_in_air'], |
There was a problem hiding this comment.
Are these consistent with the bin size selections we plan to go with?
There was a problem hiding this comment.
No, these are not. I will update them.
| - ['{{ DATA }}/anl/{{ anl_time | to_fv3time }}.fv_tracer.res.tile6.nc', '{{ COMOUT_ATMOS_RESTART }}/{{ anl_time | to_fv3time }}.aeroanl_fv_tracer.res.tile6.nc'] | ||
| - ['{{ DATA }}/upp/atm_{{ current_cycle | to_YMDH }}0000.nc', '{{ COMOUT_CHEM_ANALYSIS }}/{{ APREFIX }}analysis.aero.nc'] | ||
| - ['{{ DATA }}/upp/GFSPRS.GrbF00', '{{ COMOUT_CHEM_GRIB }}/{{ APREFIX }}aeroanl.grib2'] | ||
| - ['{{ DATA }}/upp/GFSPRS.GrbF00.idx', '{{ COMOUT_CHEM_GRIB }}/{{ APREFIX }}aeroanl.grib2.idx'] |
There was a problem hiding this comment.
We might need to specify the resolution in the output file names?
There was a problem hiding this comment.
How about gcdas.tXXz.analysis.aero.0p25.grib2? I assume 0p25 corresponds to C384.
There was a problem hiding this comment.
Yeah that sounds good.
|
@ypwang19 should we be adding in the |
Sure, it makes more sense to calculate the aerosol analysis in the After checking the code, I think changes are needed in the |
Description
This PR updates files in parm/aero to stage, configure, and save files for generating aerosol analysis in GRIB2 format via UPP in global-workflow.
Companion PRs
NOAA-EMC/global-workflow#3889
Issues
This PR solves the issue: NOAA-EMC/global-workflow#3888
Automated CI tests to run in Global Workflow