-
Notifications
You must be signed in to change notification settings - Fork 133
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 saltflux option. #418
Add saltflux option. #418
Conversation
Please do standalone Icepack testing including regression testing. |
I did the Icepack regression testing with intel, pgi, and gnu on cheyenne. Everything is bfb. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Do we need to add a test for saltflux_option = prognostic in Icepack and/or CICE?
I agree. I should probably add tests for both. |
Sounds good. Maybe we can merge the Icepack PR today and the CICE PR in the next day or two then I can start testing for the release. Thanks! |
How about if we call the salt test "saltprog" instead of just "salt"? Does the new test pass? |
If we are doing a longer name I would prefer saltflux. |
The test passes in CICE with the updated Icepack submodule. |
saltflux is OK too. Or saltfluxprog. Can you also do a quick run with standalone Icepack for the new test. Lets just make sure it runs and passes. Then we can merge. Thanks! |
Did quick_suite on intel. ./icepack.setup --suite quick_suite --mach cheyenne --env intel --testid saltflux4 -s saltflux 10 measured results of 10 total results |
The new test is in the base_suite. |
OK, I see you ran quick_suite with -s saltflux. I guess that's OK too. |
You need to add set_nml.saltflux to your push. |
Whoops. Should be there now. |
For detailed information about submitting Pull Requests (PRs) to the CICE-Consortium,
please refer to: https://github.com/CICE-Consortium/About-Us/wiki/Resource-Index#information-for-developers
PR checklist
This adds the option to do a "constant" salinity reference for the salt and fresh water fluxes versus a 'prognostic' option that uses the mushy-layer prognostic salinity.
dabail10 (D. Bailey)
Bfb with aux_cice suite in CESM.
https://github.com/CICE-Consortium/Test-Results/wiki/icepack_by_hash_forks#b3b48bf7a7b27c6cf4d89261151bbee0f15a525d
There is an associated CICE tag to go with this.