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

POC: Handle std names and aliases (#5257) #5313

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on May 15, 2023

  1. fix to xml file (remove ctrl-M), cf CF-conventions/discuss/SciTools#229:

    https://github.com/cf-convention/discuss/issues/229
    Standard names: hard to spot "typo" in
    `surface_upward_mass_flux_of_methane_due_to_emission_from_fires`
    larsbarring committed May 15, 2023
    Configuration menu
    Copy the full SHA
    d8a4325 View commit details
    Browse the repository at this point in the history
  2. Reorganised generate_std_names.py:

        * new optional argument -d/--descr for including standard name descriptions
        * including the description of all standard names
        * including standard name table version and related info.
    
        * now contains several variables:
          - variables (starting with underscore) used in the processing
          - VERSION (dict)
          - CONVENTIONS_STRING (str)
          - STD_NAME (dict)
          - ALIASES (dict)
          - optionally DESCRIPTION (dict)
    
        harmonize quotation marks to single quotes in description string
    larsbarring committed May 15, 2023
    Configuration menu
    Copy the full SHA
    3adf5df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e94d654 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc98905 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b5467c View commit details
    Browse the repository at this point in the history
  6. Cleanup of structure

    larsbarring committed May 15, 2023
    Configuration menu
    Copy the full SHA
    1ab8fd9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    235ac02 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d2216e7 View commit details
    Browse the repository at this point in the history