-
Notifications
You must be signed in to change notification settings - Fork 131
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
Update documentation including qc, debugger, and namelist table #459
Conversation
There are some obvious issues in the namelist tables. I'm working to fix them. |
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. I think both the abort changes and the updates to the doc are an imrpovement. Thanks!
OK, I think the table is fixed. I took it offline to debug and review. @eclare108213, let me know what you think. |
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.
This is definitely an improvement, thank you. Just a couple of comments:
Under section 3.4.1, the second sentence copied below doesn’t make sense to me. Should there be additional wording, like "... in coupled configurations"?
Several of the variables defined in the file are not used in CICE. They exist to support the CICE model.
At the top of section 3.4.2, I suggest adding a sentence stating that the listed default value is assigned in the code if an option is not set (or not set correctly?) in the namelist input file, and is not necessarily the recommended value.
Thanks @eclare108213, I have update 3.4.1 and 3.4.2 as suggested and will merge in the next day unless there are other comments. I will work on the same changes in Icepack next. |
I just noticed that in the case settings table, kdyn=1 occurs twice. Please, would you remove the one that says "dynamics ON" and keep the one that says evp? |
@eclare108213, I'm not seeing the kdyn issue. Are you looking at the latest table? |
I was looking at the docs on master. Looks like you already took care of it. Thanks! |
PR checklist
Update documentation including qc, debugger, and namelist table
apcraig
Ran quick suites on cheyenne with 3 compilers, all bit-for-bit. Code changes are minimal.
https://github.com/CICE-Consortium/Test-Results/wiki/cice_by_hash_forks#2054d0984a4a0eb1293e9fd3266bf3dbbd45753e
Also added checks for ncat, nilyr, nslyr, nblyr and modified the abort flags implementation in ice_init converting from namelist to character string to be able to identify multiple failures with the abort_list variable.
Addresses issues #441, #412, #375, #347, #166 at least partly.