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

Add unit testing to ocean_merge program #997

Merged
merged 25 commits into from
Nov 26, 2024

Commits on Sep 26, 2024

  1. Separate the namelist read routine and netcdf error

    routines into their own library.
    
    Write a unit test for the namelist read routine.
    
    Fixes ufs-community#944.
    George Gayno committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e17b8d8 View commit details
    Browse the repository at this point in the history
  2. Remove some commented out code.

    George Gayno committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    b204a05 View commit details
    Browse the repository at this point in the history
  3. Move the merging algorithm to its own routne.

    George Gayno committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d89bb26 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Create an initial unit test for the 'merge' routine.

    George Gayno committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    70c1233 View commit details
    Browse the repository at this point in the history
  2. Add doxygen to the 'merge' routine.

    George Gayno committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    610c760 View commit details
    Browse the repository at this point in the history
  3. Add more test points to the 'merge' unit test.

    George Gayno committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    e8e8343 View commit details
    Browse the repository at this point in the history
  4. Finish unit test for 'merge' routine.

    George Gayno committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    c9d9a96 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Merge branch 'develop' into ocnmrg_tests

    George Gayno committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    da2fd09 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Move write of output file to its own routine.

    George Gayno committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    f013a59 View commit details
    Browse the repository at this point in the history
  2. Move read of lake mask file to its own routine.

    George Gayno committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    c64161b View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. All unit test for routine read_lake_mask.

    George Gayno committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    b4188b9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into ocnmrg_tests

    George Gayno committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    e1c0e34 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Place the read of the model grid dimensions in its own

    routine.
    
    Fixes ufs-community#944.
    George Gayno committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    b4d6651 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Merge branch 'develop' into ocnmrg_tests

    George Gayno committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    95a548d View commit details
    Browse the repository at this point in the history
  2. Place read of ocean fraction file in its own routine.

    George Gayno committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    7d4f128 View commit details
    Browse the repository at this point in the history
  3. Complete doxygen in read_write.F90. Add some diagnostic

    print.
    
    Fixes ufs-community#944.
    George Gayno committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    f96db7b View commit details
    Browse the repository at this point in the history
  4. Add unit test for 'read_ocean_frac'.

    George Gayno committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e4a2f33 View commit details
    Browse the repository at this point in the history
  5. Minor updates.

    George Gayno committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    8c79cbe View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Minor updates to program comments and print statements.

    George Gayno committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    4327472 View commit details
    Browse the repository at this point in the history
  2. Minor updates to unit tests.

    George Gayno committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    bda77cd View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Merge branch 'develop' into ocnmrg_tests

    George Gayno committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    84c3dad View commit details
    Browse the repository at this point in the history
  2. Update ocean_merge unit test CMakeLists.txt file to

    recognize IntelLLVM.
    
    Fixes ufs-community#944.
    George Gayno committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    aff1a41 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Merge branch 'develop' into ocnmrg_tests

    George Gayno committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    ebc3346 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afb59a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

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