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 1355 ioda #1587

Merged
merged 35 commits into from
Dec 3, 2020
Merged

Feature 1355 ioda #1587

merged 35 commits into from
Dec 3, 2020

Commits on Nov 17, 2020

  1. #1355 Added makefile for ioda2.nc

    hsoh-u committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    6310141 View commit details
    Browse the repository at this point in the history
  2. #1355 Added ioda2nc

    hsoh-u committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    99fbb53 View commit details
    Browse the repository at this point in the history
  3. #1355 Added unit_ioda2nc.xml

    hsoh-u committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    577c0a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    431b00a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    576c5b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a63ccf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ecca59a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8f23f2d View commit details
    Browse the repository at this point in the history
  9. #1355 Initial release

    hsoh-u committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    0744ac0 View commit details
    Browse the repository at this point in the history
  10. #1355 Initial release

    hsoh-u committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    fde0375 View commit details
    Browse the repository at this point in the history
  11. #1355 Cleanup

    hsoh-u committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    5e3df87 View commit details
    Browse the repository at this point in the history
  12. #1355 Corretced NC_BYTE value

    hsoh-u committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    c06dd03 View commit details
    Browse the repository at this point in the history
  13. #1355 Initial release

    hsoh-u committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    89dae1e View commit details
    Browse the repository at this point in the history
  14. #1355 Added IODA2NCConfig_efault

    hsoh-u committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    d15f79d View commit details
    Browse the repository at this point in the history
  15. #1355 Added IODA2NCConfig_default

    hsoh-u committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    df8b59b View commit details
    Browse the repository at this point in the history
  16. #1355 Turn off time_summary

    hsoh-u committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    d0bd743 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    646fdde View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. #1355 Terminate string

    hsoh-u committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    f659654 View commit details
    Browse the repository at this point in the history
  2. #1355 Corrected echo statement

    hsoh-u committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    4ac4c6e View commit details
    Browse the repository at this point in the history
  3. #1355 Removed unused variable

    hsoh-u committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    af7f2b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5439af View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Configuration menu
    Copy the full SHA
    44039d3 View commit details
    Browse the repository at this point in the history
  2. #1355 To aoide merge conflict

    hsoh-u committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    1fe3a06 View commit details
    Browse the repository at this point in the history
  3. #1355 To avoid a merge conflict

    hsoh-u committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    2e16530 View commit details
    Browse the repository at this point in the history
  4. #1355 To avoid a merge conflict

    hsoh-u committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    9775aa3 View commit details
    Browse the repository at this point in the history
  5. #1355 To avoid a merge conflict

    hsoh-u committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    930c86e View commit details
    Browse the repository at this point in the history
  6. #1355 To avoid a merge conflict

    hsoh-u committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    175b613 View commit details
    Browse the repository at this point in the history
  7. #1355 To avoid a merge conflict

    hsoh-u committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    bd14071 View commit details
    Browse the repository at this point in the history
  8. #1355 To avoid a merge conflict

    hsoh-u committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    cbdcff1 View commit details
    Browse the repository at this point in the history
  9. #1355 To avoid a merge conflict

    hsoh-u committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    5544b7b View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

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

Commits on Dec 3, 2020

  1. Per #1355, add .gitignore file for ioda2nc.

    John Halley Gotway committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    809400a View commit details
    Browse the repository at this point in the history
  2. Per #1355, had to add test stub for the new ioda2nc tool to enable 'm…

    …ake test' to run.
    John Halley Gotway committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    2f1fa6f View commit details
    Browse the repository at this point in the history
  3. Per #1355, tweak met/scripts/Makefile to NOT ignore the ENABLE_PYTHON…

    … configuration option when constructing the list of tests.
    John Halley Gotway committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    244fa87 View commit details
    Browse the repository at this point in the history
  4. Per #1355, ignore the scripts/ioda2nc file.

    John Halley Gotway committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    36101b1 View commit details
    Browse the repository at this point in the history