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

Feature/levels metadata #28

Merged
merged 18 commits into from
Nov 29, 2023
Merged

Feature/levels metadata #28

merged 18 commits into from
Nov 29, 2023

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    92a3f7d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    0683ab4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    155844c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e7ee1f View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    e1903e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77363a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    fce6414 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf5db11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29a8a91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3ebfe8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c746d94 View commit details
    Browse the repository at this point in the history
  6. Enhanced code efficiency by making single call to add JEDI data where…

    … applicable, and dropped all but essential metadata between writing of globalised field data. Updated comments to suit.
    phlndrwd committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    1affafb View commit details
    Browse the repository at this point in the history
  7. Using vertical configuration from FieldMetadata to derive vertical di…

    …mension. Dropped zeroth level processing for JEDI-only output files. Const correctness in some Metadata functions.
    phlndrwd committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    dcc5524 View commit details
    Browse the repository at this point in the history
  8. Fixed bug whereby non-existant dimension was accessed. Removed redund…

    …ant development code that was also causing an issue.
    phlndrwd committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    ee9eca6 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Passed isLFRicConvention flag to AtlasReader to treat LFRic and JEDI …

    …fields appropriately. Changed position if LFRic and JEDI in eVariableConventions enum so that LFRic is at position 1 and can be used instead of bool, if necessary.
    phlndrwd committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    3f68160 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Removed subtle bug whereby LFRic-compatible files that were not produ…

    …ced by MONIO were not interpretted as LFRic files.
    phlndrwd committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    b09c478 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab0fd0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a496d79 View commit details
    Browse the repository at this point in the history