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.
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_cmipvariables 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-netcdflogs 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.