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

User/jpk/cmor named diagnostics #34

Closed
wants to merge 5 commits into from

Commits on Jul 3, 2014

  1. Draft wrapper of register_diag_field for CMOR arguments

    - Renamed register_diag_field() to register_diag_field_low().
    - Added wrapper register_diag_field() to call register_diag_field_low().
    
    TODO:
    [ ] Add optional arguments to provide CMOR names.
    [ ] Add multiple invocations of register_diag_field_low() with the
        various different names that might appear in a diag_table.
    [ ] Do same for static fields.
    adcroft committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    87f6e6c View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2014

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

Commits on Jul 11, 2014

  1. Multiple registration of fields based on CMOR arguments

    - Added wrapper to register_diag_field() to store second handle
      for CMOR registration.
    - Added wrapper to post_data_*() to call send_data for CMOR handles.
    - Alternative handle is stored in diag control structure.
    adcroft committed Jul 11, 2014
    1 Configuration menu
    Copy the full SHA
    a674159 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2014

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

Commits on Jul 17, 2014

  1. Additional framework for CMOR diagnostics

    - Attribute fall-back logic for CMOR scalar fields
    - Wrapped register_Z_tracer, added standard_name attribute
    - Added CMOR names for the following diagnostics
       o  areacello (static)
       o  so (3D)
       o  so_z (3D-remapped to Z)
       o  tosga (scalar - in the style of a CMOR scalar diagnostic)
    - Added entries for cmor fields to the diag table (global ALE Z example)
    jkrasting committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    9924ef5 View commit details
    Browse the repository at this point in the history