Skip to content
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

Biomass burning data tiny tweak - targeting DRES-CMIP-BB4CMIP7-1-1 #133

Open
2 tasks
durack1 opened this issue Oct 16, 2024 · 3 comments
Open
2 tasks

Biomass burning data tiny tweak - targeting DRES-CMIP-BB4CMIP7-1-1 #133

durack1 opened this issue Oct 16, 2024 · 3 comments

Comments

@durack1
Copy link
Contributor

durack1 commented Oct 16, 2024

A couple of tweaks to catch

  • fix files with <variable_id> entries that include an underscore (both within and in filenames)
  • fix issue with license not being recognized on the input4MIPs_source-id_CMIP6Plus.html page

@znichollscr @mjevanmarle these are some crumb trail notes for a future time

@durack1
Copy link
Contributor Author

durack1 commented Oct 17, 2024

  • updated with files with the issues

In looking into consistency, the issues identified above are as follows:

The format of data is normally <variable_id>_input4MIPs* for the species and <variable_id>percentage* (6 partitions) for the partitioning of these. The following anomalies in that format are apparent:

Higher_Alkanes_input4MIPs* -> should be HigherAlkanes_input4MIPs* (no underscore separator in <variable_id>)
HigherAlkanespercentage*
(base) bash-4.2$ ls -1 ../input4MIPs/CMIP6Plus/CMIP/DRES/DRES-CMIP-BB4CMIP7-1-0/atmos/mon/Higher_Alkanes/gn/v20241014/
Higher_Alkanes_input4MIPs_emissions_CMIP_DRES-CMIP-BB4CMIP7-1-0_gn_175001-189912.nc
Higher_Alkanes_input4MIPs_emissions_CMIP_DRES-CMIP-BB4CMIP7-1-0_gn_190001-202212.nc

Higher_Alkenes_input4MIPs* -> HigherAlkenes_input4MIPs*
HigherAlkenespercentage*
(base) bash-4.2$ ls -a1 ../input4MIPs/CMIP6Plus/CMIP/DRES/DRES-CMIP-BB4CMIP7-1-0/atmos/mon/Higher_Alkenes/gn/v20241014/
Higher_Alkenes_input4MIPs_emissions_CMIP_DRES-CMIP-BB4CMIP7-1-0_gn_175001-189912.nc
Higher_Alkenes_input4MIPs_emissions_CMIP_DRES-CMIP-BB4CMIP7-1-0_gn_190001-202212.nc

NMVOC_bulk_input4MIPs* -> NMVOCbulk_input4MIPs*
NMVOCbulkpercentage*
(base) bash-4.2$ ls -1 ../input4MIPs/CMIP6Plus/CMIP/DRES/DRES-CMIP-BB4CMIP7-1-0/atmos/mon/NMVOC_bulk/gn/v20241014/
NMVOC_bulk_input4MIPs_emissions_CMIP_DRES-CMIP-BB4CMIP7-1-0_gn_175001-189912.nc
NMVOC_bulk_input4MIPs_emissions_CMIP_DRES-CMIP-BB4CMIP7-1-0_gn_190001-202212.nc

Toluene_lump_input4MIPs* -> Toluenelump_input4MIPs*
Toluenelumppercentage
(base) bash-4.2$ ls -a1 ../input4MIPs/CMIP6Plus/CMIP/DRES/DRES-CMIP-BB4CMIP7-1-0/atmos/mon/Toluene_lump/gn/v20241014/
Toluene_lump_input4MIPs_emissions_CMIP_DRES-CMIP-BB4CMIP7-1-0_gn_175001-189912.nc
Toluene_lump_input4MIPs_emissions_CMIP_DRES-CMIP-BB4CMIP7-1-0_gn_190001-202212.nc

@durack1
Copy link
Contributor Author

durack1 commented Oct 17, 2024

@znichollscr my guess, the <variable_id> with the underscore is causing problems with the parsing

@znichollscr
Copy link
Collaborator

Yep that's causing the breakage

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

No branches or pull requests

2 participants