-
Notifications
You must be signed in to change notification settings - Fork 108
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
Create unit tests for ocean_merge code #944
Comments
@GeorgeGayno-NOAA My branch for this issue is #944. Is there a plan to add the respective test files to the FTP site for the |
If your tests require large binary input data, we can host it here: Small ASCII data files can be stored in Github. For example: |
@GeorgeGayno-NOAA I have finished a first cut of the I implemented the Please let me know how you'd like to proceed. |
This looks fine. What spack-stack update is required? |
@GeorgeGayno-NOAA We will need to make sure |
I checked Hercules and Hera. |
@GeorgeGayno-NOAA OK, thank you for checking into that. I will need to rewrite some code, but it shouldn't be too terrible. I will follow-up here once I do. Thanks again. |
@GeorgeGayno-NOAA I made appropriate updates, including to the relevant This simplifies things a bit, and as discussed, removes the Please review. Once you are satisfied, I can finish up the respective unit-tests. |
This looks fine. |
@HenryWinterbottom-NOAA - please cease work on this issue for now. |
routines into their own library. Write a unit test for the namelist read routine. Fixes ufs-community#944.
Follow the procedures used in other programs:
Unit tests should be created for all major functions of the code:
The text was updated successfully, but these errors were encountered: