-
Notifications
You must be signed in to change notification settings - Fork 207
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
CIME Users Guide Documentation #1519
Comments
Things are looking good with DICE and DOCN that I can see. I have a few points though. The link to the SOM.pdf file is not working under the DOCN document. Also, it would be great to link to the bulletin board FAQ on this: https://bb.cgd.ucar.edu/faq-data-ocean-slab-mode-docn-som Also, I'm not sure about the convention for boldface, typewritten, italic. It looks like it is typewritten (double back quotes) for variables and file and directory names, but boldface (double asterixes) for some file and directory names. Is there a convention defined somewhere in the documentation? For the CICE User's Guide I do the following: This document uses the following text conventions: Dave |
The river runoff section is done as of b675ad8
|
I still need to do some of this.... I updated the issue accordingly |
General Update from CIME telecon: BJ Smith completed his technical writing. Alice has his notes for gaps. Need to add: how to generate grids, user compsets. Larger glossary. |
@cacraigucar - moved you new issue #1764 as a comment on this open issue to keep all The documentation (section 8.3) for creating a branch or hybrid run needs to be amended slightly. Right now it says to do a case.build prior to copying the restart files into the $RUNDIR. Since a preview_namelists is the first step of a case.build, this exits with a an error as the restart files are not found. It also might be useful to describe briefly the difference between branch and hybrid on this page or have a link back to the descriptions in 6.3 for their definitions. Also, when does a user want to use create_clone? The documentation on this is very sparse. A description on when to make a branch versus a clone would be useful. For someone who is not "in the know" on hybrid/branch/clone, it was not very straightforward to work through this information. |
@bertinia I realized I dropped the ball on my responsibilities here (with respect to the data models), but I want to wrap this up. Before I look back at this: Is there anything outstanding / in the works with respect to the data model documentation, or is this in a state that's good to review as far as you know? (I know there are some changes to the documentation with #1950, but do you know of any other changes underway?) |
@billsacks - everything in master doc is up-to-date as far as I know w.r.t. the data models. |
In #1969 I have finally fulfilled my assignments. However, I only skimmed 'input-streams'... I made some light edits but did not spend a lot of time on that section. Also, I noticed that the data-wave section 11.2 doesn't match the layout of other data models... I haven't fixed this. |
@bertinia - I just looked at section 8 (create_clone) to help me with in setting up a create_clone run. It does not say what commands you need to issue after it and I needed to ask Jim. After speaking with him, case.setup is implied in a create_clone. A case.build needs to be run if --keepexe is not supplied. I would suggest having your examples (both with and without the --keepexe flag) include the ./case.submit step. In the first example without the --keepexe flag, you also need to add the ./case.build step to the example. |
./cime/config needs to be documented somewhere with the list of useful variables and needs to be updated with new variables as they are added (like the email selector) |
…branch-for-to-acme-12-06-2017-pr * commit '530c337666de1af28698c74b9e58e8baf93a6bbf': fix issue in scripts_regression_tests Add ability to customize CaseStatus success message for a phase. Fix bug in compare namelists add test for xmlquery DOCN_MODE Fix memory leak of newtimers in merge_thread_data in splitting comp vars make sure comp isnt subset of name Update ChangeLog nthrds > 1 should set build_threaded flag Update ChangeLog Update ChangeLog fix pylint issue fix gptl threaded build, batch change for cheyenne correct path for includes used in build Check for unicode in expect() update ACME to E3SM and changes related to Issue #1519 and PR #2062 Do not use normalization when mapping glc2ocn Add comments about not needing to add fields to x2o_fluxes and x2i_fluxes Point to new glc2ocn mapping files Allow different glc2ocn mappings for liq and ice
#1963) Fixes: * DOCN_MODE fix for xmlchange * compare_namelist bug in rare code path * Fix memleak in gptl * Fix setting of build_threaded * Fix unicode problems with expect Feature list: * Add job-id info for CaseStatus entry for job submit * Allow different glc2ocn mappings for liq and ice [BFB] * jgfouca/branch-for-to-acme-12-06-2017-pr: (21 commits) Ignore buildlib python bytecode files This is no longer needed fix issue in scripts_regression_tests Add ability to customize CaseStatus success message for a phase. Fix bug in compare namelists add test for xmlquery DOCN_MODE Fix memory leak of newtimers in merge_thread_data in splitting comp vars make sure comp isnt subset of name Update ChangeLog nthrds > 1 should set build_threaded flag Update ChangeLog Update ChangeLog fix pylint issue fix gptl threaded build, batch change for cheyenne correct path for includes used in build Check for unicode in expect() update ACME to E3SM and changes related to Issue #1519 and PR #2062 Do not use normalization when mapping glc2ocn Add comments about not needing to add fields to x2o_fluxes and x2i_fluxes Point to new glc2ocn mapping files ...
…branch-for-to-acme-12-06-2017-pr * commit '530c337666de1af28698c74b9e58e8baf93a6bbf': fix issue in scripts_regression_tests Add ability to customize CaseStatus success message for a phase. Fix bug in compare namelists add test for xmlquery DOCN_MODE Fix memory leak of newtimers in merge_thread_data in splitting comp vars make sure comp isnt subset of name Update ChangeLog nthrds > 1 should set build_threaded flag Update ChangeLog Update ChangeLog fix pylint issue fix gptl threaded build, batch change for cheyenne correct path for includes used in build Check for unicode in expect() update ACME to E3SM and changes related to Issue #1519 and PR #2062 Do not use normalization when mapping glc2ocn Add comments about not needing to add fields to x2o_fluxes and x2i_fluxes Point to new glc2ocn mapping files Allow different glc2ocn mappings for liq and ice
#1963) Fixes: * DOCN_MODE fix for xmlchange * compare_namelist bug in rare code path * Fix memleak in gptl * Fix setting of build_threaded * Fix unicode problems with expect Feature list: * Add job-id info for CaseStatus entry for job submit * Allow different glc2ocn mappings for liq and ice [BFB] * jgfouca/branch-for-to-acme-12-06-2017-pr: (21 commits) Ignore buildlib python bytecode files This is no longer needed fix issue in scripts_regression_tests Add ability to customize CaseStatus success message for a phase. Fix bug in compare namelists add test for xmlquery DOCN_MODE Fix memory leak of newtimers in merge_thread_data in splitting comp vars make sure comp isnt subset of name Update ChangeLog nthrds > 1 should set build_threaded flag Update ChangeLog Update ChangeLog fix pylint issue fix gptl threaded build, batch change for cheyenne correct path for includes used in build Check for unicode in expect() update ACME to E3SM and changes related to Issue #1519 and PR #2062 Do not use normalization when mapping glc2ocn Add comments about not needing to add fields to x2o_fluxes and x2i_fluxes Point to new glc2ocn mapping files ...
…branch-for-to-acme-12-06-2017-pr * commit '530c337666de1af28698c74b9e58e8baf93a6bbf': fix issue in scripts_regression_tests Add ability to customize CaseStatus success message for a phase. Fix bug in compare namelists add test for xmlquery DOCN_MODE Fix memory leak of newtimers in merge_thread_data in splitting comp vars make sure comp isnt subset of name Update ChangeLog nthrds > 1 should set build_threaded flag Update ChangeLog Update ChangeLog fix pylint issue fix gptl threaded build, batch change for cheyenne correct path for includes used in build Check for unicode in expect() update ACME to E3SM and changes related to Issue #1519 and PR #2062 Do not use normalization when mapping glc2ocn Add comments about not needing to add fields to x2o_fluxes and x2i_fluxes Point to new glc2ocn mapping files Allow different glc2ocn mappings for liq and ice
#1963) Fixes: * DOCN_MODE fix for xmlchange * compare_namelist bug in rare code path * Fix memleak in gptl * Fix setting of build_threaded * Fix unicode problems with expect Feature list: * Add job-id info for CaseStatus entry for job submit * Allow different glc2ocn mappings for liq and ice [BFB] * jgfouca/branch-for-to-acme-12-06-2017-pr: (21 commits) Ignore buildlib python bytecode files This is no longer needed fix issue in scripts_regression_tests Add ability to customize CaseStatus success message for a phase. Fix bug in compare namelists add test for xmlquery DOCN_MODE Fix memory leak of newtimers in merge_thread_data in splitting comp vars make sure comp isnt subset of name Update ChangeLog nthrds > 1 should set build_threaded flag Update ChangeLog Update ChangeLog fix pylint issue fix gptl threaded build, batch change for cheyenne correct path for includes used in build Check for unicode in expect() update ACME to E3SM and changes related to Issue #1519 and PR #2062 Do not use normalization when mapping glc2ocn Add comments about not needing to add fields to x2o_fluxes and x2i_fluxes Point to new glc2ocn mapping files ...
This issue was closed on the cime call because we felt that the primary issue (in the original comment) doesn't need any more done with it at this point. However, as I look back at this, I see that there are some comments that may or may not have been resolved. For people who made these comments, I'd suggest opening a new issue if you feel there's something that still needs to be addressed. (@cacraigucar we did discuss #1519 (comment) and @mvertens says that is in progress.) |
I'm opening a new issue for the CIME Users Guide Documentation to coordinate
our efforts so that a technical writer at NCAR can review and update what is currently
posted at esmci.github.io/cime
Mariana sent out this email on 2-19-2017 with section assignments for the CIME Users Guide documentation on the gh-pages branch:
Please update this issue ticket with the status for your section assignment so I can
coordinate with the tech writer.
The text was updated successfully, but these errors were encountered: