Skip to content

'fre pp split-netcdf' incorrectly skips some aerosol variables #862

@ceblanton

Description

@ceblanton

Describe the bug
Certain aerosol variables are being identified as metadata (i.e. not data) variables by fre pp split-netcdf, causing them to not be split-out and processed.

These aerosol_month_cmip variables are mis-identified: bldep, pso4_aq_so2_reevap_ls, drybc, emiapoa, emibc, emibvoc, emiisop_biogenic, mmrbc, and wetbc.

To Reproduce
Use @uramirez8707 's am5 test case, and check in the split-netcdf logs that these particular variables are mis-identified as metadata vars:

[DEBUG: split_netcdf_script.py: split_file_xarray] metavars: ['lev_bnds', 'time_bnds', 'lat_bnds', 'lon_bnds', 'ap', 'b', 'ap_bnds', 'b_bnds', 'bldep', 'pso4_aq_so2_reevap_ls', 'drybc', 'emiapoa', 'emibc', 'emibvoc', 'emiisop_biogenic', 'mmrbc', 'wetbc']

Expected behavior
These aerosol variables should be split-out normally.

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions